• Hi, I am using the very useful “Custom Sidebars” plugin and am successfully setting up custom sidebars for my pages and category pages.

    However, I am struggling to define the sidebar to display on single posts. In fact, I cannot get any sidebar to display properly on a single post.

    I have tried setting the default sidebar to use (for posts in that post category), and also specifically set the sidebar to use in teh dropdown on the “Edit post” page, but for some reason there is now sidebar being displayed.

    I am using the twentyeleven theme.

    http://wordpress.org/extend/plugins/custom-sidebars/

Viewing 1 replies (of 1 total)
  • Thread Starter the_arv

    (@the_arv)

    I haven’t completely resolved it yet but I am pretty sure the problem is with the theme and not the plugin…

    In single.php I needed to replace

    <?php get_footer(); ?>

    with

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    To get the sidebar to show up for a single post..

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Custom sidebars] Custom sidebar on single post’ is closed to new replies.