• Resolved jmbk

    (@jmbk)


    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.
Viewing 1 replies (of 1 total)
  • Hi @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.