Hi,
Ive installed the hitcounter plugin to GS 3.0 and followed the instructions and ensured that the permissions are 777 on the /data/other directory I siply cant find any link to the page at all in the admin section.
Under the HitCounter plugin home page http://mvlcek.bplaced.net/get-simple/hitcount
You say
“Usage - In the administration goto Support - Hits & Visitors.â€Â
You can use the functions return_hitcount_visits(return_page_slug()) and return_hitcount_visits() to display hits of the current page and visits on your site.
I have tried to make a page called hits with the function
<?php
function hitCount()
{
return_hitcount_visits(return_page_slug())
}
Echo hitCount();
?>
The returning page is empty.
I don’t really want to have it as an additional page and was expecting it to work directly from admin section. Could you please help.
As you may guess Im an a complete newbie at css/php so please be gentle, if possible could you post an example if any code is required.
Ive installed the hitcounter plugin to GS 3.0 and followed the instructions and ensured that the permissions are 777 on the /data/other directory I siply cant find any link to the page at all in the admin section.
Under the HitCounter plugin home page http://mvlcek.bplaced.net/get-simple/hitcount
You say
“Usage - In the administration goto Support - Hits & Visitors.â€Â
You can use the functions return_hitcount_visits(return_page_slug()) and return_hitcount_visits() to display hits of the current page and visits on your site.
I have tried to make a page called hits with the function
<?php
function hitCount()
{
return_hitcount_visits(return_page_slug())
}
Echo hitCount();
?>
The returning page is empty.
I don’t really want to have it as an additional page and was expecting it to work directly from admin section. Could you please help.
As you may guess Im an a complete newbie at css/php so please be gentle, if possible could you post an example if any code is required.