• Hey agian guys.
    Now i got problems whit siderbar.php, it will not show my created sites.

    i have uncomment my pages in the siteadmin control.

    somebody who can help me?

    here is the code:
    <!– Pages Just uncomment if you want a list of pages in the frontpage

    <li>
    <h2><?php _e('Pages'); ?></h2>
    <ul>
    <?php wp_list_pages('title_li='); ?>
    </ul>
    </li>

Viewing 4 replies - 1 through 4 (of 4 total)
  • In the code you posted I see a comment start (<!–), but no comment end (–>), so it appears the code is still commented.

    Thread Starter flusawa

    (@flusawa)

    hmm now i have write this :

    <!– Pages Just uncomment if you want a list of pages in the frontpage

    • <h2><?php _e(‘Pages’); ?></h2>
      <?php wp_list_pages(‘title_li=’); ?>

    –>

    That way it’s still commented and so it won’t show your pages.

    Try removing the –> from the end and adding it to the first line, like this:
    <!– Pages Just uncomment if you want a list of pages in the frontpage –>

    Thread Starter flusawa

    (@flusawa)

    Oh thanks mate, it works .. Danm your are a smart guy ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Siderbar problem :/’ is closed to new replies.