Title: Translate sorting button All
Last modified: August 24, 2016

---

# Translate sorting button All

 *  Resolved [mathkn](https://wordpress.org/support/users/mathkn/)
 * (@mathkn)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/translate-sorting-button-all/)
 * Hi
 * I love your plugin, but it is possible to translate the sorting button “all” 
   to something else?
 * [https://wordpress.org/plugins/nimble-portfolio/](https://wordpress.org/plugins/nimble-portfolio/)

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

 *  [Sumit Jain](https://wordpress.org/support/users/jainsumit12/)
 * (@jainsumit12)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/translate-sorting-button-all/#post-5963142)
 * Hi,
 * Yea, You can change the Name of All Button.
 * Here is File You need to change the Text.
 * includes/class.NimblePortfolio.php
 * Line Number : 91
 * <?php echo apply_filters(‘nimble_portfolio_filter_all’, sprintf(‘[%s](https://wordpress.org/support/topic/translate-sorting-button-all/?output_format=md#)‘,
   __(“All”, “nimble_portfolio”))); ?>
 * You can Replace the Text All to any you Want.
 *  Plugin Author [Nimble3](https://wordpress.org/support/users/nimble3/)
 * (@nimble3)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/translate-sorting-button-all/#post-5963148)
 * A better way is to add below code in the functions.php of your theme.
 *     ```
       add_filter('nimble_portfolio_filter_all', 'remove_nimble_portfolio_all_filter');
   
       function remove_nimble_portfolio_all_filter($filter_tag) {
           return "TRANSLATED_ALL";
       }
       ```
   
 * replace **TRANSLATED_ALL** with your text.

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

The topic ‘Translate sorting button All’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nimble-portfolio_e1ebf4.svg)
 * [Wordpress Picture / Portfolio / Media Gallery](https://wordpress.org/plugins/nimble-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nimble-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nimble-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/nimble-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nimble-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nimble-portfolio/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Nimble3](https://wordpress.org/support/users/nimble3/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/translate-sorting-button-all/#post-5963148)
 * Status: resolved