• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

view counter

If you just want it a text view counter, you can use Beddoe.com, from what I can see, they don't have any link backs, so its just a hit counter. (that's a plus one ;3)

Once you have generated your code, you can open up the footer.php, in "content/themes/<your theme>/"
Now create a new line just before the closing of the list </ul> and place your hit counter code.

Example:
Code:
<ul>
    <?php show_page_links('<li>'); ?>
    <?php if(is_logged_user()) :?><li><a rel="logout"><?php show_lang_txt('txt_logout'); ?></a></li><?php endif; ?>
    PASTE YOUR HIT COUNTER CODE HERE
</ul>
 
Back
Top