wp_list_pages is not working
-
I am trying to fix a friend’s website – the top, navigation has just disappeared from the page, but I’m hitting a wall and can’t figure out what I’m missing.
The navigation uses <?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?> but nothing shows up. The div area for it works fine – the background is displayed, and home, which is displayed by <li class=”first”>/”><?php _e(‘Home’,’arthemia’);?> also shows.
I have checked that the pages are all set to be included in the menu (as the “exclude pages” plugin is used). I’ve tried a whole bunch of stuff and googled around, and I have no idea what I am missing. If anyone ran into this problem or has an idea of what I should be looking at, please send me at the right direction. Thanks!
That’s the site, by the way: http://sharingistheanswer.com/
[Please post code snippets between backticks or use the code button.]
The topic ‘wp_list_pages is not working’ is closed to new replies.