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

Custom order of display elements #505

Open klemens-st opened 1 year ago

klemens-st commented 1 year ago

Expected behavior

Users can reorder the display of author, tags, date etc. without the need of a custom template.

Actual behavior

The order is hardcoded in the template.

It should be possible to do this without rewriting the whole display logic.