Archive for September, 2009

Check If Required Plugin Is Active
WordPress Hacks | September 7th, 2009 | by Frank | 5 Comments
It might be, that your own written Plugin requires another stand alone Plugin to be active. For example if you like to offer a version with enhanced functionality of a Plugin. There are certainly a... read more...

Themes and automatic_feed_links
WordPress Hacks, WordPress Themes | September 4th, 2009 | by Michael | 2 Comments
Since WordPress 2.8, there is the function automatic_feed_links() in the function.php. Which writes the link elements for the RSS protocols in the header of the document. The advantage of this feature is, you do not... read more...

Deactivate WordPress Default Widgets
WordPress Themes | September 2nd, 2009 | by Frank | 2 Comments
You do not always want to have all the widgets active, which comes within the WordPress core. You can disable the unneccessary Widgets in your functions.php of your theme with a small function. The following... read more...


