I’m trying to chang my custom search url for SEO purpose. I found an article about how to change mydomain.com/?s=query
to mydomain.com/search/query
. However, i prefer to have a custom search url such as mydomain.com/something/query
.
Is this achievable?
Thank you for any help!
It’s easy. Just add this hook for
template_redirect
action and it will redirect your search queries to nice url:Add to your
.htaccess
file: