Permalink Issue

Not sure what happened but posts display the archive page now. When I try to view an individual post, the only thing I can view is the full list of posts.

So far I’ve disabled / activicated my theme, deleted the .htaccess file, changed the permalink settings.

The only I can get to change is when selecting “default” for the permalink setting. I can get the posts to show but all the other pages loose their url paths to css files, etc…

Any suggestions?

It doesn’t sound like a permalink issue, it sounds like you have a get_template_part() pointed at the wrong template.

Figured out the issue.

I had a custom taxonomy attached to posts which was set to “rewrite = true”. That blocked me from viewing the individual post page. Disabling the rewrite brought everything back.

it’s always the little things!