Thread Starter
moveye
(@moveye)
It seems that only one of my sidebars is dynamic right now. I’ve done this to for it…
under wp/content/themes/neo-sapiense there’s only one file named side bar, i’ve added
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(3) ) : else : ?>
and
<?php endif; ?>
I’ve created a file called funtion.php in the theme folder and added :
<?php
if ( function_exists(‘register_sidebar’) )
register_sidebars(3);
?>
Now I can change widgets in sidebar 3, only that’s the left one….in the sidebar.php file if i cange dynamic_sidebar(1), the left column becomes sidebar 1.
can you pls explain, what i need in order to make all the three sidebars dynamic
Thread Starter
moveye
(@moveye)
I know, only understanding PHP would solve my problem. However your friendly advice can really help. what i want to know is-
a) do i need to create different sidebar.php files for each sidebar?
b) will this require 3 functions.php files?
waiting for a friendly advice.
thanks a ton in advance.
I can at least direct you to a theme that has three sidebars (albeit the they are bottom sidebars). Maybe you can learn something from that.
http://ninjamonkeys.co.za/2007/05/17/hemingway-wordpress-theme-widgetized-for-wordpress-22/