Using permalink options I cant see individual posts
-
Not sure how to fix this.
This is a new blog I’m building.
http://www.internetscelebrities.com
Everything was working fine with default url’s. When I switch the permalink option, the links change accordingly. The .htaccess changes to:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
But if I click on any individual post url instead I see the same listing of all posts that I would see on the homepage.
I thought maybe it was related to using subcategories so I put posts in the parent category. Still doesn’t work. I tried date / postname.. Still doesn’t work.
Any ideas?
The topic ‘Using permalink options I cant see individual posts’ is closed to new replies.