On the homepage of Zblog's website, we can see the total number of articles, the total number of pages and the likewebsite information。So how can this website information be called and displayed on the front end of the website?
The following are the call tags for website information:
| total articles | $zbp->cache->all_article_nums |
| total number of pages | $zbp->cache->all_page_nums |
| Total by Category | $zbp->cache->all_category_nums |
| Total views | $zbp->cache->all_view_nums |
| total labels | $zbp->cache->all_tag_nums |
| no comments | $zbp->cache->all_comment_nums |
| total number of users | $zbp->cache->all_member_nums |
It can be used in the sidebar, as shown in the following figure:







add friends