Category: WordPress
fotoslide wordpress plugin
Following from the work I done previously with the WPS3slider, I felt it necessary to re-look at the way the plug-in was structured. The result is a more robust and simpler plug-in that generates multiple galleries on a web page. This plugin now has the following features; Optionally provide a caption message and customise its [...]
WPS3Slider plugin for WordPress
This is my first contribution to the WordPress community. It is a plugin that will allow you to place s3slider galleries anywhere within your WordPress install. To render the images, the plugin uses the swiss army knife for dyamic thumbnail generators, timthumb. You can obtain the latest version of this plugin by visiting the plugin [...]
WordPress Skeleton Theme for Developers
If you are a frequent WP developer then you’ll know the time consuming job of setting up a completely new theme. Today I have created a basic theme that is free to use for anyone creating a new site. It features a developer options page in the Appearance Panel where you can configure such things [...]
Creating custom page layouts with WordPress
If you are using WordPress to create a website, and you want to avoid it looking like a blog, then you need to look at creating custom pages. The ‘page.php’ file displays your generic page content using this template. You could customise this page to make it look as you want and set it as [...]
Fixing the pagination error using custom permalink structure in WordPress
For a while this has been really annoying me. Whenever I use the permalink structure /%category%/%postname%/ I get 404 errors when using the next_posts_link() and previous_posts_link(). I a fix for this here. You can use this code in a themes functions.php file or use it as a plugin. /* Plugin Name: Fix Paging in Category [...]