Adding Extra Sidebar to your Wordpress Theme

Here’s a sweet little exercise on adding a sidebar to a wordpress theme.

You like a Wordpress theme on the Internet but Oh!… What’s this?? The theme has only one sidebar! You need more than one and are on the verge of switching to some other theme with more sidebars. But wait!! Let me teach you how to add an extra sidebar or sidebars to your favorite theme. People who know PHP will find it easy to follow but even novices can easily do it using the code that I have provided in this tutorial. I am assuming that you already know HTML and a bit of CSS.

To begin the tutorial, extract your theme into a folder and open it to see all the files. If your theme has only one sidebar, then most probably you will NOT find a file called functions.php in your theme folder. In that case you will have to create this file yourself. Just open notepad or any other code editor to start a new file. Put this code into that file :-

<?php
if ( function_exists('register_sidebars') )
    register_sidebars(2);
?>

(more…)

Adding Extra Sidebar to your Wordpress Theme

Jai

Sat, 24 Nov 2007 01:58:21 GMT

Popularity: 33% [?]

http://www.benway.net/wp-content/plugins/sociofluid/images/digg_48.png http://www.benway.net/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.benway.net/wp-content/plugins/sociofluid/images/delicious_48.png http://www.benway.net/wp-content/plugins/sociofluid/images/technorati_48.png http://www.benway.net/wp-content/plugins/sociofluid/images/google_48.png http://www.benway.net/wp-content/plugins/sociofluid/images/facebook_48.png http://www.benway.net/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.benway.net/wp-content/plugins/sociofluid/images/twitter_48.png

Related posts:

  1. Wordpress theme layout issue Maybe its IE6, but I don’t know why my two...
  2. WordPress Plugin - Socialize Me WOW, this is an incredible plugin, when someone visits your...
  3. Wordpress 2.5.1, not too bad Well out of all the plug-ins I use here on...
  4. Moving post between wordpress sites I have two existing wordpress sites. I would like to...
  5. Moved to Wordpress I moved Benway.Net to Wordpress, I’ve had to move my...

Related posts brought to you by Yet Another Related Posts Plugin.

RSS for Posts RSS for Comments

I'm happy to use Increase Sociability.