我是编程新手,我可以使用你的帮助。
我一直无法改变
<?php comments_number(__('No Comments', 'engine'), __('1 Comment', 'engine'), __('% Comments', 'engine')); ?>
到一行,识别fb用户发表的评论总数,并在主页面上正确输入它们作为元评论。
我已经能够使用
在single.php中对帖子本身进行此操作<span class="meta-comments"><fb:comments-count href="<?php echo get_permalink($post->ID); ?>"></fb:comments-count> Comments</span>
但是当我尝试在index.php上使用它时,这是行不通的。
我的网站是www.theclassicgamer.com
我已经磕磕绊绊了好几个小时,我觉得是时候请求帮助了。
谢谢。