Title: markgdyr's Replies | WordPress.org

---

# markgdyr

  [  ](https://wordpress.org/support/users/markgdyr/)

 *   [Profile](https://wordpress.org/support/users/markgdyr/)
 *   [Topics Started](https://wordpress.org/support/users/markgdyr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/markgdyr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/markgdyr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/markgdyr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/markgdyr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/markgdyr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging] HTML ascii characters in feed item title](https://wordpress.org/support/topic/html-ascii-characters-in-feed-item-title/)
 *  [markgdyr](https://wordpress.org/support/users/markgdyr/)
 * (@markgdyr)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/html-ascii-characters-in-feed-item-title/#post-5028822)
 * That’s great to hear.
 * A temporary get around for me was doing this:
 * `<?php echo str_replace('&amp", "&", do_shortcode('[wp-rss-aggregator]')); ?>`
 * Basically For some reason ampersands are getting encoded which prevented any 
   HTML entities from working, so we just swap them out.
 * EDIT: This editor isn’t showing correctly, the first `&amp` should have a semi
   colon after it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging] HTML ascii characters in feed item title](https://wordpress.org/support/topic/html-ascii-characters-in-feed-item-title/)
 *  [markgdyr](https://wordpress.org/support/users/markgdyr/)
 * (@markgdyr)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/html-ascii-characters-in-feed-item-title/#post-5028773)
 * I’m getting a similar thing: [https://www.dropbox.com/s/6f3astl8senr0uk/Screenshot%202014-06-24%2013.08.54.jpg](https://www.dropbox.com/s/6f3astl8senr0uk/Screenshot%202014-06-24%2013.08.54.jpg)
 * The feeds are from the BBC and Fifa: [http://feeds.bbci.co.uk/news/world/rss.xml](http://feeds.bbci.co.uk/news/world/rss.xml)
   and [http://www.fifa.com/rss/index.xml](http://www.fifa.com/rss/index.xml).
 * Be great to find a way to solve this. Cheers!
 * EDIT: I’m using latest versions of everything.

Viewing 2 replies - 1 through 2 (of 2 total)