
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 syntax... read more...

Disable Flash Uploader
WordPress Hacks | August 31st, 2009 | by Frank | 2 Comments
Not always is the Flashuploader of WordPress a blessing and several times I preferred to have it switched off. Usually if the blog is not online and is offline behind a proxy and firewall. With the... read more...

Change the WordPress Message
WordPress Hacks | August 24th, 2009 | by Frank | no Comments
The notifications of WordPress for the author of an article or comments are not always right on the spot according to the needs. WordPress also knew that and created these functions so that it's easy... read more...


