• my posts have just disappeared from view, they are showing on the dashboard as published, but they are not on my site.

    widgets and advertising and header are still there tho.

    help…?

Viewing 11 replies - 1 through 11 (of 11 total)
  • I’m having the same problem. Everything seems to be working, but I have no content in any of my posts or pages. The only thing showing up is the calendar. I’ve tried all those tricks with the .htaccess file and updating my permalinks and disabling the automatic upgrade plug-in, but nothing seems to work. Any help would be appreciated. My site is at http://www.linw.org

    there is no trick with .htaccess

    delete or rename the .htaccess
    rebuild permalinks
    admin – settings – permalinks

    Thanks for the quick response. I had previously renamed the .htaccess and rebuilt the permalinks to no avail. So I deleted the .htaccess just now and rebuilt the permalinks again. Still no luck.

    The oddest thing, to my mind, is that I can edit the posts and pages and the titles do show up. But the content itself is not showing, even though it’s in the database and can be edited and resposted.

    I’m having the same issue, and am also perplexed. .htaccess monkeying seemed to have no effect, nor did deactivating all of my plugins.

    Possibly relatedly, WP’s automatic upgrade didn’t fly at all, throwing an error when trying to unpack.

    This problem appears to have resolved itself. Reasons are still unknown.

    Oh, man. My next step was going to be deactivating all my plugins, but you say it didn’t work and the problem resolved itself??? If you ever find out what happened, please share!

    Problem solved. I deactivated all plugins, then reactivated them one at a time. The plugin wp-typogrify version 1.6 (Author’s description: “Prettify your web typography by preventing ugly quotes and widows and providing CSS hooks to style some”) By Hamish Macpherson was the source of the problem. What a relief!

    wp-Typogrify has now officially been replaced by wp-Typography. Hopefully you will have better luck with this plugin.

    I’m suffering from the same problem – posts with a wordcount of 4.5K vanish into thin air when posted via the online WP editor, leaving only the title, and occasionally the tags as well (Visual editor’s window clears up. HTML editor’s window doesn’t, but nothing is posted)

    On the other hand, when posting via Windows Live Writer, stuff works, but that is not a decent solution, due to Live Writer’s various limitations regarding posting images (plus, its a horrible app)

    I’ve tried playing around with .htaccess and php.ini, but that doesn’t seem to do the thing either.

    Any suggestions?

    tech stuff:
    Version is 2.8.6.
    (NextGen, The usual suspect, is not installed)

    I is the long posts problem maybe?
    I got rid of it by using this in my wp-contig.php file:

    /** Trick for long posts */
    ini_set('pcre.recursion_limit',20000000);
    ini_set('pcre.backtrack_limit',10000000);

    Paste it just below db_collate

    wow. this works! thanks!!!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Published Posts have Disappeared’ is closed to new replies.