picandocodigo / List-Category-Posts

WordPress plugin which allows you to list posts from a category into a post/page using the [catlist] shortcode.
http://wordpress.org/extend/plugins/list-category-posts/
GNU General Public License v2.0
241 stars 112 forks source link

Feature: Hierarchical list of categories #477

Open klemens-st opened 2 years ago

klemens-st commented 2 years ago

Allow formatting like:

Cat5
- Cat51
-- PostA in Cat51
-- PostB in Cat51
- Cat52
-- Cat521
--- PostC in Cat521
-- Cat522
--- PostC in Cat522
--- PostD in Cat522
--- PostE in Cat522

https://wordpress.org/support/topic/hierarchical-list-2/

klemens-st commented 2 years ago

This kind of thing belongs in a template. We could add another template to the templates dir or just create another gist and link to it in the wiki.

Gists we already have that achive a somewhat similar goal: