I have a custom post type 'BLOG'. I created archive-blog.php file to display archives. Also I register a taxonomy with it named as 'blog-category' and created a page 'taxonomy-blog-category' while clicking on this taxonomy terms redirects me to the 404 page. Seems permalink problem. I have saved permalinks and rewrite_flush() but that also doesn't work. Any help would be appreciated. Hope I'll get a positive response from your side. Thanx in advance.
I have a custom post type 'BLOG'. I created archive-blog.php file to display archives. Also I register a taxonomy with it named as 'blog-category' and created a page 'taxonomy-blog-category' while clicking on this taxonomy terms redirects me to the 404 page. Seems permalink problem. I have saved permalinks and rewrite_flush() but that also doesn't work. Any help would be appreciated. Hope I'll get a positive response from your side. Thanx in advance.
The taxonomy having rewrite rule with the name as 'category'. I changed it to different name and named it as 'blog-category', it will work for me in my case.