Typecho前台输出文章总数、分类总数、评论总数、页面总数的方法
Typecho前台输出文章总数、分类总数、评论总数、页面总数的方法
代码
<?php Typecho_Widget::widget('Widget_Stat')->to($stat); ?>
<li>文章总数:<?php $stat->publishedPostsNum() ?>篇</li>
<li>分类总数:<?php $stat->categoriesNum() ?>个</li>
<li>评论总数:<?php $stat->publishedCommentsNum() ?>条</li>
<li>页面总数:<?php $stat->publishedPagesNum() ?>页</li>
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »