Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/picandocodigo/list-categories
- Owner: picandocodigo
- Created: 2014-06-24T07:17:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T17:44:04.000Z (6 months ago)
- Last Synced: 2024-10-24T03:39:35.678Z (24 days ago)
- Topics: php, wordpress, wordpress-plugin
- Language: Shell
- Homepage: https://wordpress.org/plugins/list-categories/
- Size: 14.6 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.