WordPress: How to fix the URL displaying on the wp-login page

July 15, 2012

After a recent update of WordPress I noticed on several of my sites that the blog URL was showing in the upper left corner of the page. A quick peek at the generated HTML source code showed me that the URL was being printed just before the closing head tag, all by its lonesome. This

WordPress: Customizing sort order for custom post types

July 12, 2012

By default in WordPress a custom post type is sorted by it’s published date when viewing the page listing the posts. Depending upon your requirements this may not be desirable. WordPress includes a hook called parse_query that allows us to hook into the query arguments that are sent when retrieving data for the page. It

WordPress: Restore your Publish box location with the Intuitive Category Checklist plugin

July 9, 2012

The Intuitive Category Checklist plugin for WordPress is great when you have a lot items in a hierarchical taxonomy box, such as the categories box. The plugin will allow you to expand and collapse a parent with sub-categories. The problem arises with how the plugin handles the boxes containing the taxonomies. First it removes the

WordPress: How to easily remove the ‘App Shop’ link in The Events Calendar plugin

July 3, 2012

The Events Calendar by Modern Tribe is a great way to create and manage events. Modern Tribe has several sweet add-ons that help with ticket sales, conference management, etc. To make it easier for users of their plugin to get add-ons a convenient ‘App Shop’ link is provided in the WordPress admin, under the Events

WordPress: How to use WP-Cron

June 2, 2012

* This post was created in conjunction with a presentation for the 2012 Orange County WordCamp. If the session is recorded I will post it here when I receive it. Important resources Presentation slides: 2012 Orange County WordCamp 2012 Portland WordCamp Full source code used in this tutorial: June 2012 Orange County WordCamp August 2012