I found this line in my sidebar.php
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar()) : else : ?>
I changed it to:
<?php if (is_home()): if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar()) {;} else {;} else: ?>
and it seems to have done the trick pretty well. Now the sidebar only appears on the homepage. Is this proper html code? I’m asking because I’ve done it with trial&error only.
brandon206
Can I still do that when I’ve installed the sidebar widgets plugin? it seems after I done so the sidebar.php is no longer functional
Katgirl,
Where does “sidebar widgets” get called? the original sidebar.php is no longer being used after I install the sidebar widgets plugin