Title: RSS feed
Last modified: August 24, 2016

---

# RSS feed

 *  [jessyBigot Officiel](https://wordpress.org/support/users/jessybigot-officiel/)
 * (@jessybigot-officiel)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/rss-feed-159/)
 * Hello i use a RSS Feed i justly wish hashtag appear in the flux.. it does but
   when we click on the hashtag nothing happen how can i do for it work ? do you
   have a code or some manipulation ?
 * Best regard
 * [https://wordpress.org/plugins/hashtagger/](https://wordpress.org/plugins/hashtagger/)

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

 *  [Peter Raschendorfer](https://wordpress.org/support/users/smartwarecc/)
 * (@smartwarecc)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/rss-feed-159/#post-5973269)
 * When the RSS feed is generated the hashtags are processed just like on the frontend
   of your website. But after successful generation of the links they are removed
   because WordPress removes any HTML tags from RSS content…
 * I’ll think about adding a feature to keep the links generated by hashtagger in
   RSS. I’m not sure if it makes sense because normally you don’t want to have links
   inside a feed.
 * For a quick solution you can add the following line to the _functions.php_ of
   your Theme:
 * `add_filter( 'the_excerpt_rss', array( $hashtagger, 'process_content' ), 9999);`
 * This is not a good solution because the RSS content is processed twice but it
   should work. Also keep in mind that this will be overwritten on updating the 
   Theme.
 * Please let me know if this works for you.
 * Regards
    Peter
 *  Thread Starter [jessyBigot Officiel](https://wordpress.org/support/users/jessybigot-officiel/)
 * (@jessybigot-officiel)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/rss-feed-159/#post-5973307)
 * Thank you for your reply, it doesn’t work. Can you subscribe to my website, I
   will put you in Administrator and maybe you can watch in the code ?
 * [http://www.Teen-Friendly.com](http://www.Teen-Friendly.com/)
 * Kind Regard,
    Jessy Bigot.
 *  [Peter Raschendorfer](https://wordpress.org/support/users/smartwarecc/)
 * (@smartwarecc)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/rss-feed-159/#post-5973353)
 * Hi Jessy,
 * first please try to add
 * `global $hashtagger;`
 * before the add_filter command.
 * Regards,
    Peter

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

The topic ‘RSS feed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hashtagger.svg)
 * [Smart Hashtags [#hashtagger]](https://wordpress.org/plugins/hashtagger/)
 * [Support Threads](https://wordpress.org/support/plugin/hashtagger/)
 * [Active Topics](https://wordpress.org/support/plugin/hashtagger/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hashtagger/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hashtagger/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Peter Raschendorfer](https://wordpress.org/support/users/smartwarecc/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/rss-feed-159/#post-5973353)
 * Status: not resolved