Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/picandocodigo/list-categories

Simple WordPress plugin to display categories in any post or page with a shortcode
https://github.com/picandocodigo/list-categories

php wordpress wordpress-plugin

Last synced: 15 days ago
JSON representation

Simple WordPress plugin to display categories in any post or page with a shortcode

Awesome Lists containing this project

README

        

# List Categories

Simple plugin to display categories in any post or page with a
shortcode. It's basically a shortcode API interface to the
[wp_list_categories](https://developer.wordpress.org/reference/functions/wp_list_categories/)
WordPress function.

Usage:

`[categories orderby=count]`

Will display links to all the categories and order them by number of
posts in each category.