Skip to content


WP-Crontrol 1.0 Released

WP-Crontrol has hit 1.0! The powerful new features in this version allow you to take complete control over what’s happening in the WP-Cron system. Here’s what’s new:

Continued…

Tagged with programming, releases, wordpress.


Bored on the train

Bored on the train


Danish Locomotive

Danish Locomotive


A Lone Daffodil

A Lone Daffodil


Get your WordPress series in your XML sitemap

If you use the XML Sitemap Generator and Organize Series plugins for WordPress, then this is something you can use to get your series more noticed by Google and other search engines which pay attention to XML Sitemaps. If you take a look in your sitemap (http://example.com/sitemap.xml), you’ll notice that the series that you’ve been working hard to put together are no where to be seen. That’s because you have to let the Sitemap Generator know about them. The code snippet below, perfect for the functions.php file of your theme, will do just that.

Continued…

Tagged with programming, wordpress.


Wildlife photography, take two


ImmerStat 0.5 Released

ImmerStat is a plugin I wrote over the weekend after getting tired of the Flash applet that displays statistics for the WordPress.com Stats plugin. It’s overkill when I just want to get a general idea of where I’m sitting at the moment stats-wise. ImmerStat gets rid of the WordPress.com Stats widget from the Dashboard and replaces it with an ever-present .PNG in the top-right corner of the admin screen.

Continued…

Tagged with programming, releases, wordpress.


Updating the Manage Posts Filtering for WordPress 2.5

This entry is part 5 of 5 in the series Pimp my Manage panel

Since the last post on Custom Filtering in the Manage Posts Screen, WordPress 2.5 has been released to the world. While the techniques discussed in that article are still valid, due to the big admin interface rewrite, the results don’t look as pretty as they could. In this post, I’ll discuss updating the code from the previous post so that it works and looks good through all modern WordPress versions.

Continued…

Tagged with wordpress, writing.


A first attempt at wildlife photography

A first attempt at wildlife photography


Add a new WordPress backup schedule with WP-Crontrol

This entry is part 1 of 3 in the series Taking control of WP-Cron using WP-Crontrol

Welcome to the first post in a series of posts on how to take control of the WP-Cron system using WP-Crontrol. WP-Cron is a tangle of black magic that allows a plugin developer or a user to schedule commands to be executed. WP-Crontrol is a plugin that lets a blog owner see through that magic and figure out what’s actually going on. In this post, I’ll discuss using WP-Crontrol to add a new cron schedule that can be used by WP Database Backup. This means backups when you want them.

Continued…

Tagged with wordpress, writing.