Remove Category or Tag Slug from url
A client asked me in ThemeForest comments that how to remove category slug in URL of WordPress blog installation. I researched a bit and found a very helpful article on http://premium.wpmudev.org/. I am writing short version below.
My client tried some plugins, but none of those worked for him and myself so do not waste your time on plugins and try this two steps trick given below. Go to permalink settings and follow these steps.
- Put “/%category%/%postname%/ ” in Custom Structure radio option field.
- Put a dot ” . ” in Category Base option field.
Save your permalink settings (do it twice if it doesn’t work), and it’s done.
It is working up to WordPress version 4.2.3 as I have checked.
Comments
Hello Hassan, and what is different from plugin?? faster performance or same??
https://wordpress.org/plugins/remove-category-base-littlebizzy/
HI Karim,
You can use the plugin too but installing a plugin for that kind of small task sounds a bit overkill. Users can do that if it stops working on in any of the future updates of the WordPress.
Regards
Man, I appreciate your research, Thanks it works