Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hitman1

    (@hitman1)

    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.

    Thread Starter hitman1

    (@hitman1)

    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

Viewing 2 replies - 1 through 2 (of 2 total)