• Hi, I need to include another sidebar along with the default sidebar into the home page inside of the if statement. Help please. Here’s the code:

    <?php if (is_page('Home')) { get_sidebar();}
    else if (is_page('offers')) { get_sidebar(sidebar2); }
    else { echo""; } ?>

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘include sidebar’ is closed to new replies.