RewriteRule on Shop Page for Search Keyword
-
Hi,
I want below URL:
to work as
I can achieve this behaviour for my
/search/
as below. But this is not working for/shop/
page. What is the way to achieve this ?function my_rewrite_rule() { add_rewrite_rule('^search/([^/]*)?','index.php?pagename=search&search_text=$matches[1]','top'); }
but same code is not working for shop page.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘RewriteRule on Shop Page for Search Keyword’ is closed to new replies.