Viewing 3 replies - 1 through 3 (of 3 total)
  • 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?

    Thread Starter rayv198

    (@rayv198)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Wordbooker] Display zero Comments’ is closed to new replies.