Display stats for each articles
-
Hi,
I would like on each articles to see the number of views.
I also have a main pages where we see all articles in a “thumbnails” way, with article name, featured image, creation date, nbr of comments. And I want to add the number of views.I did not find any functions for that.
Something like that:
<?php if(function_exists('the_views')) { the_views(); } ?>
Witch would returns the number of view.This is also something that I want to add to category.php
Regards
Hep
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display stats for each articles’ is closed to new replies.