You haven’t specified how it doesn’t work 🙂
Does it remove some links or doesn’t do anything at all. Anyway, to alter the content of every RSS item you can use rss_item() hook, or rss2_item() depending which stream is your target.
add_filter('rss_item', 'custom_item_content');
function custom_item_content($content) {
// alter your $content here
return $content;
}
Related Posts:
- Problem using the word “RSS” as a tag
- When are tags counted? Can it be trigered manually?
- Remove tag on my RSS Feed
- How replace individual elements in the RSS feed with a single string
- Anyway to retrieve a feed of posts that have BOTH tags?
- Add Custom Fields to Custom Post Type RSS
- How to show page content in feed?
- Get all posts in RSS
- How to add post featured image to RSS item tag?
- How to get SimplePie fetch_feed without stripping iframe code?
- Individual rss feed entry length for categories?
- Why is wp_kses not keeping style attributes as expected?
- Order tags, but not alphabetically
- WordPress: Can I add categories/tags to all sites in my network at once?
- Remove or Edit in Feeds
- How to Get Next or Previous Post in a Specific Tag?
- How do I display a tag cloud under my post that only shows tags from that post?
- Cannot get add_feed to work
- Display list of most used tags in the last 30 days
- How to Make a Separate RSS Feed for Each Custom Post Type
- Check if current page has given tag ID
- Should I provide RSS or Atom feeds?
- how do I get the tag name from tag id?
- Do tags have dates?
- How to secure or disable the RSS feeds?
- Stop wordpress from removing HTML attributes
- What is the difference between terms and tags?
- Stop WordPress From Removing HTML Comments In Content
- How can I let my audience tag my posts?
- Why does Simplepie return feed items in a wrong order?
- Display tags in list without link
- How to create additional full text RSS feeds
- how can I use WP_Query to exclude a specific tag.?
- How can you tie into the tag metabox?
- How can I generate a RSS feed based on a custom WP_Query?
- not functioning
- RSS for Pages Instead of Posts?
- Custom RSS feed forces download
- How to use the Tag description as the title attribute?
- Best way to show map of tagged posts?
- How to display the_tags() as plain text
- Remove a particular tag name from the tagcloud
- How do I change the output of get_the_tag_list()?
- Query all posts with specific tag
- How to query with get_posts() for posts with any tag
- Multiple category RSS feeds
- How to remove Tags: text from the_tags?
- How to flush feed? Or set timeout on feed so that it isn’t cached?
- How to get the last updated date of a post from a WP RSS feed?
- Change tooltip in tag cloud
- Getting an ordered list of tags – via wp_tag_cloud or not?
- Is it possible to filter get_adjacent_post() with tags?
- Apply class to the a tag link generated in post tag links
- What are allowedposttags and allowedtags?
- Display tags for current post in sidebar
- How to allow user to perform search by more than one tag
- How to remove published date from RSS feed
- When switching from html to visual editor the tag gets erased
- How important are WordPress tags for SEO purposes?
- How to get a feed for post type ‘page’?
- get_post_ancestors returns empty
- How to grab first image attached to post and display in RSS feed?
- Combining tags from post types
- WordPress gallery ‘post_gallery’ filter doesn’t work with feeds?
- Disable only the main feed?
- Display tags belonging to a specific post type only
- Custom post types – RSS lastBuildDate issue
- Allow visitors to search by multiple tags (specific IDs)
- List ‘n’ number of posts from a Tag, each with a different class or ID
- Change the link URL in default RSS feeds
- Showing all tags in admin -> edit post
- How to remove CPT comment feed from head?
- Redirect Tag to Post with the same name
- Add exception for specific tag
- WordPress Add [cdata] to title tag in rss feed
- Creating a Lightweight Media Tags Plugin with a Custom Taxonomy
- Link from tags to tag pages displaying all posts with that tag
- Displaying the most recently used tags
- Limit tag word count
- A function to fetch blog content via rss feed
- placement of wp_error with fetch_feed
- How can I extend Quick Edit option with 2 more fields
- WordPress Permalinks %postname% for RSS2 Feed URL
- Can’t Get ‘tag’ Page To Display only Tagged Posts
- RSS feed site image custom resolution
- How to separate the tags?
- alt attributes not showing on pages
- Add Taxonomy Values Within a Custom Post Type RSS Feed
- Creating a unique, linked list of tags from a specific category?
- How to add featured image or custom field to xml feed?
- Massive Tags Remove Using MySQL
- Add # before each tag
- Quicktags on all textarea.. Not working on plugin?
- term/tag not being saved for custom post type
- display tag slug as class per link in tag cloud
- Display the first image from a post in RSS feed
- how to change # of tag posts on /tag page?
- require one tag for each post
- Stop WordPress removing tags when switching from HTML to Visual (TinyMCE)
- Difference between the 4 Built in RSS Feeds?