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