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

Display posts categories #478

Closed klemens-st closed 2 years ago

klemens-st commented 2 years ago

Introduces a new feature to display each post's categories by reusing code from #476

Fixes #473

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit b1305e11 and detected 0 issues on this pull request.

View more on Code Climate.

klemens-st commented 2 years ago

Also in this PR I am setting the default prefix for posts_tags and posts_cats to 1 empty space so that by default the output is not glued to whatever is on its left (most probably the title).