{"id":54679,"date":"2018-05-25T14:25:55","date_gmt":"2018-05-25T17:25:55","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=54679"},"modified":"2019-03-18T14:29:18","modified_gmt":"2019-03-18T13:29:18","slug":"only-show-woocommerce-products-in-search-results","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/only-show-woocommerce-products-in-search-results\/","title":{"rendered":"Only show WooCommerce products in search results"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Paste the following in<em><strong> functions.php<\/strong><\/em>:<\/p>\n<pre class=\"EnlighterJSRAW\">add_action( 'pre_get_posts', 'wpse223576_search_woocommerce_only' );\n\nfunction wpse223576_search_woocommerce_only( $query ) {\n  if( ! is_admin() &amp;&amp; is_search() &amp;&amp; $query-&gt;is_main_query() ) {\n    $query-&gt;set( 'post_type', 'product' );\n  }\n}\n<\/pre>\n<p>Source:\u00a0<a target=\"_blank\" href=\"https:\/\/wordpress.stackexchange.com\/questions\/223576\/changing-a-themes-search-function-to-only-show-results-from-woocommerce\" rel=\"noopener\">https:\/\/wordpress.stackexchange.com\/questions\/223576\/changing-a-themes-search-function-to-only-show-results-from-woocommerce<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Paste the following in functions.php: add_action( 'pre_get_posts', 'wpse223576_search_woocommerce_only' ); function wpse223576_search_woocommerce_only( $query ) { if( ! is_admin() &amp;&amp; is_search() &amp;&amp; [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[234,260,327],"class_list":["post-54679","post","type-post","status-publish","format-standard","hentry","category-woocommerce","tag-products","tag-search","tag-woocommerce"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=54679"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54679\/revisions"}],"predecessor-version":[{"id":54849,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54679\/revisions\/54849"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54679"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54679"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}