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

Displaying Post titles instead of list of Categories #480

Closed mdun234 closed 2 years ago

mdun234 commented 2 years ago

When using the shortcode [catlist id=53] I am expecting it to spit out a list of the categories that match with that category ID (including it's child categories). However, instead of categories, it's producing a list of ALL of the post titles (including ones that don't have that category selected).

WP 5.9.1 LCP 0.86.1 PHP 8.0

Thanks!

klemens-st commented 2 years ago

It is producing a list of post as it is expected to do. The LCP plugin lists posts, not categories. Nowhere in the documentation does it indicate to the contrary. I'm afraid you will have to look for a plugin that is designed to list categories.