Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. Are all your templates using this to call up the sidebar:

    <?php get_sidebar(); ?>

    2. If so, what does the section of your sidebar.php where wp_list_pages() resides look like.

    Thread Starter hdlee

    (@hdlee)

    I’m still using the old customized template, and disable any themes, so I don’t have any call to get_sidebar() in my index.php.

    The content of index.php around the wp_list_pages() are:


    <li id="categories"><?php _e('Topics:'); ?>

      <?php wp_list_cats(); ?>

    <?php wp_list_pages(); ?>

    <li id="archives"><?php _e('Archives:'); ?>

      <?php wp_get_archives('type=monthly'); ?>

    <li id="calendar">
    <?php get_calendar(); ?>

    Thread Starter hdlee

    (@hdlee)

    It is apparently bug ID 927

    http://mosquito.wordpress.org/view.php?id=927

    I’ve renamed the $cache_pages in wp-includes/template-functions-post.php and it works charmingly now.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP 1.5 Doesn’t Display Page List When Viewing the Page’ is closed to new replies.