• Good day!
    Tell query_posts to sort (made when clicking)
    For example, comments: query_posts( array ( ‘orderby’ => ‘comment_count’, ‘order’ => ‘DESC’ ) );

The topic ‘Sort’ is closed to new replies.