Posts Sort
-
How to sort most liked post?
Example
<?php
query_posts( array( ‘post_type’ => ‘blogs’, ‘recordings’ => ‘live’, ‘numberposts’ => 5, ‘meta_key’ => ‘votes_count’, ‘orderby’ => ‘meta_value_num’, ‘order’ => ‘DESC’ ) ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Posts Sort’ is closed to new replies.