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
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
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.
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>' ); ?>
This topic has been closed to new replies.