{"id":20360,"date":"2012-10-16T08:57:22","date_gmt":"2012-10-16T08:57:22","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/simple-post-views-counter\/"},"modified":"2015-05-20T05:30:59","modified_gmt":"2015-05-20T05:30:59","slug":"simple-post-views-counter","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/simple-post-views-counter\/","author":10380237,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.6","stable_tag":"trunk","tested":"4.2.39","requires":"2.7","requires_php":"","requires_plugins":"","header_name":"Simple Post Views Counter","header_author":"RSPublishing","header_description":"","assets_banners_color":"17b58a","last_updated":"2015-05-20 05:30:59","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=39JEX9DQXCDJY","header_plugin_uri":"http:\/\/yooplugins.com\/","header_author_uri":"http:\/\/yooplugins.com\/","rating":4.2,"author_block_rating":0,"active_installs":300,"downloads":41518,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"Version 1.6":""},"ratings":{"1":"2","2":0,"3":0,"4":0,"5":"8"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1163819","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1163819","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1163819","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1567474","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1567474","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1567474","resolution":"1","location":"plugin"}},"screenshots":{"1":"Database table created by plugin","2":"Pasting the code snippet into your theme's content.php file","3":"The output of the plugin"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[869,5897,86,5990,1937],"plugin_category":[36],"plugin_contributors":[78562],"plugin_business_model":[],"class_list":["post-20360","plugin","type-plugin","status-closed","hentry","plugin_tags-counter","plugin_tags-hits","plugin_tags-post","plugin_tags-post-views","plugin_tags-view","plugin_category-analytics","plugin_contributors-rspublishing","plugin_committers-rspublishing"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/simple-post-views-counter_17b58a.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-post-views-counter\/trunk\/screenshot-1.png?rev=1567474","caption":"Database table created by plugin"},{"src":"https:\/\/ps.w.org\/simple-post-views-counter\/trunk\/screenshot-2.png?rev=1567474","caption":"Pasting the code snippet into your theme's content.php file"},{"src":"https:\/\/ps.w.org\/simple-post-views-counter\/trunk\/screenshot-3.png?rev=1567474","caption":"The output of the plugin"}],"raw_content":"<!--section=description-->\n<p>This plugin counts and displays all views in each post (globally throughout your site) and saves it to the database. \nThe views are counted each time a page or post is requested\/refreshed (unique and non-unique visitors) and is displayed in the entry meta of each post.<\/p>\n\n<h4>About<\/h4>\n\n<p>The Simple Post Views Counter plugin is maintained by <a href=\"http:\/\/yooplugins.com\/\">YOOPlugins.com<\/a><\/p>\n\n<h3>Feedback, Help, and Suggestions<\/h3>\n\n<p>Do you need help installing getting this plugin to function correctly? Would you like us to install the plugin for you? Just email us: rcstoltz@gmail.com with email subject: Simple Post Views Counter or visit us at <a href=\"http:\/\/yooplugins.com\/\">YOOPlugins<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download the file<\/li>\n<li>Upload and extract the contents of this file to your wp-content\/plugins\/folder<\/li>\n<li>Activate the Simple Post Views Counter in your dashboard<\/li>\n<li>Add this code exactly as you see it to your themes content.php file (just before the closing  tag:  <code>&lt;?php echo 'This post has been viewed'; ?&gt; &lt;?php echo_views(get_the_ID()); ?&gt; &lt;?php echo'times'; ?&gt;<\/code><\/li>\n<li>Please refer to the included images to see where exactly you need to paste the code.<\/li>\n<li>Done! Your posts will now show the total views<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I integrate the plugin into my posts?<\/dt>\n<dd><p>Simply add the following piece of code to your theme's content.php file: <code>&lt;?php echo 'This post has been viewed'; ?&gt; &lt;?php echo_views(get_the_ID()); ?&gt; &lt;?php echo'times'; ?&gt;<\/code> just before the closing  tag<\/p>\n\n<p><strong>Notes<\/strong><\/p><\/dd>\n<dt>Uninstalling the plugin<\/dt>\n<dd><p>Should you decide to remove the plugin, please make sure that you manually drop the database table that was created when installing the plugin.<\/p><\/dd>\n<dt>Statistics<\/dt>\n<dd><p>Should you need to \"pull\" view count statistics, please do so by using your Sql database export fucntion. We are looking at extending this function in an update.<\/p><\/dd>\n<dt>The Code Snippet to add to your content.php file<\/dt>\n<dd><p>  <\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>Version 1.0<\/h4>\n\n<p>First Release Version<\/p>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>tested compatibility with v3.7.1<\/li>\n<li>added blank index file to trunk (security)<\/li>\n<li>included donation link<\/li>\n<li>corrected author name<\/li>\n<li>included temp banner<\/li>\n<li>updated keywords<\/li>\n<li>updated readme<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>tested compatibility with v4.0<\/li>\n<li>changed code for theme integration<\/li>\n<li>changed url and support links<\/li>\n<li>added new screenshots<\/li>\n<li>general housekeeping<\/li>\n<\/ul>\n\n<h4>1.5<\/h4>\n\n<ul>\n<li>tested compatibility with core 4.1.2<\/li>\n<li>modified code snippet for proper theme integration<\/li>\n<li>added rating link and settings page<\/li>\n<li>modified reference screenshots<\/li>\n<li>updated version number<\/li>\n<li>changed support email<\/li>\n<li>general housekeeping<\/li>\n<li>added icons<\/li>\n<\/ul>\n\n<h4>1.5.1<\/h4>\n\n<ul>\n<li>fixed bug in uninstall hook that responsible for undefined offset error in debug log (typo)<\/li>\n<li>added settings.php page (failed to load with last update)<\/li>\n<\/ul>\n\n<h4>1.6<\/h4>\n\n<ul>\n<li>tested compatibility with core 4.2.2<\/li>\n<li>added banner and icon assets<\/li>\n<li>updated version number<\/li>\n<li>general housekeeping<\/li>\n<\/ul>","raw_excerpt":"This plugin will enable you to display how many times a post has been viewed in total. The total views are displayed in entry meta of each post.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/20360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=20360"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/rspublishing"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=20360"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=20360"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=20360"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=20360"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=20360"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=20360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}