2026年7月2日 星期四
快讯 微信小程序缓存容量分析
RSS

WordPress显示访问人数及评论

[php]<?php
<div class="post-meta">
<span class="pd"><?php the_time(‘F j, Y’) ?></span><br/>
<span class="pv"><?php if(function_exists(‘the_views’)) { ?><?php the_views(); ?></span><?php } ?>
<span class="pc"><a href="<?php the_permalink() ?>#comments_list"><?php comments_number(‘0’, ‘1’, ‘%’) ?></a></span>
// <?php comments_popup_link(‘0’, ‘1’, ‘%’); ?> 这个方法同上面显示评论数及评论链接的方法相同,不过更简单
</div>
?>[/php]

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注