Is there a way to see how many clicks a category gets? I can see in the admin panel where it tracks clicks to the actual links but I would like a count of which categories get the most clicks too.
Sep 27, 2001, 1:46 PM
Veteran (17240 posts)
Sep 27, 2001, 1:46 PM
Post #2 of 2
Views: 1020
1) Add a "Hits" column in your Category table.
2) Hack the page.cgi script to UPDATE that column every time a category page is "hit".
3) Then you can put <%Hits%> in your category.html template file.
OR
Look in your server logs!
========================================
Buh Bye!
Cheers,
Me
2) Hack the page.cgi script to UPDATE that column every time a category page is "hit".
3) Then you can put <%Hits%> in your category.html template file.
OR
Look in your server logs!
========================================
Buh Bye!
Cheers,
Me