• On my website, http://air-conditioners-review.com there seems to be an odd problem. When I create posts they appear on the front page just fine. But, when I click on the title of the post in the website, the link says there is nothing in there. “Not Found” shows up instead of my post on the appropriate page. Can anyone think of a reason why this would happen? I tried deleting the post and pasting the info into a new post with the same information, but the same problem occurs, and the post has the same url title only it adds -2 at the end of it (now its -3 cuz I tried it twice). Also, I made a 2nd post and the same issue arose. Any help is greatly appreciated. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Take a look at your permalink settings

    Choose custom

    Drop this in

    /%category%/%postname%/

    Also make sure your htaccess has this code

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Thread Starter qdechery

    (@qdechery)

    Excellent! Thank you. I had to add the category part to my custom permalinks. I just had the %pagename% part. Thanks a lot! 😀

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Post Creation Problem’ is closed to new replies.