• Hi, my newsletter stop working because it can’t read my RSS feed. When I try to validate the feed on https://www.w3.org/ the result is:

    Sorry

    This feed does not validate.

    • line 14, column 13:?XML parsing error: <unknown>:14:13: undefined entity?[help] <title>Sin t&iacute;tulo – Rocktambulos</title>

    I tried deactivating plugins, installing fixer plugins and rename my site but the result is the same. Can you help me to fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The field that is specified as not valid usually contains only the page title. In your case, however, there is something in front of it that does not belong to the page title. You have already deactivated all plugins – have you also changed the theme? This could also interfere here.

    Otherwise you could set this title directly yourself:

    function custom_wp_title_rss() {
     return 'your title';
    }
    add_filter( 'wp_title_rss', 'custom_wp_title_rss');
Viewing 1 replies (of 1 total)
  • The topic ‘RSS does not validate “XML parsing error: :14:13: undefined entity”’ is closed to new replies.