Yes, that’s been changed. The current way to customize the HTML markup of the listing is not as flexible as it could be, so I’ve been doing some experiments with that. A new parameter has been created to replace both post_start
and post_end
: post_html
. Here’s an example:
[wpp range=monthly order_by=views stats_comments=1 stats_author=1 stats_category=1 limit=10 post_type=post post_html="<li><a href='{url}' title='{text_title}'>some text</a> by {author} viewed {views} time(s) with {comments} awesome comment(s) under {category}</li>"]
Edit: actually, just detected a minor bug in there. Will fix it and upload a new version in a couple of hours.