Design and Development
Development Tools
General Info and Opinion
Website Hosting
Wordpress Themes
Author Archives: Michael
Easily re-size images and generate post thumbnails
PostImage plug-in to re-size and re-scale images and thumbnails for Wordpress using timthumb. Continue reading
Excerpt For WordPress Pages
One thing that repeatedly annoys me when attempting to use Wordpress as a CMS is the lack of an excerpt field on the Page editor. Happily, it only takes 10 seconds to fix. Continue reading
Image Lazy Loader for WordPress
Lazy loading flattens the spike caused on the initial loading of pages that contain lots of images and removes a few server hits in an attempt to get a page displayed as quickly as possible and improve response times across the site. Continue reading
Category Filtering
Sometimes you need to return posts, or records from custom tables, that are in multiple categories using either an AND or OR search. This generic function shows how. Continue reading
Fixing Counterize
Counterize is a fairly popular plug-in which provides traffic reports from within Wordpress. Unfortunately it contains serious bugs which may affect the performance of your site. Continue reading
Linking to Internal Posts
One of the most fustrating things for Wordpress content managers is linking to other posts or pages within the system. A simple shortcode plug-in helps solve the problem. Continue reading
Selectively Include Javascript Files
The solution to minimise the overhead of scripts is to only load them when strictly required by the page content. Unfortunately Wordpress makes that a challenging exercise. Continue reading
Disappearing Custom Post Data
If you use a plug-in or template code to place custom fields on the post or page editor screen, changes to Wordpress may result in your custom data being deleted or lost. Continue reading
Counting Search Results
These days, most people expect to see the total number of items in a list of search results, and yet most themes don’t provide any feedback on the number of matched posts. Continue reading

