Taxonomy List
Taxonomy List
Description
This plugin help you to display any taxonomy terms by using shortcode. you can use the shortcode any where like in pages, post, widgets. You can filter the taxonomy terms by typing their related words in the search bar, you can enable/disabled search bar field from the shortcode attribute.
- [taxonomy_list name="category"]
Just place this shortcode any where you want to display taxonomy list
shortcode attributes
- name = taxonomy name ( default: category )
- hide_empty = show/hide empty category/term ( default: false )
- include = show only specific terms
- exclude = hide specific terms
- order = option to set display order in ASC/DESC ( default: ASC )
- orderby = option to set orderby id or title ( default: id )
- search_bar = search field to filter terms list ( default: 0 )
- show_count = display number of child terms ( default: false )
- count_type = Set "terms" for display terms count, and set "post" for display posts count next to the category name ( default: terms )
example shortcode
- [taxonomy_list name="category" hide_empty="false" exclude="11,12,13" orderby="id" order="ASC" search_bar=1 show_count="true" count_type="terms"]
Installation
To add a WordPress Plugin using the built-in plugin installer:
Go to Plugins > Add New.
- Type in the name \”Taxonomy List\” in Search Plugins box
- Find the \”Taxonomy List\” Plugin you wish to install.
- Click Install Now to install the WordPress Plugin.
- The resulting installation screen will list the installation as successful or note any problems during the install.
If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.
Faq
Just after installing Taxonomy List, You can use any of the provided shortcodes by Taxonomy List
Reviews
Exactly what I needed
By Sarah DaSilva (sdasilva03) on June 8, 2022
Perfect and useful on FSE, could be better
By yellink on May 18, 2022
<div class="tax-image">
<img src="" width="50">
</div>......
<div class="tax-desc"></div>
> i think the css should be simplified, with the flexbox properties and avoiding any float positionning.
For the rest, did not test for other functionality than its name supposed : list custom taxonomyI Especially Like The Search Filter Function
By Ario (ariolander) on March 4, 2022
Simple and good!
By Dosges (doges) on December 16, 2021
Fantastic
By KennyWilliamson on October 11, 2021
Easy taxonomy listing from new CPT
By Old Desert Lizard (rayharwood) on September 22, 2021
saved my time alot
By iahmadmahr88 on September 16, 2021
Does the job!
By anandaravind on July 24, 2021
Simple and good!
By theblueli on April 11, 2020
Changelog
1.1.4
- Tested up to latest WordPress
1.1.3
- Compatible with WP v6.1.1
1.1.2
- Compatible with WP 6.0
1.1.1
- Fix – post count not working in some conditions
1.1
- New – Add count_type attribute in shortcode
- New – Add orderby attribute in shortcode
- New – Display term description on term hover
- New – Option to display post count or term count
- Fix – order ASC/DESC not working
- Fix – show_count not working
- Fix – hide_empty attribute not working
1.0.3
- Tested upto WordPress 5.7
- New – Add show_count attribute in shortcode
- Fix – Search not working in some cases
1.0.2
- Improvement – Search filter results
1.0.1
- Tested upto WordPress 5.0.3
- New Feature – Added search bar functionality to filter specific term from the taxonomy list.
- Improvement – Remove FontAwesome external Library to reduce load time.
1.0.0
- Initial release.

