• In my current WordPress installation, some pages are not showing up when I go to Manage –> Pages.

    If I do a backup of my site using the plugin that comes with WordPress, and I look through that file, I can see the missing pages, and the contents of those missing pages.

    Also, the function that I’m using to list the subpages of one of those pages:

    <?php wp_list_pages(“title_li=&child_of=35&sort_column=post_date&sort_order=desc”);?>

    Is still outputting a list of pages, but when I click on the link I get a 404 error. None of these pages that are listed are showing up in the WP Admin area.

    Anyone has any idea how I can fix this?

Viewing 1 replies (of 1 total)
  • Having the same problem. Weird, as the pages exist and show up in the web site, but not in manage pages.

Viewing 1 replies (of 1 total)
  • The topic ‘Pages not showing up in WordPress’ is closed to new replies.