dfactoryplugins / post-views-counter

Post Views Counter
56 stars 20 forks source link

Show the Counter Programmatically #10

Closed drosanda closed 7 years ago

drosanda commented 8 years ago

Can I show the counter programmatically, such as get_the_author(); ?

Swennet commented 8 years ago

<?php echo do_shortcode('[post-views]'); ?>

Tigzy commented 7 years ago

Hello, is it possible to get the count undecorated? (raw integer)

bartoszarendt commented 7 years ago

Yep. pvc_get_post_views function.

drosanda commented 7 years ago

okay thanks