Taxonomy List
This plugin help you to display any taxonomy terms by using shortcode. you can use the shortcode any where like in pages, post, widgets.
The facts
- Rating
- 4.8★ from 9
- Active installs
- 500+
- Price
- Free
- Last updated
- 5 Dec 2023
- Added
- Mar 2018
- Requires WP
- 4.0
- Tested up to
- WP 6.4.10
- Downloads
- 10,205
Our analysis
AI-assistedTaxonomy List is a WordPress plugin that allows you to display taxonomy terms using a shortcode. You can insert this shortcode into pages, posts, or widgets, making it flexible for various parts of your site.
The plugin includes options to filter terms through a search bar, which can be enabled or disabled. You can also customize the display of terms by showing or hiding empty categories, including or excluding specific terms, and setting the order and count display preferences.
Best for: This plugin suits users who need to display taxonomy terms on their WordPress site with customisation options.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Shortcode functionality for easy integration
- ✓Customizable display options for taxonomy terms
- ✓Search bar feature for filtering terms
- ✓Active user base with 500 installs
Where it falls short
- •Limited information on advanced features or support
- •No details on compatibility with other plugins or themes
Verdict
Taxonomy List provides a straightforward solution for displaying taxonomy terms with various display options. It is suitable for users looking to enhance their site's taxonomy management.
From the developer
Muhammad Rehman's own description of Taxonomy List, lightly tidied.
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"]