Ok on David Naylor I hope you noticed the 2 widget sidebars, well here is the code:
in your Theme’s function.php
if (function_exists("register_sidebar")) { register_sidebar(Array("name" => "sidebar")); register_sidebar(Array("name" => "sponsors")); }
Then in your template to add for column 1
< ?php if (!function_exists('dynamic_sidebar') or !dynamic_sidebar("sidebar")) { ?> etc.. < ?php } ?>
and likewise for column 2
< ?php if (!function_exists('dynamic_sidebar') or !dynamic_sidebar("sponsors")) { ?> etc.. < ?php } ?>
screen shoot for Admin panel on it
![]()
DaveN
9 Comments
-
- 2
Detailed instructions but i wasn`t able to get it to work. Any luck with the plugin Brad??
- 3
This is great, but when you say ‘Then in your template to add for column 1′, what template do you mean? Which file do you edit here?
Thanks.
- 4
I will try your widget sidebars.then i will tell you .
- 5
Thank’s! It’s very simple, and geniously =)
- 6
Thank you, this was helpful to add a second widget bar.
- 7
Thanks for the code..!
And must say really nice design.. specially the comment area.. - 8
Hi,
Really nice and easy solution. You make my day
Do you know if there is any possibility to add the same widget on both sidebars?
Thanks a lot. - 9
thank you, +1 karma for you!




Hi Dave,
Is there a wordpress plugin you used to display code in this post?, I am new to blogging but want to put code samples up in wordpress.
If you could let me know I’d be much obliged
Brad