Using Slugs for wp_list_pages
-
Hi, I’ve learned a lot from codex and the forum and feel ready to create a “Page” template. I’ll have a sidebar that includes links to pages. Thanks to this strong community, I’ve decided to focus on WP as a blog and CMS instead of drupal and mambo.
Using wp_list_pages outputs page titles. For example,
wp_list_pages('sort_column=menu_order&title_li=<h2>' . __('Menu') . '</h2>' )
will allow me to sort by their rank.Is there a way to do this using Slugs? It will produce a cleaner menu without clunky titles. …I’ve searched forum and couldn’t find anything…
TIA!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Using Slugs for wp_list_pages’ is closed to new replies.