since you’re registering two sidebars, you need to modify the code in your functions folder to
if ( function_exists('register_sidebars') )
register_sidebar(array('name'=>'Sidebar Top',));
register_sidebar(array('name'=>'Sidebar Bottom Left',));
register_sidebar(array('name'=>'Sidebar Bottom Right',));
Then to call in the sidebars the following:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Top') ) : ?>
in other words, add the letter “S” to trigger the 2nd sidebar.
hey everyone, I just wanted to let you all know that I am working on some more modifications to this theme that should make it easier to use. I’ve contacted Victor to see if he’s OK with me releasing it (giving him credit, naturally). It would incorporate a lot of the upcoming changes in 2.9.
Hey everyone…I’ve just implemented this theme and broken it down / modified / added some things to it. Check it out.
Andrew Norcross
I got the contact page working, I’ve had some success with the side panels showing correct, and I’ve added a “portfolio” page that lists them all in one page.