For this problem, spent a lot of time to grope, helpless did not fix. So, I went to Bo asked to ask questions, finally fix!
Thank you very much for Seayxu's helpful help here.
1. Add a label in the desired location
<div id="stats_count_show"></div>
2. Add JS code to the homepage HTML page
<script type="Text/javascript">$ (function () {setTimeout (Getallcount, the); function Getallcount () {varPost = document.getElementById ('Stats_post_count'). Innertext.replace (/.*? ( \d+). *?/g,' $'); varArticle = document.getElementById ('Stats_article_count'). Innertext.replace (/.*? ( \d+). *?/g,' $'); varComment = document.getElementById ('Stats-comment_count'). Innertext.replace (/.*? ( \d+). *?/g,' $'); Post= post! =NULL|| Post! =""? Post:0; Article= Article! =NULL|| Article! =""? Article:0; Comment= comment! =NULL|| Comment! =""? Comment:0; document.getElementById ('Stats_count_show'). InnerText ="Essays-"+ post +"article-"+ Article +"Reviews-"+ Comment +"\ n";}});</script>
3. Display effect
Use jquery scripts to get statistics on essays, articles, and comments, customize display locations