Popular Post Real Time

Popular Post Real Time Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 803 downloads
Popular Post Real Time Icon

Try plugin: Popular Post Real Time

We'll create fresh WordPress site with Popular Post Real Time installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Popular Post Real Time

Set Category with Popular Posts (Based in Google Analytics Real Time)

0


0


0


0


1

updated: 8 years ago
since: 8 years ago
author: Vicente Guerra

Description

Get popular posts from Google Analytics Real Time and set every 10 minutes a new category called “Popular RT” with a number (By default 10 Posts) of popular post that you want and the number of active users in every post in this category, ready for you display your blogĀ“s trendy post in every place of your WordPress.

Query Example using the category and the number of views for sorting.

<?php  $args = array( 'posts_per_page' => 5,      'offset' => 0,      'category_name' => 'popular_real_time_cat',      'meta_key' => 'active_users',      'orderby' => 'meta_value_num',      'order' => 'DESC');       $queryWP = new WP_Query();   ?> 
  • The number of posts assigned in “Popular RT” may be less than the number selected (By default 10) because Google Analytics also include root path / (Home), categories or tags if have more active users than another posts.