-> Installation Instructions -------------------------------------------------- // Open wp-content/plugins folder Put: ------------------------------------------------------------------ postviews.php ------------------------------------------------------------------ // Activate the WP-PostViews plugin -> Usage Instructions -------------------------------------------------- // Open wp-content/themes//index.php OR single.php OR page.php Find: ------------------------------------------------------------------ ------------------------------------------------------------------ Add Anywhere Below It: ------------------------------------------------------------------ ------------------------------------------------------------------ Note: ------------------------------------------------------------------ The first value you pass in is the text for views. Default: the_views('Views'); ------------------------------------------------------------------ // Post Views Stats (You can place it anywhere outside the WP Loop) // To Get Most Viewed Post Use: ------------------------------------------------------------------ ------------------------------------------------------------------ Note: ------------------------------------------------------------------ The first value you pass in is what you want to get, 'post', 'page' or 'both'. The second value you pass in is the number of post you want to get. Default: get_most_viewed('both', 10); ------------------------------------------------------------------