Loops

This page will test the [query] shortcode

Listing the 5 most commented posts:

[query posts_per_page=5 order_by="comment_count"]
<p><a ref="{URL}">{TITLE}</a> ({COMMENT_COUNT})</p>
[/query]
Go to Top