<?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>Nothing to Show Page? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/nothing-to-show-page-2/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 03 Nov 2025 23:24:17 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6939</guid>
					<title><![CDATA[Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6939</link>
					<pubDate>Mon, 20 Jan 2014 14:26:32 +0000</pubDate>
					<dc:creator>Justin A</dc:creator>

					<description>
						<![CDATA[
						<p>I saw in another post you recommended a child theme and inserting:</p>
<p>/framework/views/global/_content-none.php</p>
<p>to allow the page saying &#8220;Nothing to show&#8221; to be updated. I did the above but cannot find where to alter this page and content.</p>
<p>site: <a href="http://orlandogreener.com/newsite/" rel="nofollow">http://orlandogreener.com/newsite/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6941</guid>
					<title><![CDATA[Reply To: Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6941</link>
					<pubDate>Mon, 20 Jan 2014 14:39:40 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Justin,</p>
<p>you have to copy paste this file from the parent theme folder into your child theme folder and then edit the file in your child theme folder to your needs. Save it and then when the child theme is activated you will see the changes.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6943</guid>
					<title><![CDATA[Reply To: Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6943</link>
					<pubDate>Mon, 20 Jan 2014 14:53:53 +0000</pubDate>
					<dc:creator>Justin A</dc:creator>

					<description>
						<![CDATA[
						<p>My knowledge of wordpress is extremely limited. I do not understand this process. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6948</guid>
					<title><![CDATA[Reply To: Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6948</link>
					<pubDate>Mon, 20 Jan 2014 15:03:59 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Justin,</p>
<p>did you watch the video in the Video Tutorials section on how to install a child theme? Did you already set it up? Once you&#8217;ve done that copy <strong>/framework/views/global/_content-none.php</strong> this file from the <strong>/x/</strong> parent theme into the child theme. Then edit the <strong>_content-none.php</strong> file in the child theme to your needs.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6952</guid>
					<title><![CDATA[Reply To: Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6952</link>
					<pubDate>Mon, 20 Jan 2014 15:19:18 +0000</pubDate>
					<dc:creator>Justin A</dc:creator>

					<description>
						<![CDATA[
						<p>I did the child theme parts. It is installed. The editing is the part I&#8217;m not sure of. There is a title and content place when I view this home page. How do I edit one and not the other?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6958</guid>
					<title><![CDATA[Reply To: Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6958</link>
					<pubDate>Mon, 20 Jan 2014 15:54:36 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Justin,</p>
<p>your file currently looks like this:</p>
<pre><code>&lt;?php

// =============================================================================
// VIEWS/GLOBAL/_CONTENT-NONE.PHP
// -----------------------------------------------------------------------------
// Output when no posts or pages are available.
// =============================================================================

?&gt;

&lt;article id=&quot;post-0&quot; class=&quot;post-0 post type-post status-publish hentry&quot;&gt;
  &lt;div class=&quot;entry-wrap&quot;&gt;
    &lt;header class=&quot;entry-header&quot;&gt;
      &lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php _e( &#039;Nothing to Show Right Now&#039;, &#039;__x__&#039; ); ?&gt;&lt;/h1&gt;
    &lt;/header&gt;
    &lt;div class=&quot;entry-content&quot;&gt;
      &lt;?php _e( &quot;It appears whatever you were looking for is no longer here or perhaps wasn&#039;t here to begin with. You might want to try starting over from the homepage to see if you can find what you&#039;re after from there.&quot;, &#039;__x__&#039; ); ?&gt;

    &lt;/div&gt;
  &lt;/div&gt;
&lt;/article&gt; &lt;!-- end #post-0 --&gt;</code></pre>
<p>On <strong>line 14</strong> you can change the title. And one <strong>line 17</strong> you can change the message. Simply replace the content in the quotes.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6965</guid>
					<title><![CDATA[Reply To: Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6965</link>
					<pubDate>Mon, 20 Jan 2014 16:37:16 +0000</pubDate>
					<dc:creator>Justin A</dc:creator>

					<description>
						<![CDATA[
						<p>In wordpress editor, I cannot find the views/global file?<br />
Most pages for editing have:</p>
<p>&lt;?php x_get_view( x_get_stack(), &#8216;template&#8217;, &#8216;blank-1&#8217; ); ?&gt;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6966</guid>
					<title><![CDATA[Reply To: Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6966</link>
					<pubDate>Mon, 20 Jan 2014 16:38:55 +0000</pubDate>
					<dc:creator>Justin A</dc:creator>

					<description>
						<![CDATA[
						<p>It also has:</p>
<p>A blank page for creating unique layouts.<br />
//<br />
// Content is output based on which Stack has been selected in the Customizer.<br />
// To view and/or edit the markup of your Stack&#8217;s index, first go to &#8220;views&#8221;<br />
// inside the &#8220;framework&#8221; subdirectory. Once inside, find your Stack&#8217;s folder<br />
// and look for a file called &#8220;template-blank-1.php,&#8221; where you&#8217;ll be able to<br />
// find the appropriate output.</p>
<p>I cannot find &#8220;views&#8221; or &#8220;framework&#8221;, if this is relevant.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6967</guid>
					<title><![CDATA[Reply To: Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6967</link>
					<pubDate>Mon, 20 Jan 2014 16:49:06 +0000</pubDate>
					<dc:creator>Justin A</dc:creator>

					<description>
						<![CDATA[
						<p>p.s.<br />
The only editing options for the child theme in wordpress are: </p>
<p>style.css with:<br />
/*</p>
<p>Theme Name: X &#8211; Child Theme: Renew<br />
Theme URI: <a href="http://theme.co/x/" rel="nofollow">http://theme.co/x/</a><br />
Author: Themeco<br />
Author URI: <a href="http://theme.co/" rel="nofollow">http://theme.co/</a><br />
Description: Make all of your modifications to Renew in this child theme.<br />
Version: 1.0.0<br />
Template: x</p>
<p>*/</p>
<p>@import url( &#8216;../x/framework/css/site/stacks/renew.css&#8217; );</p>
<p>OR</p>
<p>funtions.php with</p>
<p>&lt;?php</p>
<p>// =============================================================================<br />
// FUNCTIONS.PHP<br />
// &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
// Overwrite or add your own custom functions to X in this file.<br />
// =============================================================================</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6980</guid>
					<title><![CDATA[Reply To: Nothing to Show Page?]]></title>
					<link>https://theme.co/archive/forums/topic/nothing-to-show-page-2/#post-6980</link>
					<pubDate>Mon, 20 Jan 2014 17:40:24 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Justin,</p>
<p>you have to go to your x parent theme <strong>/wp-content/themes/x/</strong> and in there go to <strong>/framework/views/global/_content-none.php</strong> and copy that file and then go into your child theme folder and recreate the path so create a folder called <strong>/frameworks/</strong> then a folder names <strong>/views/</strong> inside the frameworks folder and then inside the views folder a folder called /global/ in that global folder you paste <strong>_content-none.php</strong> and then you edit that file you copied in there.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

