• 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.]

Viewing 1 replies (of 1 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

Viewing 1 replies (of 1 total)

The topic ‘wp_list_pages is not working’ is closed to new replies.