Use the page view count in a template

<?php
global $post;
echo get_post_meta($post->ID, 'mashpv_pageviews_count', true);
?>
x
Follow MashShare?