<?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>Search Results not displaying &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/search-results-not-displaying/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/search-results-not-displaying/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 03 Nov 2025 21:16:17 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-348984</guid>
					<title><![CDATA[Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-348984</link>
					<pubDate>Mon, 03 Aug 2015 22:43:22 +0000</pubDate>
					<dc:creator>Anonymous</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Team!</p>
<p>My search results aren&#8217;t showing up. 🙂 They&#8217;re working just fine in my other sites with the X Theme. </p>
<p><img decoding="async" src="https://lh4.googleusercontent.com/-TJKumcS8RlA/Vb_phcI_ALI/AAAAAAAAYpw/BaBjGCQwyfU/w1518-h854-no/Fullscreen%2Bcapture%2B832015%2B151203.jpg" alt="Search Results" /></p>
<p>URL: shermandentalmarin.com (under construction),<br />
X Theme 4.0.6<br />
WordPress 4.2.3<br />
Cornerstone 1.0.5</p>
<p>Not sure what the shortcode plugin version is. Here are my only plugins:<br />
<img decoding="async" src="https://lh4.googleusercontent.com/-rk1GrYhxCy4/Vb_uMqOfQCI/AAAAAAAAYp8/XzGbj3MHPzU/w1518-h854-no/Fullscreen%2Bcapture%2B832015%2B154147.jpg" alt="Plugins" /></p>
<p>Thanks!<br />
Jahlela</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-349138</guid>
					<title><![CDATA[Reply To: Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-349138</link>
					<pubDate>Tue, 04 Aug 2015 02:34:28 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jahlela,</p>
<p>Thanks for writing in! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password<br />
&#8211; FTP credentials</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-351094</guid>
					<title><![CDATA[Reply To: Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-351094</link>
					<pubDate>Wed, 05 Aug 2015 18:48:32 +0000</pubDate>
					<dc:creator>Anonymous</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-351222</guid>
					<title><![CDATA[Reply To: Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-351222</link>
					<pubDate>Wed, 05 Aug 2015 20:58:27 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Could not be able to connect with you FTP. did you changed anything for the results of your search page?</p>
<p>Would you mind checking your FTP deatils and let us know what was the last time you did before it happened.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355185</guid>
					<title><![CDATA[Reply To: Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355185</link>
					<pubDate>Mon, 10 Aug 2015 17:59:15 +0000</pubDate>
					<dc:creator>Anonymous</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355260</guid>
					<title><![CDATA[Reply To: Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355260</link>
					<pubDate>Mon, 10 Aug 2015 19:30:32 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>Upon checking, there&#8217;s some custom CSS code added in your website that&#8217;s hiding the post header (see: <a href="http://prntscr.com/833bu9" rel="nofollow">http://prntscr.com/833bu9</a>). As only the title is available for entries in search results page, you are seeing no content at all. Please use following CSS code under <strong>Custom &gt; CSS</strong> in the Customizer to show the post header on search results page:</p>
<pre><code>.search .entry-header {
    display: block;
}
</code></pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355327</guid>
					<title><![CDATA[Reply To: Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355327</link>
					<pubDate>Mon, 10 Aug 2015 20:56:00 +0000</pubDate>
					<dc:creator>Anonymous</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355414</guid>
					<title><![CDATA[Reply To: Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355414</link>
					<pubDate>Mon, 10 Aug 2015 22:24:16 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for the screenshot. Upon checking the search result page, the content excerpt is showing already with a readmore link. Which header text are you referring to? If what you meant by header text is the title of each search result item, you may add the following custom CSS:</p>
<pre><code>.entry-wrap .entry-header .entry-title a {
    display: none;
}</code></pre>
<p>If you&#8217;re referring to this text <strong>Below you&#8217;ll see everything we could locate for your search of “contact”</strong>, you can use the following CSS instead of above:</p>
<pre><code>.search p.p-landmark-sub {
    display: none;
}</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355483</guid>
					<title><![CDATA[Reply To: Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355483</link>
					<pubDate>Tue, 11 Aug 2015 00:14:51 +0000</pubDate>
					<dc:creator>Anonymous</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355637</guid>
					<title><![CDATA[Reply To: Search Results not displaying]]></title>
					<link>https://theme.co/archive/forums/topic/search-results-not-displaying/#post-355637</link>
					<pubDate>Tue, 11 Aug 2015 04:22:27 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Jahlela,</p>
<p>Pages don’t have an excerpt and the one used in search results is the excerpt. That&#8217;s the reason there&#8217;s no content. Try searching hello:<a href="http://shermandentalmarin.com/?s=hello" rel="nofollow">http://shermandentalmarin.com/?s=hello</a>. You will see the content below the title. That&#8217;s because the post has excerpt. For pages, you need to configure it. Try the solution here <a href="http://www.wpbeginner.com/plugins/add-excerpts-to-your-pages-in-wordpress/" rel="nofollow">http://www.wpbeginner.com/plugins/add-excerpts-to-your-pages-in-wordpress/</a>.  Please take note though, that since it is a custom setup, enhancement or modification and fixing complications arising from using it would fall outside the scope of our support.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

