Page access count in custom theme?

Post Reply
kr428
Sr. Bludit
Posts: 38
Joined: Thu Jan 05, 2023 9:07 pm
Has thanked: 11 times
Been thanked: 3 times

Folks; I'm using an old theme (https://github.com/bludit-themes/micro) for a microblog which works astoundingly well and is neat for my needs, but I see that (unlike with the alternate and blogx themes) in here I don't get the user / access statistics in my dashboard to work. With in example theme set to "alternate", it works.
Anyone knows what feature, code fragment, ... in the theme is responsible for enabling/disabling this feature or doing the actual counting?
Thanks and best regards,
Kristian
kr428
Sr. Bludit
Posts: 38
Joined: Thu Jan 05, 2023 9:07 pm
Has thanked: 11 times
Been thanked: 3 times

Answering myself, it seems I managed to fixed this by adding

<?php Theme::plugins('siteBodyBegin'); ?>
<?php Theme::plugins('siteBodyEnd); ?>

to the template. :idea:
Post Reply