• Resolved 24lover

    (@24lover)


    hi everyone!
    could anyone help me place a code so that grandchildren (the children of children..) will show up in my sidebar? this is what I currently have, with success in showing parents and their children. Next I need grandchildren!

    <?php
    if( is_page('encountering-conflict') || $post->post_parent == '194'){
      get_sidebar('enc');
    }else{
      get_sidebar('alt');
    }
    ?>

    please help!
    thank you, much appreciated

  • The topic ‘grandchildren in sidebar’ is closed to new replies.