Plugin Author
Steve
(@steveatty)
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?
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
(@steveatty)
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.