I would i insert a page hit count in a template in 1.2.2 i did ###HITS### but things have changed quite a bit in 1.3.3. Any help will be much appricated. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would i insert a page hit count in a template in 1.2.2 i did ###HITS### but things have changed quite a bit in 1.3.3. Any help will be much appricated. Thanks
Try something like:
This page has been viewed
<?= $page->get('hits') ?>
times.
(Probably somewhere in themes/default/templates/browse.tmpl.)