I like this theme. It’s missing some code in the functions.php file to allow widgets. Being the amazing hacker that I am, I managed to add a few lines to make the widgets work - only to have the same widgets show on both sidebars…
Can you please fix that?
thanks!
web hosting said...
Posted on 11-07-2007
cj what was the code you added?
admin said...
Posted on 13-07-2007
web hosting, its fixed now. download again
david said...
Posted on 28-08-2007
I figured out the problem with the duplicate side bars. Just edit the: sidebar_right.php file from the Theme Editor.
Look for this code:
&& dynamic_sidebar(1) ) :
Replace the number 1 with a 2 and save. That should do it.
I like this theme. It’s missing some code in the functions.php file to allow widgets. Being the amazing hacker that I am, I managed to add a few lines to make the widgets work - only to have the same widgets show on both sidebars…
Can you please fix that?
thanks!
cj what was the code you added?
web hosting, its fixed now. download again
I figured out the problem with the duplicate side bars. Just edit the: sidebar_right.php file from the Theme Editor.
Look for this code:
&& dynamic_sidebar(1) ) :
Replace the number 1 with a 2 and save. That should do it.
good