Title: Custom related posts title
Last modified: November 22, 2020

---

# Custom related posts title

 *  Resolved [jmbk](https://wordpress.org/support/users/jmbk/)
 * (@jmbk)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/custom-related-posts-title/)
 * Hi,
 * I would like to change the “Related Posts” to custom string.
    Is there a filter
   to add ? I try :
 *     ```
       function change_related_posts_title() {
          return 'My related posts';
       }
       add_filter( 'palmeria_related_posts_title', 'change_related_posts_title' );
       ```
   
 * but it didn’t work.
 * Thanks for your help.
    -  This topic was modified 5 years, 5 months ago by [jmbk](https://wordpress.org/support/users/jmbk/).

Viewing 1 replies (of 1 total)

 *  [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/custom-related-posts-title/#post-13706129)
 * Hi [@jmbk](https://wordpress.org/support/users/jmbk/),
    You can change the title
   of Related Posts by editing the theme translation. You may use the Loco Translate
   plugin and add custom translations to the strings of the theme.

Viewing 1 replies (of 1 total)

The topic ‘Custom related posts title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/palmeria/1.3.3/screenshot.png)
 * Palmeria
 * [Support Threads](https://wordpress.org/support/theme/palmeria/)
 * [Active Topics](https://wordpress.org/support/theme/palmeria/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/palmeria/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/palmeria/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [dimned](https://wordpress.org/support/users/dimned/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/custom-related-posts-title/#post-13706129)
 * Status: resolved