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

Add category_description styling #453

Closed klemens-st closed 3 years ago

klemens-st commented 3 years ago

In addition to neccessary method updates and new shortcodes: category_description_tag and category_description_class, the category_description() function has been replaced with the get_term_field() function because the former automatically wrapped output in <p> tags. The default <p> tag has been retained by updating the default LCP template.

Fixes #364

codeclimate[bot] commented 3 years ago

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

View more on Code Climate.