wp_list_pages not showing anything
-
I have a site, https://www.spanskfilmforum.dk/, with this code in sidebar.php:
<ul> <li class="page_item"><a href="/">Blog</a></li> <li class="page_item"><a href="/2008/08/24/velkommen-bienvenido/">Velkommen - Bienvenido</a></li> <?php wp_list_pages('title_li='); ?> <li><a href="/wp-admin/" target="_blank">admin</a> </ul>
It used to work, but now all of a sudden it doesn’t – all I see is the hardcoded links, nothing is genereted by the wp_list_pages function.
I have another site on the same server which uses identical code, and there it works.
What could be wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp_list_pages not showing anything’ is closed to new replies.