• Resolved ThorHammer

    (@thorhammer)


    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

    Thread Starter ThorHammer

    (@thorhammer)

    Thank you evilbeet! That answered my question!

    motoroilinfocom

    (@motoroilinfocom)

    Is it possible to make several pages in one post?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Difference between post and page’ is closed to new replies.