Double title on RSS feed (problem solution)

Viewing 1 post (of 1 total)
  • #15475
    echezuria
    Participant

    If you’re getting a double title on your RSS feed then you should apply this solution:

    1.- Edit the functions.php file of your theme
    2.- Find the function pinboard_doc_title( $doc_title )
    3.- After the line “$separator = ‘#124’;” copy & paste the following condition:
    if (is_feed()) { return $doc_title; }
    4.- Save and you’re done!

    That way you avoid the changes that will be performed over the title so it does not affect your RSS feed title.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.