我的博客网站http://unlieusurterre.fix-it-buddy-clients.com/blog/有问题无法显示我的博客文章的评论数:-(这是我的博客文章的代码任何帮助都非常感谢。:-)
<div id="blog-item" class="span3 post blogitem">
<div class="img">
<a href="<?php echo get_permalink( ) ?>">
<?php if(get_post_meta($post->ID, "ad_post_video", true) ) {
echo '<div class="video2">';
echo stripslashes(get_post_meta($post->ID, "ad_post_video", true));
echo '</div>';} else { ?>
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail('Blog Pic');
} else echo '<img src="'. get_template_directory_uri()
.'/img/no-img.jpg"
alt="Placeholder" />'; ?>
<?php }; ?></a> <a href="<?php echo get_permalink() ?>"
class="mask"></a></div>
<div class="text">
<h6><a href="<?php echo get_permalink() ?>">
<?php the_title(); ?></a></h6>
<?php// custom_excerpt('regular') ?>
<?php if(function_exists('like_counter_p'))
{ like_counter_p('text for like'); }?>
<span style="color:white;"><i class="icon-comment"></i>
<?php echo $comments_count->approved ?>comments</span>
<div class="author-byline"> <i class="icon-pencil"></i>
<h7><?php echo get_the_author_link(); ?></h7>
<div class="pull-right"><i class="icon-calendar"></i>
<?php the_time('F jS') ?>
</div>
</div>
</div>
</div>