• Ok,
    I have no clue what is going on.

    I created several new posts on my website (www.bonesnap.com). I cannot preview them. I get a “Sorry, the page you were looking for could not be found” from the admin panel.

    If you do a search on the website for “Divorce” or “Mirrors” you will see the posts but when you click on the titles you will get the 404.

    Existing posts display and can be edited with no issue.

    Any new posts I add to the site are not filtered to the top of the page either.

    They ONLY thing I have did recently was I removed an unused page that had nothing to do with any of this.

    I am so lost.

    Any help would be appreciated.

    Thanks,
    Leo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    It seems that you ahve changed the permalinks settings for your post..if so then add this code in htaccess and have a check with posts..

    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    If you have not changed the permalinks then disable all plugins and upgrade your wordpress to the latest version

    Thanks,

    Shane G.

    Thread Starter ironspike

    (@ironspike)

    I checked my .htaccess file and it already has that code segment in there.
    I’ve already updated the wordpress site to the lastest version.

    I never changed the permalinks. I have no clue why this started happening.

    I can create posts but I cannot view them.

    Any other ideas would be helpful.

    Thanks,
    Leonard

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Any new posts I create cannot be viewed.’ is closed to new replies.