Month: October 2009

  • Batch Plugin-Update in WordPress 2.9

    In the past we have already informed you a little bit about the new features of the upcoming 2.9 version of WordPress – the development does not stop and the next version has many minor changes. Improvements in security, administration. WordPress 2.9 will have the possibility to update all your Plugins, which have an update…

  • Easier And Better Solutions To Get Pictures On Your Posts

    WordPress makes it pretty easy to upload picture on posts and pages. Thereby are various data stored, which can be used. Again and again, you can read tutorials on how to bring photos to posts, normally this is a solution via the custom fields. But there is a different and simpler solution, I think. The…

  • New feature in WordPress 2.9 – the_post_image()

    In WordPress 2.9, there will be the ability to add an image to a post, as it’s been known of magazine themes. The image need not be insert into the post. With the new feature the_post_image() you can use the new feature and thus control where to display.

  • WordPress Database Functions

    The WordPress database class is quite extensive and provides a range of methods to work effectively with the database and thereby use the WordPress standard. You can find the class in /wp-includes/wp-db.php where the individual methods are documented. I show the most important ones and give some small examples. It is important to work with…

  • WordPress Searchform, Template Tag or Template

    There are several ways to integrate search function into a theme for WordPresss, usually built in a template, which is included into the theme. This is not in all cases necessary and can also be realized by using a WordPress template tag.