Is it possible to rewrite only one category ?
I have a category "Photos" and just for this category.
I just want to rewrite it from /category/photos to /photos
|
Is it possible to rewrite only one category ? I have a category "Photos" and just for this category. I just want to rewrite it from /category/photos to /photos |
|||
|
|
|
You can do this with a rewrite rule from within WordPress. Take a look at the documentation for Something like this:
You can stick that in a plugin. The downside here is that this is not very portable. You assume that the "Photos" category slug will always be |
|||
|
|
|
You can change the Category Base in Settings -> Permalinks to:
or
However these solutions don't always work properly. You can also try adding a rewrite rule to your .htaccess file:
|
|||
|
|