<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>How Can I create a Custom rss feed with x child theme &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 07:56:48 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-289509</guid>
					<title><![CDATA[How Can I create a Custom rss feed with x child theme]]></title>
					<link>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-289509</link>
					<pubDate>Tue, 02 Jun 2015 07:23:45 +0000</pubDate>
					<dc:creator>yvesmulkers</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m trying to setup a custom rss feed for my website.<br />
I&#8217;ve found bits and pieces but can&#8217;t ty it together within x theme.<br />
I found that I can register my custom rss feed within functions.php, and have it point to a custom php file (rendering the xml for rss feed).<br />
I have some php files on hand that allow me to render the xml.<br />
But I can&#8217;t figure out what other changes need to be made to get this working.<br />
Where to put the custom rss rendering php file, what other placeholder files I need to create and where?<br />
Do I need to put something in the theme&#8217;s view folder (or is to only for templates?)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-290174</guid>
					<title><![CDATA[Reply To: How Can I create a Custom rss feed with x child theme]]></title>
					<link>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-290174</link>
					<pubDate>Tue, 02 Jun 2015 19:55:16 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Thanks for writing in! Do you wan to customize the feed template? In that case, you can try using a plugin for that (<a href="https://wordpress.org/plugins/feed-template-customize/" rel="nofollow">https://wordpress.org/plugins/feed-template-customize/</a>). </p>
<p>Let us know how it goes.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-290647</guid>
					<title><![CDATA[Reply To: How Can I create a Custom rss feed with x child theme]]></title>
					<link>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-290647</link>
					<pubDate>Wed, 03 Jun 2015 07:20:12 +0000</pubDate>
					<dc:creator>yvesmulkers</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks. This is for changing the default ones, that helps.<br />
But I was looking to add extra rss feeds.<br />
So I can have a standard one for rss subscription offered to my website visitors.<br />
And one to generate my rss email newsletter, and one to use to feed to my social media channels.<br />
And it would be nice if I could make these extra feeds private (hidden to the public).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-291314</guid>
					<title><![CDATA[Reply To: How Can I create a Custom rss feed with x child theme]]></title>
					<link>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-291314</link>
					<pubDate>Wed, 03 Jun 2015 18:32:29 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p><em>WordPress uses a set of feed templates to display your site&#8217;s feeds, in much the same way as it uses theme templates to display your content. These feed templates are located in the wp-includes WordPress directory. These core files are not directly compatible with the Theme system, however it is possible to use custom page templates to achieve a theme-based solution (see further information and links below) or change which templates are used.</em></p>
<p>For more Feed customization, you can check out this article: <a href="https://codex.wordpress.org/Customizing_Feeds" rel="nofollow">https://codex.wordpress.org/Customizing_Feeds</a></p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-292833</guid>
					<title><![CDATA[Reply To: How Can I create a Custom rss feed with x child theme]]></title>
					<link>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-292833</link>
					<pubDate>Thu, 04 Jun 2015 20:46:14 +0000</pubDate>
					<dc:creator>yvesmulkers</dc:creator>

					<description>
						<![CDATA[
						<p>How can I have a custom page template made available to the dropdown in &#8216;Add New Page&#8217; editor in the WP-Admin?<br />
I see the blank container | Header, Footer and others.<br />
And I already tried to copy a php file in the same folder, but wasn&#8217;t able to get that displayed in the template dropdown.<br />
Any guidance where to copy what and where to enter which function, would be very much appreciated.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-293465</guid>
					<title><![CDATA[Reply To: How Can I create a Custom rss feed with x child theme]]></title>
					<link>https://theme.co/archive/forums/topic/how-can-i-create-a-custom-rss-feed-with-x-child-theme/#post-293465</link>
					<pubDate>Fri, 05 Jun 2015 12:14:53 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You can still follow wordpress guide in creating a page template</p>
<p><a href="https://developer.wordpress.org/themes/basics/page-templates/" rel="nofollow">https://developer.wordpress.org/themes/basics/page-templates/</a></p>
<p>You can add your page template file in the root directory of your child theme</p>
<p>eg.<br />
wp-content/themes/x-child/page-custom.php</p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

