• Hi,

    Similar to this person’s problem, http://wordpress.org/support/topic/posts-list-not-showing-on-admin-panel?replies=2 posts suddenly stopped showing up in the admin panel.

    I have disabled all plugins and the custom theme I was using. Previously, I was able to see two of the three pages of posts I have but after adjusting the number of posts to display in screen options I am unable to see any posts at all. I get a blank white screen. I mentioned I could see two of the three pages – to clarify, I was not able to see page three.

    What could cause this and how can I fix it?

    Thanks,

    C.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Sounds the post you previously edited do something.

    Could you turn on WP_DEBUG and check admin panel html-source?
    You might find error messages.

    Thread Starter chunky2010

    (@chunky2010)

    Thank ou hogetan,

    I turned on debugging and here is the error message I’m getting:

    Notice
    : wp_enqueue_script was called
    incorrectly
    . Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see
    Debugging in WordPress
    for more information. (This message was added in version 3.3.) in
    /home/needscen/public_html/wp-includes/functions.php
    on line
    3049

    Notice
    : get_theme_data is
    deprecated
    since version 3.4! Use wp_get_theme() instead. in
    /home/needscen/public_html/wp-includes/functions.php
    on line
    2908

    Also to note, the admin panel is now only a white screen of death, aside from the error message I’m getting.

    Thoughts?

    Thanks again,

    C.

    Looks like you have a bad theme and/or plugin. Try:
    – switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    Thread Starter chunky2010

    (@chunky2010)

    Thanks.

    But yes, I did that before posting. I turned off all plugins and changed the theme back to the default theme, but had no luck.

    Since posting last time I did remove any non-essential plugins and as a result the admin panel is now working again. However, the Posts list problem persists.

    Thanks,

    C.

    after adjusting the number of posts to display in screen options

    What did you adjust this to? Try checking your server error logs for a more specific error message. Your hosts should be able to help you accessing your server error logs.

    Thread Starter chunky2010

    (@chunky2010)

    Thanks. I have my own dedicated server, so I will check into that.

    I adjusted the number of posts to display to “60”, since there are about 53 of them total.

    C.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Post List in Admin Panel Not Showing’ is closed to new replies.