Problem with wp_list_pages not not displaying titles
-
Hi!
I’m trying to use wp_list_pages like this:
<?php wp_list_pages(‘depth=0’); ?>
But the result I am given is a ul list of all pages in my site but the level 0 pages don’t have a title in the list. I can see it’s getting the right classes and even the link but the title is not there. What could I be doing wrong?
It looks like this:
https://prnt.sc/lwisug
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with wp_list_pages not not displaying titles’ is closed to new replies.