After v1.3, there are two way for you to display some stats module on page.
v1.5 or later users, you must install SSBlogStats Pin first.
Using Content Filter
- Check “Stats on Blog” is ‘true’ on SlimStat options page.(v 1.4.1 or lesser)
- Install SSBlogStats Pin.(v 1.5 or greater)
- Create new page and insert
{SLIMSTAT}
to anywhere you want. - If you want to display some other modules, append ‘|’ string and comma separated module ID list.
- Save and publish new page.
Using Page Templates
- Check "Stats on Blog" is 'true' on SlimStat options page.
- Make a copy of page.php in current theme folder and name it blog-stats.php(or any name you want)
- On top of new template file, insert codes below:
- Find
and insert line below like this:
Read the rest of this page »'); ?>
- If you want to display some other modules, insert
array()
module id list. - Save the file and upload to current theme folder.
- Create new page and select "Blog Stats" on "Page Templates" option
- Save and publish the page
Find Available Module's ID
- Summary(id=1),Recent Domains(id=2), Resect Search(id=3) is default.
- You can find more modules(info) on "SlimStat-Admin > Display available modules" and it will show you each module's ID too.
8 responses to “Display Stats on Page with SlimStat-Ex”
Thank you for getting back with your reply so quickly! I understand now!!! Many thanks.
Tamami//
You may think ‘hits’ as ‘clicks’
If a person moves around your blog, ‘hits’ count would increase, but ‘visits’ count won’t increase (by 1).
If a person stop moving around your blog, and after 30 minutes, he start to move another pages on your blog, then ‘visits’ count would increase.
If you want to know about unique visitors(IP), just see ‘unique’ values. (you should set ‘Visit type:’ to ‘unique’ on your slimstat option page)
Hi. I’m using Wp-SlimStat-Ex 1.2.
According to the slimstat, my blog so far has Since end of 2006, roughly 300,000 hits & again roughly 33000 visits.
This may probably be a simple question for some, but I REALLY don’t understand the difference between ‘hits’ & ‘visits’… The two figures are so different, i just don’t get it.
Could you please explain, & tell me how many people/ real readers actually did land on my site??
Many thanks!
Petrick//
Sure, you can display default modules and displayable Pin modules if you activated ‘Stats on Blog(SSBlogStats)’ Pin.
And current post is show you how to do that.
As for the FreshVIew Pin, ‘getHTML_PastDay’, ‘getHTML_PastWeek’, ‘getHTML_PastMonth, ‘getHTML_PastYear’ are displayable modules, and you can find ID of each modules from “SlimStat-Admin > Display available modules” page.
Hi. Great plugin.
Is it possible to display the fresh view on my stats page on my blog? like on a Page not in admin?
A.K.//
Since v1.5, you can install SSReaders_Count Pin to display the count.
There’s no way to do that now, but that’s a nice suggestion.
I’ll ship it with next version, and it’ll be very simple way (just count only)
Thanks
Hej, thanks a lot for the great plugin. But one question according to this post: Is there any possibility to display those stats on a “single”-page that only concern the individual post? So maybe there is a possibility to “filter” the stat before displaying it? That would make it an alternative to the “Readers_Post” plugin that only can display the number of readers for a post. The possibility would eliminate the redundancy in counting… counting everything twice and saving all those numbers in the db.