{"id":11194,"date":"2023-04-03T17:58:46","date_gmt":"2023-04-03T08:58:46","guid":{"rendered":"https:\/\/hanami-web.tokyo.jp\/blog\/?p=11194"},"modified":"2023-05-07T07:51:22","modified_gmt":"2023-05-06T22:51:22","slug":"remove-the-price-range-search-filter-for-listings","status":"publish","type":"post","link":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/microjobs\/remove-the-price-range-search-filter-for-listings\/","title":{"rendered":"Creating a matching site using WordPress [HivePress] Delete the price range search filter from the list"},"content":{"rendered":"<div class=\"sc\"><a href=\"https:\/\/hanami-web.tokyo.jp\/blog\/en\/how-to-hivepress-setting\/\" title=\"HivePress Explanation Table of Contents\">\r\n\t<p class=\"sc-txt01\">Our company also built a matching website using HivePress.<\/p>\r\n\t<p class=\"sc-txt01\">How to create a matching website using WordPress<\/p>\r\n\t<p class=\"sc-txt02\">HivePress Explanation Table of Contents \u2192<\/p>\r\n<\/a><\/div>\n\n\n<div class=\"sc af\"><a href=\"https:\/\/hivepress.io\/?ref=hv\" title=\"HivePress Official Website\" target=\"_blank\">\r\n\t<p class=\"sc-txt02\">HivePress official website \u2192<\/p>\r\n<\/a><\/div>\n\n\n\n<p>We will explain the code introduced in the HivePress code recipe.<\/p>\n\n\n\n<p>Remove price range search filter from list<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nadd_filter(\n\t&#039;hivepress\/v1\/forms\/listing_filter&#039;,\n\tfunction( $form ) {\n\t\tunset($form[&#039;fields&#039;][&#039;price&#039;]);\n\n\t\treturn $form;\n\t},\n\t1000\n);<\/code><\/pre>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 ez-toc-wrap-center counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">table of contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #000000;color:#000000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #000000;color:#000000\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewbox=\"0 0 24 24\" version=\"1.2\" baseprofile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/hanami-web.tokyo.jp\/blog\/en\/microjobs\/remove-the-price-range-search-filter-for-listings\/#%e5%ae%9f%e8%a3%85%e4%be%8b\" >Example implementation<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/hanami-web.tokyo.jp\/blog\/en\/microjobs\/remove-the-price-range-search-filter-for-listings\/#functionphp%e3%81%b8%e8%bf%bd%e5%8a%a0\" >Add to function.php<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"%e5%ae%9f%e8%a3%85%e4%be%8b\"><\/span>Example implementation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>HivePress will output a price sorting field on the listings page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"481\" height=\"242\" src=\"https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/image-49.png\" alt=\"\" class=\"wp-image-11274\" srcset=\"https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/image-49.png 481w, https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/image-49-300x151.png 300w\" sizes=\"(max-width: 481px) 100vw, 481px\" \/><\/figure>\n\n\n\n<p>I added the code to finction.php and it disappeared.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"505\" height=\"181\" src=\"https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/image-50.png\" alt=\"\" class=\"wp-image-11275\" srcset=\"https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/image-50.png 505w, https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/image-50-300x108.png 300w\" sizes=\"(max-width: 505px) 100vw, 505px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"functionphp%e3%81%b8%e8%bf%bd%e5%8a%a0\"><\/span>Add to function.php<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The code is added to function.php.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create a child theme and add it to function.php<\/li>\n\n\n\n<li>Added using the code snippets plugin<\/li>\n<\/ul>\n\n\n\n<p>Please edit function.php in one of two ways.<\/p>\n\n\n\n<p><a href=\"https:\/\/hanami-web.tokyo.jp\/blog\/en\/member\/php-customize\/\" title=\"\"><span style=\"text-decoration: underline;\">This blog post explains the prerequisites you need to know before editing function.php!<\/span><\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>HivePress\u306e\u30b3\u30fc\u30c9\u30ec\u30b7\u30d4\u3067\u7d39\u4ecb\u3055\u308c\u3066\u3044\u308b\u30b3\u30fc\u30c9\u3092\u89e3\u8aac\u3057\u307e\u3059\u3002 \u30ea\u30b9\u30c8\u306e\u4fa1\u683c\u5e2f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u30fc\u3092\u524a\u9664 \u5b9f\u88c5\u4f8b HivePress\u3067\u306f\u30ea\u30b9\u30c6\u30a3\u30f3\u30b0\u4e00\u89a7\u30da\u30fc\u30b8\u306b\u4fa1\u683c\u306e\u30bd\u30fc\u30c8\u9805\u76ee\u304c\u51fa\u529b\u3055\u308c\u307e\u3059\u3002 finction.php\u306b [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":11272,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_uag_custom_page_level_css":"","footnotes":""},"categories":[1456],"tags":[1501],"class_list":["post-11194","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microjobs","tag-hivepress"],"blocksy_meta":[],"aioseo_notices":[],"uagb_featured_image_src":{"full":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-5-1.png",720,540,false],"thumbnail":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-5-1-150x150.png",150,150,true],"medium":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-5-1-300x225.png",300,225,true],"medium_large":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-5-1.png",720,540,false],"large":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-5-1.png",720,540,false],"1536x1536":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-5-1.png",720,540,false],"2048x2048":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-5-1.png",720,540,false],"trp-custom-language-flag":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-5-1.png",16,12,false]},"uagb_author_info":{"display_name":"\u682a\u5f0f\u4f1a\u793eHanamiWEB \u4ee3\u8868\u53d6\u7de0\u5f79 \u677e\u6d66\u307f\u3055","author_link":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/author\/hanami\/"},"uagb_comment_info":0,"uagb_excerpt":"HivePress\u306e\u30b3\u30fc\u30c9\u30ec\u30b7\u30d4\u3067\u7d39\u4ecb\u3055\u308c\u3066\u3044\u308b\u30b3\u30fc\u30c9\u3092\u89e3\u8aac\u3057\u307e\u3059\u3002 \u30ea\u30b9\u30c8\u306e\u4fa1\u683c\u5e2f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u30fc\u3092\u524a\u9664 \u5b9f\u88c5&hellip;","brizy_media":[],"_links":{"self":[{"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/posts\/11194","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/comments?post=11194"}],"version-history":[{"count":0,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/posts\/11194\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/media\/11272"}],"wp:attachment":[{"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/media?parent=11194"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/categories?post=11194"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/tags?post=11194"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}