Post specific sidebar doesnt show, instead it shows the default
-
I’ve been using 3.8 and 1.3.1 of the sidebars with a custom theme.
In my functions I’ve setup:
if ( function_exists('register_sidebar') ) { register_sidebar(array( 'name' => 'Top Right Column', )); }
which I’ve selected as a replaceable sidebar https://puu.sh/6bRud.png. In the defaults for a post I’ve selected a sidebar (‘Top Right Column’)
https://puu.sh/6bRi0.png
Which is setup:
https://puu.sh/6bRes.pngOn all posts this shows fine. In my single.php I have
<?php dynamic_sidebar( 'top-right-column' );?>
but when I try to select a replacement https://puu.sh/6bRpw.png then I still see the original (the item selected as default) in the post.Have I set something up incorrectly?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Post specific sidebar doesnt show, instead it shows the default’ is closed to new replies.