• Resolved bluecrystalle

    (@bluecrystalle)


    Hi, i have successfully add customized sidebar for differnet parent pages, but i found that the sub pages of a parent page are still showing the default sidebar but not the customized sidebar same as the parent page.
    Can anyone assist me in this matter?

    Thank you

    Bluecrystalle

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Bluecyrstalle,

    A link to your site would go a long way toward getting some help, since there are many different ways to set up sidebars and subpages.

    A.

    Thread Starter bluecrystalle

    (@bluecrystalle)

    Hi epymetheus,

    thanks for your reply.
    I just found the way!!

    if (is_page(’11’)|| $post->post_parent == ’11’) {
    include(TEMPLATEPATH . ‘/sidebar-music.php’);
    }

    I am not sure whether this is the right way but it works as i need!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Same customized sidebar for subpages of a parent page’ is closed to new replies.