Tag Archives: widgets

Using custom fields in WordPress

(This is really a PS to the previous post) The following code can be placed anywhere in your php to call data entered in the custom field section of your post/page editing area. For example you could place it within your ‘head’ tags to include keywords for SEO. The function name I’ve called ‘customfunction’ (can [...]

Placing a specific sidebar on a particular page

Placing specific sidebars where you want will enable you to turn a simple blog into a CMS style site such as gekko surf where I’ve put a shopping cart widget on some pages (but not all) and a further 4 sidebars in the footer giving me a really flexible content framework. This assumes you already [...]