Custom URL structure in WordPress blogs
-
I need help with creating a custom URL for blogs on WordPress. In my blogs I want to show URL structure like this:
For categories:
/blog/category/topic-name
For tags:/blog/tag/topic-nameFor tags the URL structure is showing correctly but for categories the URL is showing like this:
/blog/category/blog/topic-nameI have checked all my permalinks settings, category URL settings and blog page settings and everything seems to be fine. Can someone please tell me how to remove that extra
/blogafter/categoryin the URL?As an additional info, if its of any help, I’m also using a plugin to remove category in URL. When I activate it the URL structure shows like
/blog/category-nameand then on that page all the blog posts under that category show up. I want it to be like as explained above/blog/category/topic-name.In my permalinks I’m using custom structure as
/blog/%postname%/.
The topic ‘Custom URL structure in WordPress blogs’ is closed to new replies.