Title: Custom Format Display
Last modified: August 22, 2016

---

# Custom Format Display

 *  Resolved [yonirisqilana](https://wordpress.org/support/users/yonirisqilana/)
 * (@yonirisqilana)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-format-display/)
 * Hi !
 * Can I custom “Format to display the post views:” ?
    `(Visited %totalcount% times,%
   dailycount% visits today)`
 * I have **download button** on mysite below post content.
    But, If I activate 
   the plugin, counters shown above the download button.
 * How to make the counters shown under the download button?
 * [https://wordpress.org/plugins/top-10/](https://wordpress.org/plugins/top-10/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-format-display/#post-5849352)
 * Hi,
 * You can’t do this automatically right now. This might work if you add it to your
   functions.php file.
 *     ```
       remove_filter( 'the_content', 'tptn_add_viewed_count' );
       add_filter( 'the_content', 'tptn_add_viewed_count', 999 );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Custom Format Display’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ajay](https://wordpress.org/support/users/ajay/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/custom-format-display/#post-5849352)
 * Status: resolved