Title: [Plugin: WordPress Popular Posts] WordPress Popular Posts Stats panel
Last modified: August 20, 2016

---

# [Plugin: WordPress Popular Posts] WordPress Popular Posts Stats panel

 *  [janvanarkel](https://wordpress.org/support/users/janvanarkel/)
 * (@janvanarkel)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-wordpress-popular-posts-stats-panel/)
 * Hi all,
 * Is it possible to display more posts than the standard 10 in the WordPress Popular
   Posts Stats panel in the Dashboard? Can’t find a settings option for the dashboard.
 * Setting something in the widgets doesn’t work for the dashboard…
 * Thanks,
    Jan
 * [http://wordpress.org/extend/plugins/wordpress-popular-posts/](http://wordpress.org/extend/plugins/wordpress-popular-posts/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [majcenoff](https://wordpress.org/support/users/majcenoff/)
 * (@majcenoff)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-wordpress-popular-posts-stats-panel/#post-2140269)
 * Hi, I would also like to know the answer to this question.
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-wordpress-popular-posts-stats-panel/#post-2140270)
 * Hi guys,
 * You’d have to hack the plugin to achieve that. Here’s what you need to do:
 * 1. In the plugin folder, find a file called stats.php and open it using a editor
   such as notepad or Adobe Dreamweaver.
 * 2. Find this:
 *     ```
       <div class="wpp-stats wpp-stats-active" id="wpp-daily">
           <?php echo do_shortcode('[wpp range=today stats_views=1 order_by=views wpp_start=<ol> wpp_end=</ol>]'); ?>
       </div>
       <div class="wpp-stats" id="wpp-weekly">
           <?php echo do_shortcode('[wpp range=weekly stats_views=1 order_by=views wpp_start=<ol> wpp_end=</ol>]'); ?>
       </div>
       <div class="wpp-stats" id="wpp-monthly">
           <?php echo do_shortcode('[wpp range=monthly stats_views=1 order_by=views wpp_start=<ol> wpp_end=</ol>]'); ?>
       </div>
       <div class="wpp-stats" id="wpp-all">
           <?php echo do_shortcode('[wpp range=all stats_views=1 order_by=views wpp_start=<ol> wpp_end=</ol>]'); ?>
       </div>
       ```
   
 * … and replace with:
 *     ```
       <div class="wpp-stats wpp-stats-active" id="wpp-daily">
           <?php echo do_shortcode('[wpp range=today stats_views=1 order_by=views wpp_start=<ol> wpp_end=</ol> limit=20]'); ?>
       </div>
       <div class="wpp-stats" id="wpp-weekly">
           <?php echo do_shortcode('[wpp range=weekly stats_views=1 order_by=views wpp_start=<ol> wpp_end=</ol> limit=20]'); ?>
       </div>
       <div class="wpp-stats" id="wpp-monthly">
           <?php echo do_shortcode('[wpp range=monthly stats_views=1 order_by=views wpp_start=<ol> wpp_end=</ol> limit=20]'); ?>
       </div>
       <div class="wpp-stats" id="wpp-all">
           <?php echo do_shortcode('[wpp range=all stats_views=1 order_by=views wpp_start=<ol> wpp_end=</ol> limit=20]'); ?>
       </div>
       ```
   
 * … where `limit=20` is the max number of posts you want to see at the WPP Stats
   panel.
 *  [majcenoff](https://wordpress.org/support/users/majcenoff/)
 * (@majcenoff)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-wordpress-popular-posts-stats-panel/#post-2140271)
 * Thanks for the fast reply. Love your plugin, it’s one of the best.
 *  [desert_storm23](https://wordpress.org/support/users/desert_storm23/)
 * (@desert_storm23)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-wordpress-popular-posts-stats-panel/#post-2140274)
 * Hello!
    I need some help. I already installed the plug-in on my blog about 3 
   days ago, but until now I am only seeing the word “Sorry. No data so far.”, I
   also tried the short code and template code with no avail. I am using the Arras
   theme. Thanks in advance!
 *  [RandyGarcia](https://wordpress.org/support/users/randygarcia/)
 * (@randygarcia)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-wordpress-popular-posts-stats-panel/#post-2140275)
 * Howdy,
 * i have the same Problem like User desert_storm23.
 * It Shows: “Sorry, no data so far”
 * cheers Randy
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-wordpress-popular-posts-stats-panel/#post-2140280)
 * Hi guys,
 * A bug on my plugin is preventing the creation of two tables used by it to track
   your blog’s data. I’m already working on a fix, it should be out soon.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: WordPress Popular Posts] WordPress Popular Posts Stats panel’
is closed to new replies.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-popular-posts-wordpress-popular-posts-stats-panel/#post-2140280)
 * Status: not a support question