Title: Multiple Output
Last modified: May 20, 2017

---

# Multiple Output

 *  [bighippo999](https://wordpress.org/support/users/bighippo999/)
 * (@bighippo999)
 * [9 years ago](https://wordpress.org/support/topic/multiple-output/)
 * Hi,
 * I’ve been using Top 10 for a while, great plugin.
    I encountered this problem
   previously but worked around it, now I can’t 🙁
 * I use a plugin called text-blocks. I allows inserting the same text on multiple
   pages using a shortcode. It’s important now as we need to keep the same text 
   on certain products with an easy way to update it. I’ve also tested with a few
   other plugins to do similar the outcome is always the same.
 * I’m seeing 2 visitor outputs when I visit a page using the shortcode from text-
   block
 *     ```
       (Visited 3,011 time, 9 visit today)
   
       (Visited 3,011 time, 9 visit today)
       ```
   
 * We use Top 10 for all the posts not just products and I’ve tried changing various
   settings with no joy.
 * Any idea how I can get it to only output/run once?
 * Thanks,

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [9 years ago](https://wordpress.org/support/topic/multiple-output/#post-9152857)
 * Is it this plugin? [https://plugins.trac.wordpress.org/browser/reusable-text-blocks/trunk/text-blocks.php](https://plugins.trac.wordpress.org/browser/reusable-text-blocks/trunk/text-blocks.php)
 * If so, it explains why, as Top 10 hooks into `the_content` filter.
 * The easiest way would be to [delete this line](https://plugins.trac.wordpress.org/browser/reusable-text-blocks/trunk/text-blocks.php#L300)
   from text-blocks. But, before doing so please backup.
 * Another option would be to use the manual install of Top 10 by editing your theme
   files, as given in the FAQ.
 * Yet another option, is to write a filter function for [text_blocks_shortcode_html](https://plugins.trac.wordpress.org/browser/reusable-text-blocks/trunk/text-blocks.php#L302)
   that uses some regex to remove out the “(Visited..” section. I’m afraid, I’m 
   a rookie in regex so difficult to tell.

Viewing 1 replies (of 1 total)

The topic ‘Multiple Output’ 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: [9 years ago](https://wordpress.org/support/topic/multiple-output/#post-9152857)
 * Status: not resolved