• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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