Use the page view count in a template May 23, 2015February 13, 2015 by Deepak Ghimire <?php global $post; echo get_post_meta($post->ID, 'mashpv_pageviews_count', true); ?>