Forums

Is wp_page_menu a replacement for wp_list_pages? (2 posts)

  1. kennethjaysone
    Member
    Posted 3 years ago #

    I'm using wordpress 2.7 and i'm learning this tutorial where you develop a basic 2-column layout theme. In the tutorial, they use wp_list_pages. What i normally do is i come to wordpress.org's template tag reference page to see what a particular template tag does. I noticed that there is a wp_page_menu that works on version 2.7 onwards.

    Is this actually a replacement template tag for the wp_list_pages template tag?

    Thank you,
    Kenneth

  2. Michael Fields
    Theme Wrangler
    Posted 3 years ago #

    Kenneth,
    Not sure if this is a "replacement", but it is a wrapper function for wp_list_pages() which offers some extra support for the "Home" page. Judging from the way the code is written, I doubt that this is meant to be a replacement - then again, who am I to say for sure :)

Topic Closed

This topic has been closed to new replies.

About this Topic