{"id":6889,"date":"2023-03-27T18:54:18","date_gmt":"2023-03-27T15:54:18","guid":{"rendered":"https:\/\/creativethemes.com\/blocksy\/?post_type=documentation&amp;p=6889"},"modified":"2023-03-27T18:54:18","modified_gmt":"2023-03-27T15:54:18","slug":"change-search-page-url","status":"publish","type":"documentation","link":"https:\/\/creativethemes.com\/blocksy\/docs\/code-snippets\/change-search-page-url\/","title":{"rendered":"Change search page URL"},"content":{"rendered":"\n<p>The following snippet lets you change the search page URL, changing the pesky \/?s= URL into \/search\/.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_action('template_redirect', function () {\n\tif (is_search() &amp;&amp; isset($_GET&#091;'s'])) {\n\t\t$current_url = wp_parse_str(wp_parse_url(blocksy_current_url())&#091;'query'], $query_args);\n\n\t\tunset($query_args&#091;'s']);\n\n\t\twp_redirect(add_query_arg(\n\t\t\t$query_args,\n\t\t\thome_url(\"\/search\/\") . urlencode(get_query_var('s'))\n\t\t));\n\n\t\texit();\n\t}\n});\n\nadd_action('init', function () {\n\tadd_rewrite_rule(\n\t\t'^search\\\/(&#091;^\/]*)\\\/?',\n\t\t'index.php?s=$matches&#091;1]',\n\t\t'top'\n\t);\n}, 10, 0);<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The following snippet lets you change the search page URL, changing the pesky \/?s= URL into \/search\/.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"doc_categories":[125],"class_list":["post-6889","documentation","type-documentation","status-publish","hentry","doc_categories-code-snippets"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"acf":[],"_links":{"self":[{"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/documentation\/6889","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/documentation"}],"about":[{"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/types\/documentation"}],"author":[{"embeddable":true,"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/comments?post=6889"}],"version-history":[{"count":0,"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/documentation\/6889\/revisions"}],"wp:attachment":[{"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/media?parent=6889"}],"wp:term":[{"taxonomy":"doc_categories","embeddable":true,"href":"https:\/\/creativethemes.com\/blocksy\/wp-json\/wp\/v2\/doc_categories?post=6889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}