WordPress Tutorials

Embed WordPress Functions Outside WordPress
WordPress Tutorials | April 15th, 2009 | by Frank | 29 Comments
From time to time you need data from WordPress, but should not displayed in the system; they are necessary outside the installation. There are basically two options. Content can be quite easy provide via feed... read more...

Build A WordPress 2.8 Widget With The New Widget API
WordPress Tutorials | April 6th, 2009 | by Michael | 47 Comments
One of the main changes in WordPress 2.8 is the new widget API. This API is fully object oriented and provides the programmer all the necessary functions to create a WordPress widgets. Also, it now... read more...

WordPress: Working With Options
WordPress Tutorials | March 27th, 2009 | by Michael | 16 Comments
Options in WordPress are in an extra options table (with Prefix before) stored. Options include the blog name, which theme is used, etc.. Plugins define their settings as options. A simple example of how options... read more...

Secure Your Mail With WordPress Antispambot Function
WordPress Hacks, WordPress Tutorials | February 19th, 2009 | by Michael | 14 Comments
A little-known feature in WordPress is antispambot() from the wp-includes/formatting.php. It is a kind obfuscator of the email address. It doesn't create a clickable mailto link. Our e-mail with antispambot in the source code looks... read more...

Removing WordPress Login Design
WordPress Tutorials | February 2nd, 2009 | by Frank | 2 Comments
In a previous post, I showed the possibility, how to use WordPress in regard to Corporate Identity. For example adjusting the login area. This shouldn't be a tough task with the according articles. Create Your... read more...


