Using Multiple Sidebars with Custom Single Pages
-
I’ve created several custom single.php pages (organizations-single.php for example). On all of these pages I get the theme default sidebar. How do I call a sidebar created with this plugin to those custom single pages?
I’ve tried using the slug like this:
<?php get_sidebar('the-slug'); ?>I’ve also tried using the permalink for the sidebar.
Finally, I tried
<?php MS_dynamic_sidebar(); ?>and<?php MS_dynamic_sidebar('the-slug'); ?>
No luck.Thanks!
The topic ‘Using Multiple Sidebars with Custom Single Pages’ is closed to new replies.