Displaying slug instead of titles in wp_list_pages
-
Hello,
I’m looking for a way to get the inclusions in wp_list_pages to return slug (post_name) instead of titles (post_title).
<?php wp_list_pages(‘title_li=&depth=-1&include=2,6&sort_column=post_name’); ?>
Thank you
- The topic ‘Displaying slug instead of titles in wp_list_pages’ is closed to new replies.