{"id":3626,"date":"2022-09-07T13:09:19","date_gmt":"2022-09-07T13:09:19","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3626"},"modified":"2022-09-10T20:44:52","modified_gmt":"2022-09-10T20:44:52","slug":"exclude-simple-urls-in-wordpress-search-results","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/exclude-simple-urls-in-wordpress-search-results\/","title":{"rendered":"Exclude Simple URLs in WordPress Search Results"},"content":{"rendered":"\n<p>This applies to the original simple URL&#8217;s plugin by Nathan Rice and may not work with the new Lasso version.<\/p>\n\n\n\n<p>Locate the following in the simple URLs plugin.php<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>'public' => true,\r\n'query_var' => true,<\/code><\/pre>\n\n\n\n<p>Then insert &#8220;&#8216;<em>exclude_from_search&#8217; => true,<\/em>&#8221; from the code snippet below into your code, and update the plugin.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>'public' => true,\n'exclude_from_search' => true,\n'query_var' => true<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This applies to the original simple URL&#8217;s plugin by Nathan Rice and may not work with the new Lasso version. Locate the following in the simple URLs plugin.php Then insert &#8220;&#8216;exclude_from_search&#8217; => true,&#8221; from the code snippet below into your code, and update the plugin.<\/p>\n","protected":false},"author":1,"featured_media":3547,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","iawp_total_views":1,"wds_primary_category":56,"footnotes":""},"categories":[56,58],"tags":[75,74,84],"class_list":{"0":"post-3626","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"category-plugins","9":"tag-redirect","10":"tag-simple-urls","11":"tag-wp-core","12":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2018\/09\/code-snippits-600x400.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2018\/09\/code-snippits-600x515.jpg","author_info":{"display_name":"Jack Alltrade","author_link":"https:\/\/purelysupp.com\/wordpress\/author\/jacka11trade\/"},"_links":{"self":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/comments?post=3626"}],"version-history":[{"count":2,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3626\/revisions"}],"predecessor-version":[{"id":3781,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3626\/revisions\/3781"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/3547"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3626"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3626"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}