Start with adding your new feed name and custom function through add_feed, then dont’t forget to flush rewrite rules (just once).
You can find several WordPress functions that will help your formatting the Feed XML.
Related Posts:
- Single page theme
- add_filter(‘query_vars’) not working in custom template
- Passing query variables to a custom page template
- Adding css tweak based on page template
- Page template query with WP_Query
- How to display page content in a page template?
- How to prevent execution of default query, while preserving ability to use WP_Query in template?
- How to stop wordpress to make the default query?
- $wp_query initiation?
- Executing Queries in tag.php
- Which custom query am I in and how can I access its properties & methods?
- Single page theme that uses pages for the content
- Trying to list out child pages with WP_Query
- Front End Sorting Questions
- Pass the same object to multiple widgets in a template with one query
- What are the differences between “Latest Posts” and “Static Page”?
- Help with CPT template pagination
- WP_Query doesn’t get sticky post at the top, when used in a page template
- Create unique page without header.php for json feed
- Have functions work outside the loop with 404 override
- Pagination of a WP_Query Loop in a child-page page template
- list pages using page.php and NOT page-{slug}.php
- How to use filter hook “the_posts” with a function that refers to $this?
- Show all post for a given category
- Get pagination working for custom loops within page templates
- How is WP_Query parsed to determine which template to request?
- WordPress Pagination changes my template
- Is there a better way to pull in custom content without querying posts?
- Pass $page_id to new WP_Query
- WordPress Custom Search Form Displaying Unexpected Results
- Is there a way to make this kind of loop shorter and nicer?
- Pagination on template page for custom query redirecting to index.php
- Utilising an existing page while using the “s” query parameter
- Create a page template for “top rated posts” but show full content and not just a list
- WP_Query returns different results from get_posts() [closed]
- inserting content of 1 Post to in another with a template hierarchy
- Get posts in taxonomy randomly
- WP_Query with multiple orderby NOT working with ASC and DESC, what’s wrong?
- wp_query on page template not working (Genesis framework)
- Pagination for custom loop on custom page template is not displaying anything
- How to create Page templates for showing Blog posts in different layouts?
- Unable to paginate a custom page query
- How to stack name list in non-alphabetical order?
- odd behaviours from template tags
- Page template doesn’t display simple HTML if inserted into other page?
- problem with the loop
- get_children() Archive Template
- In a WP_Query can I force the results’ is_singular() to be set to false?
- How to separate two columns from one content on a page template?
- What’s the best way to make a blog page on WordPress?
- How to use custom page for all posts with custom url, call another directory?
- INNER JOIN custom tables – SQL Query
- How to display a post(by id) along with css in a page?
- Pagination Shows Up But Won’t Work on Custom Gallery Page
- ACF: using two loops, the_field returns field content from another loop
- How to exclude posts by ID within a category/archive loop
- Search Filter With Custom Taxonomy and Custom Fields : How do I handle it via plugin?
- How can I use a specific wordpress page template if certain words are used in page title [closed]
- Fetching $_POST from Page Template into functions.php
- Using URL variables on a custom WP_Query
- Pagination is not working on custom query inside a custom home page template
- When importing a database any page with a wp_query in doesn’t work
- Having trouble using this post category query on multiple pages?
- WordPress pagination returns the same posts
- on attachment.php, how to display previous and next attachment links that follow the same order as a custom WP Query
- How WP determines archive page vs single page?
- How to prevent random 302 canonical-ish redirect on custom template
- specific post is not excluded from the loop
- How do I show content from a plugin using the template the site is currently working with?
- How to change the default post type over the loop?
- Echo User Name from User with most comments of today?
- the_post_thumbnail do 2 queries. How to optimize
- Custom wp_query differs on index page and category page
- wp query meta value is not null
- Why is the value zero going in my custom database table?
- Using WHERE on a WP_Query
- Include one page/post into query which is already returning posts
- Trying to use WP_Query to display a custom post type
- I am officially missing something about transient posts
- function wp() does not use meta_query?
- WordPress WP_Query compare not working?
- Search for pages with permalink
- WP Query / Meta Query [duplicate]
- Register Taxonomy – What is `query_var`?
- Insert images into wordpress post with a query
- Custom Page Template Category loop not functioning correctly
- How to Featured content with images in home page?
- Don’t repeat posts from children in parent taxonomy query
- Get Post ID as a separate RSS feed item
- Query Not working as expected
- WP_query paged pagination with excluded category still counts it
- meta_query with array as value with multiple arrays
- How to create single page site in WordPress
- Using rewind_posts for displaying multiple categories
- How to filter multiple queries with search?
- Query to get last posts from authors of blog
- Why doesn’t my WP Meta Query return any results?
- Multiple Query_Posts
- excerpt not showing up
- Compare “Main” post ID to ID inside wp_query loop