Ok, this might be a stupid question, but what is the main difference between a page and a post? Second possibly stupid question: How to make the page(s) visible?
Ok, this might be a stupid question, but what is the main difference between a page and a post? Second possibly stupid question: How to make the page(s) visible?
Hi Thor,
One way to make your pages visible is to create hyperlinks to them somewhere on your website. I do it in the sidebar.
You can figure out the URL of your pages by going to Manage->Pages and then clicking "View" next to the page you're interested in.
To list all your pages, you could put something like this line of code in your sidebar:
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
Hope this helps!
Thank you evilbeet! That answered my question!
Is it possible to make several pages in one post?
This topic has been closed to new replies.