• I create my blog last month.Today I check my post I found some post is gone.
    no draft, no data on dashboard but I found on database.

    How can I do for my article come back ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • where did you find it in the database? (what table was it in?
    if it is in the wp-posts table, what is the ‘post_status’?
    how many rows in the wp_post table did you find of the post?
    did you look in the dashboard->posts->trash?
    when did you create the post?
    do you have any plugins that can change the status of a post?

    If you found it in the wp_posts table, you could copy the content and re-post it again as a quick get around, but that won’t explain why it happened.

    Thread Starter chanodom

    (@chanodom)

    post stat is ” inherit “

    nothing in trash

    I create post last month

    not have plugin about change status of a post

    plugin list
    15Zine – Functionality << from theme
    Contact Form 7
    Force Regenerate Thumbnails
    Google XML Sitemaps
    Jetpack by WordPress.com
    Login With Ajax

    did you only find 1 row in the table for the post?

    Thread Starter chanodom

    (@chanodom)

    Thanks for your help.

    I checked about lost post.no post_stat publish.
    and I can’t find content 1 row in table for the post but I found unfinished content in post_name column “155 revision v1”

    Find the post and look at the value in the ‘post_parent” column.
    search for the post with that ID so if the value in ‘post_parent’ was 106 you would use
    SELECT * FROM wp_posts WHERE ID = ‘106’

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I lost my post.’ is closed to new replies.