前台输出相关统计:
<?php Typecho_Widget::widget('Widget_Stat')->to($stat); ?>
<p><?php _e(' 不烦恼的博客自 <strong>2011</strong> 年初建立以来,截至 %s 在已设定的 <strong>%s</strong> 个分类
和 <strong>%s</strong> 个页面中,共发布了 <strong>%s</strong> 篇文章,并收到了 <strong>%s</strong> 条相关评论。', date('Y 年 n 月 j 日 G 时 i 分 '), $stat->categoriesNum, $stat->publishedPagesNum, $stat->publishedPostsNum, $stat->publishedCommentsNum); ?></p>
调用单独页面评论代码,存在一个 php,单独引用:
正文完
发表至: Typecho
2015-02-08