Tag: WordPress
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 [...]