Title: [Plugin: Wordbooker] Display zero Comments
Last modified: August 20, 2016

---

# [Plugin: Wordbooker] Display zero Comments

 *  [rayv198](https://wordpress.org/support/users/rayv198/)
 * (@rayv198)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordbooker-display-zero-comments/)
 * Like the title suggested I need to find I way that I can display 0 comments under
   the fb comment reaction part. The minimum at this point is 2 when I set it at
   zero.
 * [http://wordpress.org/extend/plugins/wordbooker/](http://wordpress.org/extend/plugins/wordbooker/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Steve](https://wordpress.org/support/users/steveatty/)
 * (@steveatty)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordbooker-display-zero-comments/#post-3005425)
 * I think it defaults to for a very good reason but right now I can’t remember 
   why – why would you want to display 0 comments?
 *  Thread Starter [rayv198](https://wordpress.org/support/users/rayv198/)
 * (@rayv198)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordbooker-display-zero-comments/#post-3005434)
 * I have installed the pluging “seo facebook” so al the facebook posts are converted
   to the normal wordpress reaction system.
 * Therefore I want only the comment box on the page, in stead of the box and the
   comments that people made cause they are already converted.
 *  Plugin Author [Steve](https://wordpress.org/support/users/steveatty/)
 * (@steveatty)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordbooker-display-zero-comments/#post-3005436)
 * Editing the wordbooker_options.php file and finding :
 * `if ($wordbooker_settings["fb_comment_box_count"]<2) {$wordbooker_settings["fb_comment_box_count"]
   =2;}`
 * and replacing it with :
 *     ```
       if ($wordbooker_settings["fb_comment_box_count"]<0) {$wordbooker_settings["fb_comment_box_count"]=0;}
       ```
   
 * will probably do it. I think it used to be that you couldn’t set it to zero but
   the FB docs now indicate you can.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Wordbooker] Display zero Comments’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordbooker.svg)
 * [Wordbooker](https://wordpress.org/plugins/wordbooker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordbooker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordbooker/)
 * [Active Topics](https://wordpress.org/support/plugin/wordbooker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordbooker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordbooker/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Steve](https://wordpress.org/support/users/steveatty/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordbooker-display-zero-comments/#post-3005436)
 * Status: not resolved