Why does it add /category/ to my categories in the URL?

by 4 replies
5
(This is in Wordpress.)
One of my categories is fire, and I have articles on different ways of starting fire (it's a survival site). So If you click on the category "fire", the URL looks like this:

http://www.mydomain.com/category/fire/


How do I get /category/ out of there and get it to read like this like it's suppose to:


http://www.mydomain.com/fire/


If you go into settings > permalinks, I do have custom structure set to /%category%/%postname%/ like I was told to do. And at first it was doing it correctly, but not anymore for some reason.



Anybody know why it's adding /category/ to my categories in the URL?
#website design #add #categories #or category or #url
  • The easiest way to get rid of that problem is by using a simple plugin.

    Have a look here for some plugins.

    Another solution will be to implement a solution into your functions.php file but if you are not that savvy I think it will pretty much be more of a headache. However if you fancy this solution I believe GitHub has a lot to offer.

    Regards
  • I don't understand why I would need a plugin, it was doing it correctly without one until it messed up for some reason. The thing that concerns me about plugins is that i seem to need one for everything and people say that you really shouldn't use very many of them because it can slow down how fast your site loads.
  • there should be an option in the permalink. Go to Admin --> Settings --> Permalinks and select one of the options in there or create a custom structure that does NOT include /%category%/
  • Wordpress Perm setting will correct that for you

    Mike

Next Topics on Trending Feed