flagsuser
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom URL structure in WordPress blogsThe issue has been resolved. This is how I resolved it. I deactivated the plugin which I was using to remove
/categoryin the URL. Also in my Posts >> Categories section in the admin panel I was using categories in hierarchical manner. At the top was blog category and under it I had placed other categories. So I deleted the blog category and again created it. When the blog category was deleted the other categories under it became top level categories automatically. In my permalinks I’m using this URL structure after the domain name/blog/%postname%/After doing all this the issue was resolved and I got the URL in desired manner as I wanted it to be shown.
So if someone else is having similar type of issues in URL not displaying in desired manner then please check if you are using any plugin for this purpose, and check your posts and page section. You may also need to change your permalink structure as well. It should all work out to be fine after that.