
WordPress 3.0 Custom Background Support
WordPress News | February 10th, 2010 | by Michael | 34 Comments
In WordPress 3.0, it will have, additional to the Custom Header Image support, also a Custom Background Support. A first snapshot is in the current trunk. To use the functionality, the theme needs in functions.php... read more...

WordPress: Useful Default Configuration Settings Via Plugin
WordPress Plugins | February 4th, 2010 | by Michael | 19 Comments
Everybody who installs WordPress quite often knows the problem: You always have to do the same adjustments, for example deleting the Hello World post. That cost time and money. Our friend Thomas Scholz alias toscho... read more...

WordPress 3.0 Specific Author Templates
WordPress News | February 1st, 2010 | by Michael | 7 Comments
In WordPress 3.0 it will be possible to use specific author templates. The function get_author_template() has been expanded in wp-includes/theme.php. Now you can create a author-michael.php or author-123.php, which will be called via the WordPress... read more...

Load A Stylesheet Only If Use Gallery
WordPress Hacks | January 26th, 2010 | by Frank | 4 Comments
In relation to the better Gallery it is actually not necessary to load the stylesheet if there is no gallery, so it is worth it to check in advance whether the gallery will be used... read more...

Redirects To Another Page In WordPress Backend
WordPress Hacks | January 21st, 2010 | by Frank | 2 Comments
WordPress allows using a function, to simple redirect to a URL, the function wp_redirect() enables to specify an address and a status. This makes it easy to realize a forward even in the backend of... read more...


