<?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>where to insert custom templates &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/where-to-insert-custom-templates/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 04 Nov 2025 15:58:44 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-115598</guid>
					<title><![CDATA[where to insert custom templates]]></title>
					<link>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-115598</link>
					<pubDate>Tue, 30 Sep 2014 14:21:18 +0000</pubDate>
					<dc:creator>luciano c</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there<br />
I&#8217;m trying to make a custom page template to show a specific category in a specific page (not using the &#8220;categories&#8221; page, because that option doesn&#8217;t allow me to use slider nor custom sidebars). So I created that template, but I can&#8217;t figure out in which directory I need to copy it. I&#8217;m working with a child theme of Integrity. I&#8217;ve tried to put it inside the framework/views/integrity folder of the parent theme, the same on the child theme, even in the main X folder with the other templates, but WP doesn&#8217;t recognize it (it doesn&#8217;t show on the template dropdown menu),</p>
<p>Can you guide me on this?</p>
<p>thanks!</p>
<p>luciano</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-115730</guid>
					<title><![CDATA[Reply To: where to insert custom templates]]></title>
					<link>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-115730</link>
					<pubDate>Tue, 30 Sep 2014 17:03:52 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>two locations for theme files:</p>
<p>childtheme/template-custom.php<br />
childtheme/views/integrity/template-custom.php</p>
<p>look at template-blank-1.php in X folder for the format for your childtheme/template-custom.php format:</p>
<pre><code>&lt;?php

// =============================================================================
// TEMPLATE NAME: Blank - Container | Header, Footer
// -----------------------------------------------------------------------------
// A blank page for creating unique layouts.
//
// Content is output based on which Stack has been selected in the Customizer.
// To view and/or edit the markup of your Stack&#039;s index, first go to &quot;views&quot;
// inside the &quot;framework&quot; subdirectory. Once inside, find your Stack&#039;s folder
// and look for a file called &quot;template-blank-1.php,&quot; where you&#039;ll be able to
// find the appropriate output.
// =============================================================================

?&gt;

&lt;?php x_get_view( x_get_stack(), &#039;template&#039;, &#039;blank-1&#039; ); ?&gt;</code></pre>
<p>This tutorial might also be helpful &#8211; <a href="http://www.wpbeginner.com/wp-themes/how-to-create-category-templates-in-wordpress/" rel="nofollow">http://www.wpbeginner.com/wp-themes/how-to-create-category-templates-in-wordpress/</a></p>
<p>I hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-738603</guid>
					<title><![CDATA[Reply To: where to insert custom templates]]></title>
					<link>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-738603</link>
					<pubDate>Sat, 09 Jan 2016 14:25:14 +0000</pubDate>
					<dc:creator>cr33ksid3</dc:creator>

					<description>
						<![CDATA[
						<p>nevermind. 😉</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-738879</guid>
					<title><![CDATA[Reply To: where to insert custom templates]]></title>
					<link>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-738879</link>
					<pubDate>Sat, 09 Jan 2016 20:40:10 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Okay 🙂 thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-840573</guid>
					<title><![CDATA[Reply To: where to insert custom templates]]></title>
					<link>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-840573</link>
					<pubDate>Wed, 16 Mar 2016 19:14:59 +0000</pubDate>
					<dc:creator>Angela Stucky</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I am trying to create a custom template so that I can display specific category posts in the design of my choice.</p>
<p>I duplicated the files mentioned above:<br />
childtheme/template-custom.php<br />
childtheme/views/integrity/template-custom.php</p>
<p>and customized them. So far, so good.<br />
However, I don&#8217;t have FTP access.<br />
There is a place in Cornerstone where it says upload template, but so far I&#8217;m getting &#8220;Uh oh! Template not formatted correctly!&#8221; even if I use the default blank-1 templates.</p>
<p>Am I doing this right?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-840937</guid>
					<title><![CDATA[Reply To: where to insert custom templates]]></title>
					<link>https://theme.co/archive/forums/topic/where-to-insert-custom-templates/#post-840937</link>
					<pubDate>Wed, 16 Mar 2016 23:37:16 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Sorry, but the template that the original poster is referring here, is the <strong>page layout template</strong>.</p>
<p><a href="http://i.imgur.com/CTm7dEK.jpg" target="_blank" rel="nofollow"><br />
<img decoding="async" src="http://i.imgur.com/CTm7dEK.jpg" alt="screenshot" /><br />
</a></p>
<p>While the Cornerstone template is a <strong>page content template</strong>, hope that make sense. So, uploading a <strong>page layout template</strong> to Cornerstone would not work. You need to upload the template files with FTP or File manager on your Cpanel.</p>
<p>Hope this shed some lights. Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

