• Resolved Marieke.

    (@marieke-1)


    I would like to add a visit counter on every page of my website.
    So, that it gives a different number on each page depending on how many people visited that specific page.
    I have downloaded the plugin “Simple Hit Counter” but can’t figure out where to put it to get a different number per page.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’ll need create a “generate code” to every single page…

    So, you load simplehitcounter.com/ and use the button “get counter code” then it will generate a tracker code like this

    <!-- Start of SimpleHitCounter Code -->
    <div align="center"><a href="http://www.simplehitcounter.com"><img src="http://simplehitcounter.com/hit.php?uid=1573562&f=16777215&b=0" border="0" height="18" width="83" alt="web counter"></a><a href="http://www.simplehitcounter.com">web counter</a></div>
    <!-- End of SimpleHitCounter Code -->

    If you reload the page (i tried and seems it can work) and click on “get counter code” again it generates a new code, like this

    <!-- Start of SimpleHitCounter Code -->
    <div align="center"><a href="http://www.simplehitcounter.com"><img src="http://simplehitcounter.com/hit.php?uid=1573563&f=16777215&b=0" border="0" height="18" width="83" alt="web counter"></a><a href="http://www.simplehitcounter.com">web counter</a></div>
    <!-- End of SimpleHitCounter Code -->

    Notice than the “uid” value is different 1573562 and 1573563 so i guess are different trackers… jus generate so many codes as pages you want to track and place it in your content (one per page) using “text editor”.

    I guess it should work… But tellme if it does

    Thread Starter Marieke.

    (@marieke-1)

    It worked, thank you very much!
    Very clever of you! 🙂

    Thread Starter Marieke.

    (@marieke-1)

    Resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hit counter for every page’ is closed to new replies.