>
Download This Plugin | |
Download Elegant Themes | |
Name | search-into-subcategories |
Version | 0.1.3 |
Author | lion2486 |
Rating | 0 |
Last updated | 2014-11-28 03:43:00 |
Downloads |
328
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
search-into-subcategories plugin added 5 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
search-into-subcategories plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! search-into-subcategories plugin ads no tables to your Wordpress blog database.For Demo go here http://codescar.eu/projects/search-into-subcategories
Search-Into-Subcategories plugin allows you to make a select-search shortcode for your own categories.
You can use if everywhere you want and make a tree structure for your categories.
[search-into-subcategories]
Arguments you can pass parent_category Default is 0 You can list only sub categories of the category id you give here. With 0 lists alla categories max_depth Default is 2 How many subcategories to display, at least 1. search_input Default is 1 Display a text input for search. labels Default is Labels for the inputs. Give them in the position you want with '|' as seperator. example: Category1|Category2|Text search_text Default is Search The text to display in search button hide_empty Default is 1 hide categories without content, set to 0 to display all! exclude Default is Category Ids to exlude from listing. Separate them with ','. Example: 6,7,13
Example: [search-into-subcategories parent_category=0 max_depth=3 search_input=1 labels=cat1|cat2|cat3|Text search_text=Find hide_empty=0 exclude=7,6]