<?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>Changing text on Search Results page that returns no results &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 06:25:31 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-195468</guid>
					<title><![CDATA[Changing text on Search Results page that returns no results]]></title>
					<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-195468</link>
					<pubDate>Fri, 30 Jan 2015 20:00:20 +0000</pubDate>
					<dc:creator>Gugulethu</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I&#8217;d like to change the text on the search results page <strong>that returns no results</strong>. Right now it says:</p>
<p><em>Nothing to Show Right Now</p>
<p>It appears whatever you were looking for is no longer here or perhaps wasn&#8217;t here to begin with. You might want to try starting over from the homepage to see if you can find what you&#8217;re after from there.</em></p>
<p>I&#8217;d like to put something more interesting here than that. Maybe even a Recent Posts widget to keep visitors circulating. Otherwise they leave after a very boring page.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-195887</guid>
					<title><![CDATA[Reply To: Changing text on Search Results page that returns no results]]></title>
					<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-195887</link>
					<pubDate>Sat, 31 Jan 2015 13:08:39 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Copy <strong>_content-none.php</strong> file from &lt;strong &gt;x -&gt; framework -&gt; views -&gt; global and put it in the same path inside child theme.<br />
Open it and make changes.<br />
The original code should 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;p&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;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/article&gt; &lt;!-- end #post-0 --&gt;</code></pre>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-196034</guid>
					<title><![CDATA[Reply To: Changing text on Search Results page that returns no results]]></title>
					<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-196034</link>
					<pubDate>Sat, 31 Jan 2015 17:18:27 +0000</pubDate>
					<dc:creator>Gugulethu</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, that works perfectly.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-196264</guid>
					<title><![CDATA[Reply To: Changing text on Search Results page that returns no results]]></title>
					<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-196264</link>
					<pubDate>Sun, 01 Feb 2015 03:19:10 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome. Glad we could help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-286962</guid>
					<title><![CDATA[Reply To: Changing text on Search Results page that returns no results]]></title>
					<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-286962</link>
					<pubDate>Sat, 30 May 2015 20:17:13 +0000</pubDate>
					<dc:creator>Gugulethu</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, is this advice still current on X4. My install has reverted back to the default 404 page, even though this has been done.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-287130</guid>
					<title><![CDATA[Reply To: Changing text on Search Results page that returns no results]]></title>
					<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-287130</link>
					<pubDate>Sun, 31 May 2015 01:17:24 +0000</pubDate>
					<dc:creator>Gugulethu</dc:creator>

					<description>
						<![CDATA[
						<p>Don&#8217;t worry. I forgot to re-activate the child theme. Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-287449</guid>
					<title><![CDATA[Reply To: Changing text on Search Results page that returns no results]]></title>
					<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-287449</link>
					<pubDate>Sun, 31 May 2015 08:47:35 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Is it fixed? Let us know if you still have that issue. Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-288792</guid>
					<title><![CDATA[Reply To: Changing text on Search Results page that returns no results]]></title>
					<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-288792</link>
					<pubDate>Mon, 01 Jun 2015 17:09:45 +0000</pubDate>
					<dc:creator>Gugulethu</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, it is fixed. I just neglected to reactivate the child theme after updating.</p>
<p>Thanks so much</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-289350</guid>
					<title><![CDATA[Reply To: Changing text on Search Results page that returns no results]]></title>
					<link>https://theme.co/archive/forums/topic/changing-text-on-search-results-page-that-returns-no-results/#post-289350</link>
					<pubDate>Tue, 02 Jun 2015 03:52:02 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome. Glad we could help. 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

