This correctly sort posts by thumbs vote (GD star rating plugin): <?php query_posts('gdsr_sort=thumbs&post_type=bbp_reply&posts_per_page=2&post_parent=".$post->ID); ?> <?php while ( have_posts() ) : the_post(); ?> <h2><?php ...
-
May 23, 2022
- 0 Comments