Title: Maveee's Replies | WordPress.org

---

# Maveee

  [  ](https://wordpress.org/support/users/maveee/)

 *   [Profile](https://wordpress.org/support/users/maveee/)
 *   [Topics Started](https://wordpress.org/support/users/maveee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/maveee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/maveee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/maveee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/maveee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/maveee/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Translating custom post types and taxonomies names](https://wordpress.org/support/topic/translating-custom-post-types-and-taxonomies-names/)
 *  Thread Starter [Maveee](https://wordpress.org/support/users/maveee/)
 * (@maveee)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/translating-custom-post-types-and-taxonomies-names/#post-8162793)
 * msolowski, thank you for your reply!
 * I have added the code that you suggested:
 *     ```
       function polylang_translate()
       {
       pll_register_string('Name', 'Athletes', 'posttypes');
       pll_register_string('Name', 'Athlete', 'posttypes');
   
       }
       add_action('init', 'polylang_translate');
       ```
   
 * And in my posttypes I have:
 *     ```
       		'name'=>__('Athletes', 'posttypes'),
       		'singular_name'=>__('Athlete', 'posttypes'),
       ```
   
 * Good news: the code you provided works, it’s now showing up in “string translations”
   -
   > So I translated the names there
 * Bad news: the custom post type names aren’t actually being updated when they 
   are shown on my website. Any suggestions?
    -  This reply was modified 9 years, 9 months ago by [Maveee](https://wordpress.org/support/users/maveee/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Beautiful taxonomy filters] Filters not working on custom loop? (wpquery)](https://wordpress.org/support/topic/filters-not-working-on-custom-loop-wpquery/)
 *  Thread Starter [Maveee](https://wordpress.org/support/users/maveee/)
 * (@maveee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/filters-not-working-on-custom-loop-wpquery/#post-6022655)
 * Or is it impossible to make the filters work on a WP_Query loop?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Beautiful taxonomy filters] Automatically submit filters?](https://wordpress.org/support/topic/automatically-submit-filters/)
 *  Thread Starter [Maveee](https://wordpress.org/support/users/maveee/)
 * (@maveee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/automatically-submit-filters/#post-5993195)
 * Marked it as resolved!
    Will do a review too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Beautiful taxonomy filters] Automatically submit filters?](https://wordpress.org/support/topic/automatically-submit-filters/)
 *  Thread Starter [Maveee](https://wordpress.org/support/users/maveee/)
 * (@maveee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/automatically-submit-filters/#post-5993192)
 * Thank you for your extended answer!

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