Title: Any widgets?
Last modified: August 21, 2016

---

# Any widgets?

 *  [Hanizex](https://wordpress.org/support/users/hanizex/)
 * (@hanizex)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/any-widgets/)
 * I like this plugin, it’s kind, but what if I want to show most viewed posts on
   my sidebar widget panel?
 * [https://wordpress.org/plugins/page-views-count/](https://wordpress.org/plugins/page-views-count/)

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

 *  Thread Starter [Hanizex](https://wordpress.org/support/users/hanizex/)
 * (@hanizex)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/any-widgets/#post-5010894)
 * no replyes for three months?
 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/any-widgets/#post-5010895)
 * You’ll need to add PHP support to sidebars, that way you can use a standard HTML
   sidebar to enter the code needed. Once that is achieved, you can use the provided
   php functions to update/echo the counter:
 *     ```
       <?php
         global $post;
         pvc_stats_update( $post->ID, 1 );
       ?>
       ```
   
 * Evan
 *  Thread Starter [Hanizex](https://wordpress.org/support/users/hanizex/)
 * (@hanizex)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/any-widgets/#post-5010896)
 * I don’t think I need to update any stats. All stats works correct…
    Now I only
   want to show “most viewed posts” at sidebar, or elsewhere…
 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/any-widgets/#post-5010897)
 * Whoops, sorry I misread your question. Thought you wanted to simply display the
   count in the sidebar. Sorry.
 *  [YuchiRO](https://wordpress.org/support/users/yuchiro/)
 * (@yuchiro)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/any-widgets/#post-5010899)
 * Great plugin as what i need, i want display stast on side bar too.
 * Today view, Week view, Month view and Total view.
 * Please help or upgrade 🙂
 * Regards

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

The topic ‘Any widgets?’ is closed to new replies.

 * ![](https://ps.w.org/page-views-count/assets/icon.svg?rev=986301)
 * [Page View Count](https://wordpress.org/plugins/page-views-count/)
 * [Support Threads](https://wordpress.org/support/plugin/page-views-count/)
 * [Active Topics](https://wordpress.org/support/plugin/page-views-count/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-views-count/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-views-count/reviews/)

## Tags

 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 5 replies
 * 3 participants
 * Last reply from: [YuchiRO](https://wordpress.org/support/users/yuchiro/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/any-widgets/#post-5010899)
 * Status: not resolved