Forums

include sidebar (2 posts)

  1. sasa2209
    Member
    Posted 1 year ago #

    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

  2. spstieng
    Member
    Posted 1 year ago #

    My guess is that you don't have a sidebar file called sidebar-sidebar2.php?

    See documentation here: http://codex.wordpress.org/Function_Reference/get_sidebar

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.