The only way to accomplish this would be to add in new rewrite rules for these urls. There are a bunch of different ways to accomplish this, but here’s one example:
<?php
add_filter( 'generate_rewrite_rules', 'me_filterRewriteRules' );
function me_filterRewriteRules( $wp_rewrite ) {
$newRules = array();
// Replace [your-slug] with the slug of your page
$newRules['[your-slug]/feed/?$'] = 'index.php?feed=rss2';
$wp_rewrite->rules = $newRules + $wp_rewrite->rules;
}
?>
You’ll need to add a new rule with the appropriate related query strings for each page you’d like to add a feed to.
Related Posts:
- How to get a feed for post type ‘page’?
- Remove specific page/post from feed
- RSS for Pages Instead of Posts?
- How to add pages to feed?
- Mailchimp RSS feed work with single wordpress page?
- Display child pages on homepage template
- Allowing user to edit only certain pages
- How to update page status from publish to draft and draft to publish
- Customizing the URLs of WordPress Login and Sign-up Pages?
- Check IF is a “single product page” and Check the “role” for a Redirect
- How to add a specific widget to only 1 page?
- Find empty pages or pages which have less than x characters
- Get wp_get_attachment_url outside of loop
- How to add or remove metabox each page separately?
- Multiple category RSS feeds
- How to display list of child pages of parent page in wordpress?
- Hide page visual editor if template is selected – redux
- How to grab first image attached to post and display in RSS feed?
- Page template gives ‘Parse error: syntax error’ when used, but no error found!
- more tag in the $post->content when get_pages were used
- Different “Text Widgets” in Sidebar on Many Different Pages?
- Using JavaScript and JQuery in Page
- How can I make Disqus comments not show up on pages?
- Difference between the 4 Built in RSS Feeds?
- CMS: Making complex pages editable by the end user
- Guidelines for adding static pages
- How to Create RSS Feeds for categories in WordPress?
- Sitewide page on all the blogs in the network
- How to add custom fields in rss feed
- How to create a page when a theme is activated?
- How to echo excerpts with wp_list_pages?
- Remove pages from backend list *and* update counter accordingly
- Creating a form contact page?
- Various WordPress Feeds for Same Blog
- Making a wordpress page the index on the site?
- Custom RSS feed with custom url
- How to call wp_list_comments() outside of the comments template?
- Feed links not working even with add_theme_support(‘automatic-feed-links’)
- Using Pages to handle calls for custom post types
- Displaying Subpages while on Parent page?
- Guest authors, sort of like Wikipedia, but more theme-able
- Show own shortcode data on each page
- Remove a div from RSS feed
- Pages views limit [closed]
- Having wordpress page accesss issue under sub-directory
- How to make my category archive behave like a page
- How do I remove featured images and captions from a wordpress RSS feed?
- Add external css to Contact Page
- how to edit source code of specific page in wordpress?
- Where can i make an html change to a specific page [closed]
- This code won’t find authors page?
- WordPress backend:How to hide some specific pages under Pages–>All Pages
- Different header for each page in child theme of twenty thirteen
- Change a Page’s Header Image
- Dynamic href link to Contact Page
- Restrict the list of parent pages to only those which are created by current user
- Use content from one page in another template
- Is there a way to schedule changes to a page?
- Is it possible to change slugs’ default behaviour?
- List child pages within page template
- Option for pages order in backend
- Return subpages of an author if the parent page was published by an other author
- append one page content into another
- on page creation few inline style properties gets removed
- way to make all pages with certain tags public?
- Page not appearing under its Parent
- I need to change the attribute of the isPermaLink guid in the WordPress RSS feed – from false to true
- Next and Previous Page links based on ‘Order’ attribute
- register_rest_field only for specific page
- Update Pages ONLY from Stage to Live (not products)
- Change page width in refined magazine/mag and news theme
- How do you run code on a specific page without missing the init hook?
- Every change made by “Author” role is going to “pending review”
- if is_page() is not working with wp_redirect
- Display meta data attribute in user profile
- Assign Parent Page – Now 404 Error
- Create multiple custom HTML pages
- WordPress displays widgets out of whack
- Add homepage to the list of pages in the Footer Widget
- Modify RSS feed to change iframe structure
- Customise the_title in admin area
- Add pagination to search.php page
- RSS Feed cURL error 52?
- How to turn post into pages and via versa?
- How do I get my page “About” to show up on my WordPress site?
- Featured Image not displaying in a page
- Pulling posts tagged with similar title name
- All the pages are blank [closed]
- Get ID of the page where shortcode is included
- How to achieve anchor links on top of pages.
- how to list subpages in sidebar without widget
- How can I show the content of all pages (with links) on a single page?
- Passing form data via AJAX to REST API And displaying results
- Footer doesn’t display in page.php
- Load new Posts on Scroll on Page
- Default pages to be unpublished – possible?
- if and else statement not working on the iframe php page
- How to set a default page for load first time?
- Display multiple page contents under single page
- Fresh WordPress installation not able to simply show page content