WordPress CMS modifications

Making WordPress more like a CMS everyday!





Template Development

The template system of WordPress is the most important area to understand as it allows complete control of the look, layout and navigation of your website.

WordPress themes get new home

25 July, 2008 (17:23) | Template Development, WordPress News | By: Jonny

A new official WordPress theme website has been launched, which is based on the same format as the WordPress plugins repository. This is great news for WordPress theme developers as it provides a proper central resource for hosting downloads and responding to feedback.

Where it differs from the plugin repository is that they have streamlined the upload process for authors - so you don’t have to worry about Subversion (to quote the announcement post ‘our back end magic takes care of all that for you’ - good work guys! Automated checks are carried out when you upload the theme in a zip file, with error reporting - nice!

This also means that users don’t have to worry about nasty adware and links when using these themes - if they stick to the official WordPress theme repository they should avoid these potential problems.

Read more »

Dynamically generating the file path to the template directory

18 April, 2008 (22:14) | Template Development | By: Jonny

When you start getting deeper into WordPress theme development, you will often have to reference images, includes and other files. To keep things tidy, you should keep all of these in the template folder. Then you can move your theme around different blogs and websites and all the paths will work.

Read more »

Creating a page template

10 October, 2007 (15:20) | Template Development | By: Jonny

It’s easy to generate your own custom pages and include any code you wish. Once created, you select which page template to use in the write/edit page sidebar.

Read more »