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

How to change • to 1,2,3 #489

Closed cendrid closed 1 year ago

cendrid commented 1 year ago

I am using this shortcode [catlist name=category orderby=date order=asc numberposts=-1]

But next i want to become like this

1: apple 2: vegetable 3: fruit

instead of • apple • vegetable • fruit

Display the number at the front, how to do that?

klemens-st commented 1 year ago

The answer to your question is in the documentation. Look for the template parameter.