On the homepage of Zblog's website, we can see the total number of articles, the total number of pages and the likewebsite information。那么这些网站信息怎么在网站前端调用显示呢?
以下是网站信息的调用标签:
| 文章总数 | $zbp->cache->all_article_nums |
| total number of pages | $zbp->cache->all_page_nums |
| Total by Category | $zbp->cache->all_category_nums |
| 浏览总数 | $zbp->cache->all_view_nums |
| 标签总数 | $zbp->cache->all_tag_nums |
| 评论总数 | $zbp->cache->all_comment_nums |
| 用户总数 | $zbp->cache->all_member_nums |
可以用在侧栏中,如下图所示:







add friends