In functions.php of theme:
add_filter( 'wp_title_rss', 'my_rss_filter', 20, 1 );
function my_rss_filter( $rss_title ) {
$rss_title="New Title";
return $rss_title;
}
I added a lower priority of 20, and just ditched the deprecated stuff altogether.
You could just return a text string as you have it, of course, but I included the rest for a more complete reference.
Related Posts:
- Get all posts in RSS
- How to get SimplePie fetch_feed without stripping iframe code?
- Firefox is downloading the RSS feed
- Why does Simplepie return feed items in a wrong order?
- How to create additional full text RSS feeds
- Multiple category RSS feeds
- How to flush feed? Or set timeout on feed so that it isn’t cached?
- is it possible to get complete wordpress blog post in a rss feed?
- Disable RSS Feed
- Reducing image size in RSS only
- Disable only the main feed?
- Setting the language of RSS feed
- A function to fetch blog content via rss feed
- Make RSS think posts are new?
- Creating an RSS feed with all of the prior month’s posts
- RSS feed site image custom resolution
- How to add featured image or custom field to xml feed?
- Difference between the 4 Built in RSS Feeds?
- Tracking RSS subscribers in Google Analytics
- How to disable atom feed and only use RSS feed
- How do I Import an RSS feed as WordPress posts without duplicates?
- How to remove site link from each post in RSS feed / modify output of the_excerpt_rss()?
- Site Rss not seen by browser
- How to Create RSS Feeds for categories in WordPress?
- Importing multiple RSS feed into WordPress and sorting them by date
- Custom RSS does not work for categories and tags
- Dynamically import posts from one wordpress site to another
- how improve website mainpage loading
- Add ![CDATA] to permalink rss
- RSS feed for the previous week’s posts
- Feeds not working on my wordpress site
- restricted rss feed
- Various WordPress Feeds for Same Blog
- How often does the RSS widget get updates?
- Out of memory errors – anon-rss or file-rss?
- Custom RSS feed with custom url
- Showing Post ID on RSS
- WordPress – Sync wordpress post with JSON feed
- Feed only showing 1 result? [closed]
- How to make this plugin more efficient
- Feed links not working even with add_theme_support(‘automatic-feed-links’)
- Is there way to make conditional branch for Rss feed items?
- Fetch / Filter Items in RSS feed by a different parameter.
- Flush RSS Cache
- fetch_feed returning rss feeds on same server as empty
- How can I provide a plaintext RSS feed?
- Help with Magpierss and WordPress
- Create an RSS feed of all posts
- How to add logo to rss feed
- WordPress update totally broke the install. Main page now displays empty rss feed
- I’m not able to get RSS feed working. I get ‘XML parsing failed’
- Reply via email (mailto link) in RSS feed at the end of each post
- Rss error in first line of xml : not well-formed (invalid token)
- Second page of RSS feed
- How do I get my podcast feed created?
- RSS feed not Refreshes
- RSS Feeds not working in Chrome/ok in IE and Firefox
- Add a Subscribe to Blog link next to comments
- Get RSS feed about plugin new update
- Issue with RSS Feed in Firefox and Safari
- RSS feed widget for specific categories with latest posts?
- WordPress keeps truncating my feeds and I can’t stop it
- Is a no RSS plugin setup supposed to work?
- Style wordpress image captions in RSS
- How to add RSS Icon/link as a widget?
- WP Job Manager: adding Company and Location values to RSS feed
- Custom RSS Feed Overwrites Permalink
- What is the difference between these GUID’s in wordpress feed?
- Code to mimic the RSS widget
- Change pubDate in rss feed in another format
- How to remove private posts from RSS feeds?
- Preventing RSS feeds access to the authenticated uses only
- RSS – This XML file does not appear to have any style information associated with it. The document tree is shown below
- Theme’s functions.php not called when rendering RSS feed
- Showing Taxonomy Terms in RSS Feed
- Modify RSS feed to change iframe structure
- Custom RSS formatting
- Medium Rss feed is not parsing in wordpress
- RSS Feed cURL error 52?
- RSS Feed Shows NULL When Asking For Thumbnail
- Update postdata without creating duplicate on wp_insert_post from RSS feed
- Help with WordPress RSS Validation Error
- Prevent incoming $_GET requests
- Show only picture from post_content in custom RSS file
- Importing large number of RSS feeds
- accessing my mu-plugins from within a template file
- My wordpress blog RSS isn’t showing
- RSS Feed to contain posts from 1 category only
- wp_head hook content showing up at top of RSS feed
- How to use RSS reader plugin for displaying as posts? [closed]
- Full sized images in RSS Feed
- How to debug/diagnose RSS feed that’s not working?
- RSS Subscriber count
- images are broken
- How do I enable my WordPress website RSS feed? My site doesn’t seem to have an RSS feed
- 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 Dashboard Incoming Links Error
- Extracting Channel Data from fetch_feed()