Dynamic sidebars for subpages
-
I use dynamic sidebars to give different pages their own sidebars. The problem is that the subpages get the default sidebar instead of the same sidebar as the parent page.
What can I add to this:
if ( is_page('pagename') ) { dynamic_sidebar( 'sidebar_pagename' );
to make sure that a subpage gets the same sidebar as the parent page?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Dynamic sidebars for subpages’ is closed to new replies.