Title: [Plugin: Facebook Comments] does this plugin work with orderby&#039; =&gt; &#039;comment_count&#039;
Last modified: August 19, 2016

---

# [Plugin: Facebook Comments] does this plugin work with orderby' => 'comment_count'

 *  [cpkid2](https://wordpress.org/support/users/cpkid2/)
 * (@cpkid2)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-does-this-plugin-work-with-orderby-comment_count/)
 *     ```
       <?php
       	$pp = new WP_Query(array(
       		'post_type' => array( 'post','episode','projects' ),
       		'orderby' => 'comment_count',
       		'posts_per_page' => 4
       		));
   
       		while ($pp->have_posts()) : $pp->the_post();
       ?>
       ```
   
 * Will Facebook Comments work with arranging my posts based on comment count?

The topic ‘[Plugin: Facebook Comments] does this plugin work with orderby' => 'comment_count'’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-comments.svg)
 * [Facebook Comments](https://wordpress.org/plugins/facebook-comments/)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-comments/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [cpkid2](https://wordpress.org/support/users/cpkid2/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-does-this-plugin-work-with-orderby-comment_count/)
 * Status: not resolved