• I have noticed that when I have put HTML entities in the titles of entries, it has caused a validation error in the RSS feed. I simply eliminated the entities, but there are other people’s sites on which the same thing is happening.
    For example, see: https://www.joshuamacy.com/wordpress/index.php?p=3
    The author solves the same problem by moving the entities out of the title.

Viewing 1 replies (of 1 total)
  • Hello,
    It’s very easy to solve.
    In my hand made blog I’m moving to WP I use something like :
    'titre' =>html_entity_decode($row['titre']),
    I use a ot of accentuated character (I’m French)…

Viewing 1 replies (of 1 total)
  • The topic ‘RSS problems with HTML Entities’ is closed to new replies.