It’s not possible to do yet due to a bug in WordPress core.
A workaround was provided in WordPress ticket
function disable_canonical_redirection_for_tag_feeds() {
if ( is_feed() && is_tag() )
remove_action( 'template_redirect', 'redirect_canonical' );
}
add_action( 'wp', 'disable_canonical_redirection_for_tag_feeds' );
Related Posts:
- How can I remove certain HTML tags from the RSS feed?
- Redirect Tag to Post with the same name
- 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
- Setup proper 301 redirect for deleted tags
- Anyway to retrieve a feed of posts that have BOTH tags?
- How to regenerate RSS feed URL like FeedBurner?
- Add Custom Fields to Custom Post Type RSS
- Display list of most used tags in the last 30 days
- Check if current page has given tag ID
- How can I let my audience tag my posts?
- Why does Simplepie return feed items in a wrong order?
- Query all posts with specific tag
- 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
- 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?
- Creating a Lightweight Media Tags Plugin with a Custom Taxonomy
- Displaying the most recently used tags
- Limit tag word count
- 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
- Redirect feed to 404 page
- Tags as a dropdown with set tags
- Why can’t I add this feed to the RSS widget?
- How to get more than 25 items via Simplepie RSS Feeds?
- Efficient Tag Management?
- Get the latest tags in a cloud? [closed]
- Delaying One RSS Feed in WordPress but Not the Others?
- Order tags by the order they were typed
- How to filter posts by specific date and its tag
- How fetch_feed() works?
- How can I show post excerpts on the tags page?
- Display posts count in front of the tag, for each tag
- Help needed to make my site as Aggregator
- Get current tag list in Gutenberg save function
- How to add prefix or suffix to post_tag slug?
- WordPress – Sync wordpress post with JSON feed
- Posts gathered from WPEMatico feeds are being mixed in different languages. Polylang is used for language separation
- Limit tag selection to predefined list
- Change Post Class function
- How do I remove the RSS Feed Redirect?
- Mass remove a number of tags from a number of posts
- List posts from certain category, by tag
- Remove href tag from wp_postmeta in 34,000 posts?
- Global changing of H Tags
- get postviews under every posts in the main page
- get posts that doesn’t contain a specific tag
- Query posts that have at least 3 of the tags of the current post
- How to exclude a specific tag from the list of tags for the current post?
- videos not showing on my tag pages
- Creating separate feeds for custom post types
- Passing feed URLs with “&” to fetch_feed()?
- Checking if one of the post tags has options
- How to get all the available post tags using the WP Data Module?
- How to add a rest field to post tags?
- How to get links to previous and next archive page based on tag
- Code to check how many posts a tag has?
- How to add meta tags on password-protected homepage? [closed]
- How to fetch custom post types with its full data on wordpress?
- Remove ‘style=’ from Tag Cloud
- Order post by taxonomy
- Echo tags with an if statement and display php inside of the IF?
- get_item_quantity() Error When Fetching Feed
- Problem with articles feed: XML Parsing Error: XML or text declaration not at start of entity
- get_edit_tag_link does not return anything
- get an attachment’s media tags or check if it has a media tag?
- I need to change the attribute of the isPermaLink guid in the WordPress RSS feed – from false to true
- limit number of tags shown in tag.php
- Every time I try accessing a post it redirects me to the feed
- What is the difference between these GUID’s in wordpress feed?
- Remove H1 site-tittle tag from product page with a function SEO
- Remove all feeds and return custom 404 page
- Display text if title in archive has specific word
- Theme’s functions.php not called when rendering RSS feed
- Modify RSS feed to change iframe structure
- RSS Feed cURL error 52?
- Update postdata without creating duplicate on wp_insert_post from RSS feed
- Tag archive page not working
- how to see P and BR tags in tinymce?
- WordPress tinyMCE Keep Wrapping Tags To HTML Codes When Saving
- Neverending tag problem
- Exclude Tags by Array
- Update tags to 10,000+ posts with wpdb?
- Create another TAG widget for posts
- wp_head hook content showing up at top of RSS feed
- RSS Subscriber count
- 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]
- Show all tags but exclude a certain tag
- Adding support for Post Tags to a CPT added by a plugin