I’ve been googling.. bbpress vs mingle forums vs other..
which is the best suitable?
I am calling add_filter( ‘comments_template’, ‘facebook_comments’) in plugin. which will display facebook comments box in comments template and removed wordpress comment box.
Have successfully retrieved fb comments as well. But not able to find what to replace so it will show fb comments count instead of wp comments count.
Even removing comments_count will do, if not replaced by fb comments count.
Thanks in advance.