• I’ve created a new page using the new pages feature in 1.3. I can’t figure out how to get a link to the page to display on my main page. It doesn’t show automatically like a post does. I’ve searched the forums and can’t find any info on it. If this is common knowledge for WP users, please go easy on me. I’m a WP newbie. ??
    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ryker

    (@ryker)

    I added a link on the front page. I clicked on manage and then pages. Then I clicked on view. I copied the URL and then pasted in a web link in a section I created called Articles.
    Is this the way that I am supposed to do this or is there a more straight forward way (not that it was difficult to do).

    I think there’s a ‘wp_list_pages’ function ?

    <li id="mypages">My Pages

      <?php wp_list_pages(); ?>

    That’ll keep it all looking good ??

    Thread Starter ryker

    (@ryker)

    I tried your suggestion, but it just shows the the line of php code. I assume that I need to find a plugin that allows wordpress to run inline php code. Is this correct?

    where did you put the line of code? you should have put it in the menu section of your index.php file, sounds like you put it in a post.

    Thread Starter ryker

    (@ryker)

    Your right. I did put it in a post. I don’t know what I was thinking. Works great in index.php of course. Thank You.
    How did you find out about wp_list_pages function? Is there an up to date resource with the functions for 1.3?

    if you want to link a page from your post, you should check the page’s ID (in the manage menu), and create a link like this:
    https://yourhost.com/index.php?page_id=X

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Viewing Pages in 1.3a5’ is closed to new replies.