[Plugin: Facebook Comments for WordPress] Comment Count Caching in v2 don't work
-
Hi,
i use the following Code in my functions.php
function my_comments_popup_link($zero, $one, $more) { if ( function_exists('fbComments_combineCommentCounts') ) { global $wp_query; $postId = $wp_query->post->ID; $xid = get_option('fbComments_xid') . "_post$postId"; $fbCommentCount = get_option("fbComments_commentCount_$xid"); $num_comments = $fbCommentCount + get_comments_number(); } else {
The Problem:
If i enable the new v2 then comment caching is not working.
It only works with v1 Style.
Hope this will be fixed.Ragards
https://www.ads-software.com/extend/plugins/facebook-comments-for-wordpress/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Facebook Comments for WordPress] Comment Count Caching in v2 don't work’ is closed to new replies.