Change search url (s) to custom
-
How do I change the search url wordpress
https://www.domain.com/?s=Query_search
to
https://www.domain.com/search?q={search_term_string}Supposed to be like this.
<meta itemprop=”target” content=”<?php echo esc_url( home_url( ‘/’ ) ); ?>/search?q=‘ . get_search_query() . ‘”/>
Thank you very much for the solution.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change search url (s) to custom’ is closed to new replies.