Subscribe to RSS

WordPress Development Tips

Tips and Code examples for WordPress Plugin Developers

How to publish on several WordPress Blogs

A friend of mine recently asked me of how to most effectively control content creation on several WordPress blogs, and that motivated me to dive into this quite lengthy article. Read More

How To Use Log Tables in WordPress Plugins

Using logging in WordPress Plugins for better usability for users. Read More

All WordPress Options in one page

Want to edit all your WordPress blog settings in one page? Find out how. Read More

Get Post Title Outside "The Loop"

Getting individual post data outside The Loop in WordPress is easy with a few lines of code...: Read More

Download 292 Pages Of WordPress Functions

Download a PDF file of 292 pages filled with WordPress Functions and Template Tags Read More

Forget cURL, use wp_remote_fopen!

Learn how to use WordPress' built-in function wp_remote_fopen to load external data from other websites. Read More