• When I write a new page, wordpress places the link on the top, where it is all but invisible. How do I prevent it from doing that?

    see here

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you mean the “downloads” and “about” pages at the very very top?

    This has to do with your theme. Another theme could show it on the sidebar.

    Thread Starter nzk

    (@nzk)

    yeah but i dont want to make a million changes to the php, is there a quick way to put it on the side?

    You can try putting this in your sidebar code.
    <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links Problems’ is closed to new replies.