Parent Category Page is 404'ing
-
I have a Parent Category (https://www.nubilt.com/blog) set as a page but it keeps giving me a 404 page (“ever feel like you’re in the wrong place”).
It has two Child Categories (https://www.nubilt.com/blog/local/ & https://www.nubilt.com/blog/industry-news/) that are both working.
I have a different Parent Category (https://www.nubilt.com/portfolio) set as a page that works fine.
Using the Intelligible Business theme by PandaThemes.
Settings > Reading Settings > Front Page Displays set to “Your Latest Posts”Permalinks set to custom structure: /%postname%/
WordPress SEO by Yoast set to: “Strip the category base (usually /category/) from the category URL”
I have W3 Total Cache cleared cache and it’s deactivated.
I made my .htaccess file only have:
“# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
“If I change the slug to “blogs” instead of “blog” then https://www.nubilt.com/blogs/ actually works.
Does anyone have a suggestion why my parent category “https://www.nubilt.com/blog” does not work?
- The topic ‘Parent Category Page is 404'ing’ is closed to new replies.