Title: Increment views by 25
Last modified: August 30, 2016

---

# Increment views by 25

 *  [martinavive](https://wordpress.org/support/users/martinavive/)
 * (@martinavive)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/increment-views-by-25/)
 * Hi is it possible to increment one view by 25 on the plugin. Massive thanks
 * [https://wordpress.org/plugins/top-10/](https://wordpress.org/plugins/top-10/)

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

 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/increment-views-by-25/#post-6367919)
 * Do you mean that instead of 1, 2, 3 … the plugin counts 25, 50, 75?
 *  Thread Starter [martinavive](https://wordpress.org/support/users/martinavive/)
 * (@martinavive)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/increment-views-by-25/#post-6368037)
 * yes please
 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/increment-views-by-25/#post-6368039)
 * You can’t do this directly, but you could try to use this function by adding 
   it into your theme’s functions.php
 *     ```
       function filter_tptn_post_count_only( $cntaccess ) {
           $cntaccess = $cntaccess * 5;
           return $cntaccess;
       }
       apply_filters( 'tptn_post_count_only', 'filter_tptn_post_count_only' );
       ```
   
 *  Thread Starter [martinavive](https://wordpress.org/support/users/martinavive/)
 * (@martinavive)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/increment-views-by-25/#post-6368042)
 * hi thanks but this goes up in two’s any chance of increasing?
 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/increment-views-by-25/#post-6368046)
 * You should change the line to whatever multiple you wish:
 *     ```
       $cntaccess = $cntaccess * 25;
       ```
   
 * This should be 25 times.
 *  Thread Starter [martinavive](https://wordpress.org/support/users/martinavive/)
 * (@martinavive)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/increment-views-by-25/#post-6368048)
 * Hi, sorry tried that and it is still going up in two’s is there a way i can send
   you private email with link to show you my site
 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/increment-views-by-25/#post-6368050)
 * Yes. You can write to me at [http://ajaydsouza.com/contact/](http://ajaydsouza.com/contact/)
 * However, it might be difficult to see exactly what’s going on since all the code
   here is in the backend.

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

The topic ‘Increment views by 25’ is closed to new replies.

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

 * 7 replies
 * 2 participants
 * Last reply from: [WebberZone](https://wordpress.org/support/users/webberzone/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/increment-views-by-25/#post-6368050)
 * Status: not resolved