Taxonomy List

plugin banner

You can display list of any taxonomy terms by using shortcode. you can use it any where like in pages, post, widgets. also it has ability to show chil …

Author:Muhammad Rehman (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.4.1
Plugin version:1.1.4
Added to WordPress repository:28-03-2018
Last updated:05-12-2023
Rating, %:96
Rated by:9
Plugin URI:http://plugins.muhammadrehman.com/
Total downloads:8 218
Active installs:700+
plugin download
Click to start download

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"]

Screenshots
FAQ
ChangeLog