ev_get_post_view_count
-
hi,
i’m using this code to print out number of views:
<?php printf( __( '%s views', '' ), ev_get_post_view_count( get_the_ID() ));?>
whereget_the_ID()return event id (which is post id)
but the count is not updating properly and stays on 0 🙁
would appreciate your help!p.s.
i’m using another plugin – event-organiser, which i’d like to embed your plugin with.
The topic ‘ev_get_post_view_count’ is closed to new replies.