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
- 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?
- Multiple category RSS feeds
- How to flush feed? Or set timeout on feed so that it isn’t cached?
- 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?
- How to allow user to perform search by more than one tag
- 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?
- Display tags belonging to a specific post type only
- How to remove CPT comment feed from head?
- Displaying the most recently used tags
- WordPress Permalinks %postname% for RSS2 Feed URL
- Can’t Get ‘tag’ Page To Display only Tagged Posts
- Display the first image from a post in RSS feed
- Difference between the 4 Built in RSS Feeds?
- Change the color of post title on specific tags
- How to Create RSS Feeds for categories in WordPress?
- Custom RSS does not work for categories and tags
- How to add custom fields in rss feed
- How can I show post excerpts on the tags page?
- Changing RSS feed URL structure
- Tags, use both union and intersection at the same time
- Various WordPress Feeds for Same Blog
- how can i add all my tags to tagcloud?
- Custom RSS feed with custom url
- Custom taxonomy in custom post RSS feed
- Blog post : Remove comma between Tag names [closed]
- Why does the count property of get_the_tags always return 0?
- Why word can’t be displayed in wordpress?
- How to add prefix or suffix to post_tag slug?
- WordPress – Sync wordpress post with JSON feed
- How to get popular post tags
- Remove URL from Tag
- Feed links not working even with add_theme_support(‘automatic-feed-links’)
- CPT UI – elementor tags archive template not working
- Remove a div from RSS feed
- Get count of custom post tags
- WP API: Get posts excluding those with a tag or category name
- How do I remove featured images and captions from a wordpress RSS feed?
- How can I show 1 featured post in a styled element, and the next few below differently styled
- How to echo tag description on loop-page.php using WPeC 3.8
- How to add image in rss?
- How do I add a related tags list to a wordpress tag page
- Remove href tag from wp_postmeta in 34,000 posts?
- Global changing of H Tags
- May I change the order of the tags?
- Display get_the_tag_list by order entered in the backend
- get posts that doesn’t contain a specific tag
- Remove commas between tags
- How to return tags containing one, two or three exact and specific words using get_tags
- how to output tags that has specific value in slug
- Need sql to remove tags from older posts
- Highlight current tag using get_tags()
- show tags on “single”-template sidebar only
- Split function “the_tags” in 2 columns
- How to display tags with post_content
- Can I add the post featured image to a specific RSS feed?
- Code to check how many posts a tag has?
- Second page of RSS feed
- How to list all tags except the current tag in tag.php
- tag is working in chrome but not in firefix..What is the problem? [closed]
- How to add keyword field in custom form programmatically?
- How to add meta tags on password-protected homepage? [closed]
- Adding Related Articles to post
- Separate the tag by comma [duplicate]
- Add/remove tags on frontend programmatically
- Edit permalink for old posts and not show on top of RSS feed
- Custom text for certain tags
- I need to change the attribute of the isPermaLink guid in the WordPress RSS feed – from false to true
- Remove H1 site-tittle tag from product page with a function SEO
- Display text if title in archive has specific word
- RSS – This XML file does not appear to have any style information associated with it. The document tree is shown below
- How to select tags in the frontend
- Modify RSS feed to change iframe structure
- Pull new posts using feed
- RSS Feed cURL error 52?
- Is there a way to change the Tag selector from text input to checkmarks?
- how to see P and BR tags in tinymce?
- WordPress tinyMCE Keep Wrapping Tags To HTML Codes When Saving
- Neverending tag problem
- Update tags to 10,000+ posts with wpdb?
- wp_head hook content showing up at top of RSS feed
- Need to display tag group as first name, last name but sort on last name
- HTML5 Summary tag in editor
- How to list Tags using get_tags in an html table?
- WordPress Plugins Feed Error, but I’m not asking for a plugins feed
- WordPress not showing the latest articles in RSS feed
- WordPress Feed Error [closed]
- WordPress Title Tag Not Changing