{"id":28273,"date":"2014-03-08T08:16:27","date_gmt":"2014-03-08T08:16:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/search-into-subcategories\/"},"modified":"2017-10-24T20:16:39","modified_gmt":"2017-10-24T20:16:39","slug":"search-into-subcategories","status":"publish","type":"plugin","link":"https:\/\/bn.wordpress.org\/plugins\/search-into-subcategories\/","author":11861601,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.1","stable_tag":"1.1.1","tested":"4.8.28","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Search-into-subcategories","header_author":"lion2486","header_description":"","assets_banners_color":"","last_updated":"2017-10-24 20:16:39","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/plugins\/search-into-subcategories\/","header_author_uri":"http:\/\/codescar.eu","rating":5,"author_block_rating":0,"active_installs":10,"downloads":4775,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.1.2","0.1.3","0.1.5","0.1.6","1.0.0","1.0.1","1.0.2","1.1.0","1.1.1"],"block_files":[],"assets_screenshots":{"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1752062","resolution":"3","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1752062","resolution":"2","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1752062","resolution":"1","location":"plugin"}},"screenshots":{"1":"Search Category Level 1","2":"Search Category Level 2","3":"Search Category Level 3 &amp; Input"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[944,16440],"plugin_category":[],"plugin_contributors":[82545],"plugin_business_model":[],"class_list":["post-28273","plugin","type-plugin","status-publish","hentry","plugin_tags-search","plugin_tags-subcategories","plugin_contributors-lion2486","plugin_committers-lion2486"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/search-into-subcategories.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/search-into-subcategories\/trunk\/screenshot-1.jpg?rev=1752062","caption":"Search Category Level 1"},{"src":"https:\/\/ps.w.org\/search-into-subcategories\/trunk\/screenshot-2.jpg?rev=1752062","caption":"Search Category Level 2"},{"src":"https:\/\/ps.w.org\/search-into-subcategories\/trunk\/screenshot-3.jpg?rev=1752062","caption":"Search Category Level 3 &amp; Input"}],"raw_content":"<!--section=description-->\n<p>For Demo go here http:\/\/codescar.eu\/projects\/search-into-subcategories<\/p>\n\n<p>Search-Into-Subcategories plugin allows you to make a select-search shortcode for your own categories.<\/p>\n\n<p>You can use if everywhere you want and make a tree structure for your categories.<\/p>\n\n<p>[search-into-subcategories]<\/p>\n\n<p>Arguments you can pass:<\/p>\n\n<pre><code>parent_category Default is 0\n    You can list only sub categories of the category id you give here. With 0 lists alla categories\n\nmax_depth Default is 2\n    How many subcategories (children of the parent_category) to display, at least 1.\n\nsearch_input Default is 1\n    Display a text input for search. (You can turn it off with 0 value)\n\nlabels Default is &lt;empty string&gt;\n    Labels for the inputs. Give them in the order you want with '|' as separator. example: Category1|Category2|Text\n\nsearch_text Default is Search\n    The text to display in search button.\n\nhide_empty Default is 1\n    Hide categories without content, set to 0 to display all!\n\nexclude Default is &lt;empty string&gt;\n    Category IDs to exclude from listing. Separate them with ','. Example: 6,7,13\n\nshow_date_ranges Default is 0\n    Show from\/to date ranges to filter publish date. Set it to 1 to use it.\n\ndates_format Default is DD-MM-YYYY\n    It requires the show_date_ranges to be enabled. It uses Pikaday JS Library (a small one) to create a datepicker\n    and manage the date formatting. (If you use spaces into the format, wrap it into single quotes 'like this').\n    (The formatting is generated by momentJS https:\/\/momentjs.com\/docs\/#\/displaying\/ )\n\ncustom_field Default is null\n    List of custom meta-fields to search in (it will create a new input for every meta-field.\n    ( Use , as separator, example: field1,meta_key,etc )\n\ncustom_field_labels Default is null\n    List for labels in custom meta fields text input. (Use | as separator, example: name1|name2|etc)\n\ncustom_post_types Default is null\n    Post type to filter results\n\nposts_per_page Default is null\n    Set result page posts per page\n\ncustom_taxonomy Default is category\n    Set custom taxonomy to walk.\n<\/code><\/pre>\n\n<p>Example:\n[search-into-subcategories  parent_category=0 max_depth=3 search_input=1 labels=cat1|cat2|cat3|Text search_text=Find\n                            hide_empty=0 exclude=7,6 show_date_ranges=1 custom_field=author,my_custom\n                            custom_field_labels=Author|Custom custom_post_types=documents posts_per_page=10\n                            custom_taxonomy=my_taxonomy dates_format=YYYY-MM-DD]<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Upload <code>Search-into-subcategories-plugin<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add the shortcode into your page\/post you want.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Added a small datepicker JS library - https:\/\/github.com\/dbushell\/Pikaday<\/li>\n<li>Added a new setting dates_format in order to use custom dates formats<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Added support for custom taxonomy<\/li>\n<li>A bug fix for meta-data fields<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Added placeholder to each input field.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Major changes!<\/li>\n<li>Now you can use multiple instances on a page<\/li>\n<li>Fixed some JavaScript issues<\/li>\n<li>Added more search filters (date ranges, meta-field, post_type)<\/li>\n<\/ul>\n\n<h4>0.1.5<\/h4>\n\n<ul>\n<li>Some changes, a problem have to be fixed.<\/li>\n<\/ul>\n\n<h4>0.1.3<\/h4>\n\n<ul>\n<li>A fix for permalink structure<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>A small hotfix for category listing<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Javascript file loading only when shortcode used<\/li>\n<li>A label id fix<\/li>\n<li>Screenshots name fix<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>First version<\/li>\n<\/ul>","raw_excerpt":"Search-Into-Subcategories plugin allows you to make a select-search shortcode for your own categories.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/28273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=28273"}],"author":[{"embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lion2486"}],"wp:attachment":[{"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=28273"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=28273"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=28273"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=28273"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=28273"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=28273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}