Forums

multiple widget areas with conditionals? (1 post)

  1. stunnaboi
    Member
    Posted 1 year ago #

    I'm using conditional statements in sidebar.php do get different widget areas to display depending when page you are on. For some reason, no matter what page I'm on this code will only show sidebar-2.

    ` <?php if ( is_single() || is_archive()) : ?>
    <?php if ( !dynamic_sidebar( 'sidebar-1' ) ) : // begin primary widget area ?><?php endif; ?>
    <?php else : ?>
    <?php if ( !dynamic_sidebar( 'sidebar-2' ) ) : // begin primary widget area ?><?php endif; ?>
    <?php endif; ?>`

    Any thoughts?

Topic Closed

This topic has been closed to new replies.

About this Topic