• I need to create a few sidebars that will display depending on what is being displayed (page, post, category, etc.) I’m wondering how this can be accomplished.

    if its a single post do this
    <?php get_sidebar(‘singlepost.php’); ?>

    if its the services page do this
    <?php get_sidebar(‘services.php’); ?>

    if its the media page do this
    <?php get_sidebar(‘media.php’); ?>

    etc…etc…

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Creating a dynamic sidebar this way?’ is closed to new replies.