{"id":156217,"date":"2022-04-26T13:50:33","date_gmt":"2022-04-26T13:50:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/rb-post-views-columns\/"},"modified":"2025-11-28T17:29:59","modified_gmt":"2025-11-28T17:29:59","slug":"rb-post-views-columns","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/rb-post-views-columns\/","author":15623702,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.1","stable_tag":"1.0.1","tested":"6.7.5","requires":"6.4","requires_php":"7.4","requires_plugins":null,"header_name":"RB Post Views Columns","header_author":"Bashir Rased","header_description":"RB Post Views Columns plugin use for your posts visit count.","assets_banners_color":"afb3b6","last_updated":"2025-11-28 17:29:59","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/bashir-rased.com\/","header_plugin_uri":"https:\/\/github.com\/BashirRased\/wp-plugin-rb-post-views-columns","header_author_uri":"https:\/\/bashir-rased.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":2104,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"bashirrased2017","date":"2024-04-28 15:03:53"},"1.0.1":{"tag":"1.0.1","author":"bashirrased2017","date":"2025-11-28 17:29:59"}},"upgrade_notice":{"1.0.1":"<ul>\n<li>14.11.2025 \u2013 Updated code with phpcs wpcs.<\/li>\n<\/ul>"},"ratings":[],"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":3400621,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3400621,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3400621,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3405419,"resolution":false,"location":"assets","locale":"","contents":"{\"$schema\":\"https:\\\/\\\/playground.wordpress.net\\\/blueprint-schema.json\",\"preferredVersions\":{\"php\":\"8.2\",\"wp\":\"6.7\"},\"landingPage\":\"\\\/wp-admin\\\/edit.php\",\"steps\":[{\"step\":\"login\",\"username\":\"admin\"},{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"rb-post-views-columns\"},\"options\":{\"activate\":true}},{\"step\":\"runPHP\",\"code\":\"<?php \\nrequire_once( ABSPATH . 'wp-admin\\\/includes\\\/post.php' );\\n\\n$post_with_views = wp_insert_post([\\n    'post_title' => 'Popular Post',\\n    'post_content' => 'This post has 1,500 views.',\\n    'post_status' => 'publish',\\n    'post_type' => 'post'\\n]);\\n\\n$post_less_views = wp_insert_post([\\n    'post_title' => 'Unpopular Post',\\n    'post_content' => 'This post has 5 views.',\\n    'post_status' => 'publish',\\n    'post_type' => 'post'\\n]);\\n\\nif ( $post_with_views ) {\\n    update_post_meta( $post_with_views, 'rb_post_views_count', '1500' );\\n}\\nif ( $post_less_views ) {\\n    update_post_meta( $post_less_views, 'rb_post_views_count', '5' );\\n}\\n\\n$default_post = get_page_by_title( 'Hello world!', OBJECT, 'post' );\\nif ( $default_post ) {\\n    update_post_meta( $default_post->ID, 'rb_post_views_count', '0' );\\n}\"}]}"}},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2714919,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"The RB Post Views Columns displayed in the WordPress Posts admin screen."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[21928,5990,251006,23753,251005],"plugin_category":[],"plugin_contributors":[226938],"plugin_business_model":[],"class_list":["post-156217","plugin","type-plugin","status-publish","hentry","plugin_tags-admin-column","plugin_tags-post-views","plugin_tags-post-visits","plugin_tags-view-counter","plugin_tags-views-column","plugin_contributors-bashirrased2017","plugin_committers-bashirrased2017"],"banners":{"banner":"https:\/\/ps.w.org\/rb-post-views-columns\/assets\/banner-772x250.png?rev=3400621","banner_2x":"https:\/\/ps.w.org\/rb-post-views-columns\/assets\/banner-1544x500.png?rev=3400621","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/rb-post-views-columns\/assets\/icon.svg?rev=3400621","icon":"https:\/\/ps.w.org\/rb-post-views-columns\/assets\/icon.svg?rev=3400621","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/rb-post-views-columns\/assets\/screenshot-1.png?rev=2714919","caption":"The RB Post Views Columns displayed in the WordPress Posts admin screen."}],"raw_content":"<!--section=description-->\n<p><strong>RB Post Views Columns<\/strong> is a simple, fast, and user-friendly plugin that displays the total view count for each post directly inside your WordPress Posts list table.<\/p>\n\n<p>No setup required \u2014 once activated, a new <strong>Post Views Count<\/strong> column automatically appears for all public post types. This allows you to quickly identify your most visited content without needing additional analytics tools.<\/p>\n\n<p>Perfect for bloggers, marketers, and website owners who want a quick overview of their top-performing posts inside the WordPress dashboard.<\/p>\n\n<h3>Key Features<\/h3>\n\n<ul>\n<li>Shows a <strong>Post Views Count<\/strong> column in the admin post list.<\/li>\n<li>Supports all <strong>public post types<\/strong> (posts, pages, custom post types).<\/li>\n<li>No configuration needed \u2014 activate and go.<\/li>\n<li>Lightweight and optimized for performance.<\/li>\n<li>No third-party dependencies.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<h3>Install From Your WordPress Dashboard<\/h3>\n\n<ol>\n<li><p><strong>Go to:<\/strong><br \/>\nPlugins \u2192 Add New<\/p><\/li>\n<li><p><strong>Search for:<\/strong><br \/>\n<strong>RB Post Views Columns<\/strong><\/p><\/li>\n<li><p><strong>Install and Activate<\/strong> the plugin.<\/p><\/li>\n<li><p>The Post Views column will automatically appear in your admin Posts list.<\/p><\/li>\n<\/ol>\n\n<h3>Manual Installation<\/h3>\n\n<ol>\n<li>Upload the plugin folder to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate the plugin from <strong>Plugins \u2192 Installed Plugins<\/strong>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='1.%20do%20i%20need%20any%20other%20plugins%20for%20this%20to%20work%3F'><h3>1. Do I need any other plugins for this to work?<\/h3><\/dt>\n<dd><p>No. RB Post Views Columns works on its own with no additional requirements.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>21.04.2022 \u2013 Initial release.<\/li>\n<\/ul>","raw_excerpt":"A lightweight and smart plugin that adds a Post Views column to your WordPress admin to help you track how many times each post has been viewed.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/156217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=156217"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bashirrased2017"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=156217"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=156217"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=156217"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=156217"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=156217"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=156217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}