Subscribe to RSS

WordPress Development Tips

Tips and Code examples for WordPress Plugin Developers

aside: WordPress Content Deployment with RAMP

RAMP is a WordPress plugin that allows you to easily deploy changes from development servers directly to the production server. WITHOUT the hassle of either replicating all steps manually or the more hardcore way of dumping and importing the entire database. Continue reading…

aside: WordPress Functions.php Code Collection on Stackexchange

Functions.php code collection hosted on WordPress Answers on Stackexchange.com - The best code collection for your functions.php WordPress. The functions.php file in your WordPress theme is an underutilized resource for many WordPress powered sites. Continue reading…

aside: Portable Development with “Instant WordPress”

Instant WordPress is a standalone development environment, specifically designed for WordPress.

It even runs from a USB drive. (Win only)

Continue reading…

WP E-Commerce Tip: Download Purchases

Learn how to show download links for your customers using WP E-Commerce. Read More

$current_screen WordPress Global Variable

$current_screen WordPress Global Variable. What it is, how to use it and a reference table with all the different values. Read More

WordPress Multisite Search

A quick and simple solution for displaying search results from all subblogs on your WordPress 3 Multisite installation. Read More