• Resolved Dan Greene

    (@dgreene423)


    My RSS feeds are breaking due to Authorship’s use of   in the author field. How and where do I need to replace   with   to fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Dan Greene

    (@dgreene423)

    I solved my issue by editing the plugin’s php files

    includes/author.php
    line 494 line 507
    includes/post.php
    line 800

    to replace   with   

    This is needed because RSS feeds are XML and   is not being processed as a valid character for the author field by Spotify. This seems to be a recent change for Spotify, since the RSS feed for my podcast was working until late April 2026.

    I’m putting this here to help anyone else who runs into this issue and to help me when I forget what I did sometime in the future.

    • This reply was modified 1 week, 6 days ago by Dan Greene.
    Plugin Support Ryan Mitchell

    (@ryanmitchell)

    Hi Dan,

    Thank you for reporting this issue and for bringing it to our attention.

    We have reviewed it and implemented a fix by replacing the   entity usage with the actual Unicode non-breaking space character (U+00A0). This should be safer across different contexts, including RSS/XML feeds, while preserving the intended spacing behavior in regular web output.

    This change will be included in the next plugin update.

    If you are able to test it on your side, we would really appreciate it if you could confirm whether this works correctly for your Spotify feed as well, just like replacing it with   did.

    Thanks again for your help and for taking the time to report it.

    Thread Starter Dan Greene

    (@dgreene423)

    U+00A0 written as   works as well, confirmed. @ryanmitchell

    • This reply was modified 1 week, 5 days ago by Dan Greene.
Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.