Title: Remove fixed text when using Parameters stats_taxonomy=1
Last modified: October 5, 2024

---

# Remove fixed text when using Parameters stats_taxonomy=1

 *  Resolved [quangtuyen1601](https://wordpress.org/support/users/quangtuyen1601/)
 * (@quangtuyen1601)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/remove-fixed-text-when-using-parameters-stats_taxonomy1/)
 * [wpp range=’last7days’ limit=10 stats_views=1 order_by=’views’ stats_taxonomy
   =1 title_length=35]
 * ![](https://i0.wp.com/truyengo.giaodienwp.net/wp-content/uploads/2024/10/screenshot_1728119342.
   png?ssl=1)
 * I want to remove the fixed text when using parameter, but it doesn’t have class
   to use css, can you support me?
   I can find in the file and delete directly, but
   worry about the issue of updating later

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

 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/remove-fixed-text-when-using-parameters-stats_taxonomy1/#post-18055677)
 * Hey [@quangtuyen1601](https://wordpress.org/support/users/quangtuyen1601/),
 * To customize the HTML output of your popular posts list, either to add or remove
   something, you can use either the **post_html** parameter in conjunction with
   the available [Custom Tags](https://github.com/cabrerahector/wordpress-popular-posts/wiki/2.-Template-tags#content-tags)
   to get the desired output.
 * For example:
 *     ```wp-block-code
       [wpp post_html='<li>{thumb} {title} <div class="wpp-stats">Viewed {views} times, published on {date}</div><div class="wpp-taxonomy-wrapper">{taxonomy}</div></li>']
       ```
   
 *  Thread Starter [quangtuyen1601](https://wordpress.org/support/users/quangtuyen1601/)
 * (@quangtuyen1601)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/remove-fixed-text-when-using-parameters-stats_taxonomy1/#post-18056113)
 * it seems you don’t understand what I mean. when I use
   [wpp range=’last7days’ 
   limit=10 stats_views=1 order_by=’views’ stats_taxonomy=1 title_length=35]then
   the default taxonomy display shows the word “under” in front.I want to remove/
   hide the word “under”, only display the called taxonomy.In addition, in the output
   file I also see some fixed words, there is no class for css to hide them like
   in the picture.I can remove it in the output file, but I’m afraid of updating
   later.
 * ![](https://i0.wp.com/truyengo.giaodienwp.net/wp-content/uploads/2024/10/screenshot_1728181454.
   png?ssl=1)
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/remove-fixed-text-when-using-parameters-stats_taxonomy1/#post-18056127)
 * I did understand. Perhaps my previous comment could have been clearer.
 * What I meant to say is that the only way to change anything from the stock HTML
   output is to modify it via **post_html** or using the filter hooks provided by
   the plugin, see [How can I use my own HTML markup with WordPress Popular Posts](https://github.com/cabrerahector/wordpress-popular-posts/wiki/5.-FAQ#how-can-i-use-my-own-html-markup-with-your-plugin)
   for more details.
 * > I can remove it in the output file, but I’m afraid of updating later.
 * I don’t recommend this for exactly that reason, changing plugin files is generally
   not a good idea since future updates will undo your changes. Follow the recommended
   way as described above and you should be good to go.

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

The topic ‘Remove fixed text when using Parameters stats_taxonomy=1’ 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/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/remove-fixed-text-when-using-parameters-stats_taxonomy1/#post-18056127)
 * Status: resolved