Tag: Theme

  • Add WordPress Dashboard Widgets

    Finally WordPress 2.7 is coming along with widgets in the dashboard area, so it will be possible to adjust your dashboard as you like. For Plugin or theme authors it’s even more interesting, since they can give the users additional value to their Plugins. They can offer information from their Plugin directly on the dashboard.…

  • The Perfect Title Tag

    In Version 2.5 Template Tag wp_title got an update, therefore Plugins became useless for that. By the way, the code came from the Plugin „Optimal Title“. The title tag is in the header, therefore in header.php . The following syntax works in all WP-versions, but it’s not a perfect way for WordPress higher than 2.5.…

  • Use Metaboxes In Your Theme Or Plugin

    Not only the design changed since version 2.5. Also the markup was changed immensely, so there might be changes in the editor area, if you use pluigns, which implements data there. Here a little workaround, how to keep the design in editor area.

  • How To Highlight A Slogan In WordPress

    In this example I’m talking about how to display a specific company slogan in a certain color. This slogan is found in the header and content. Of course my client doesn’t want to put in span class=”foo” every time. This is what it should look like:

  • Comment Pagination And Reply Depth In WordPress 2.7

    I checked out the current Trunk of WordPress 2.7. At first glance I noticed some cool features in the comment management.

  • Image Metadata in WordPress

    WordPress saves some meta data of the uploaded images, as far as it is possible to extract them. I will show you how to display this infos right under the picture. All we need is one function in functions.php: