<?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>Hide tags from blog post &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/hide-tags-from-blog-post/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 20:45:21 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-10777</guid>
					<title><![CDATA[Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-10777</link>
					<pubDate>Tue, 04 Feb 2014 05:42:55 +0000</pubDate>
					<dc:creator>Vanessa H</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Support,</p>
<p>Is there a way to hide the tags from a blog post? I would like to keep them on my site for search engines, but not sure what the implications are if I try to hide them (not remove them).</p>
<p>I am using Integrity Light.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-10814</guid>
					<title><![CDATA[Reply To: Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-10814</link>
					<pubDate>Tue, 04 Feb 2014 07:33:46 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Vanessa,</p>
<p>Thanks for writing in! You can try out the following CSS to hide the tags on your posts (this will simply remove them visually, but they will still be present on your site for search engines as you mentioned):</p>
<pre class="prettyprintp">.x-integrity .post .entry-footer {
  display: absolute;
  top: -99999em;
  visibility: hidden;
}</pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-25883</guid>
					<title><![CDATA[Reply To: Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-25883</link>
					<pubDate>Mon, 24 Mar 2014 02:33:00 +0000</pubDate>
					<dc:creator>Robert C</dc:creator>

					<description>
						<![CDATA[
						<p>There is a gap between posts as if the tags are still present.</p>
<p>What variable controls font-size? </p>
<p>Thanks for the help, nearly finished!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-26233</guid>
					<title><![CDATA[Reply To: Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-26233</link>
					<pubDate>Tue, 25 Mar 2014 06:46:04 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Robert,</p>
<p>Thanks for writing in! The gap that is present is normal and is to be expected even if the tags aren&#8217;t present to setup proper spacing between posts. If you want to adjust this as well, you can utilize the following:</p>
<pre class="prettyprint">.hentry {
  margin-top: 4em;
}</pre>
<p>Also, there is no reason why you would want to control the <strong>font-size</strong> of these tags as they are no longer visible per the original request of this thread. If you&#8217;re looking to do something else, we&#8217;ll need you to be more specific on this so we can assist you.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-172553</guid>
					<title><![CDATA[Reply To: Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-172553</link>
					<pubDate>Mon, 29 Dec 2014 07:39:34 +0000</pubDate>
					<dc:creator>drmikkaela</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there &#8211; I&#8217;ve also been having this issue on my website.  Each post of mine has quite a few tags, and this resulted in ugly long lists of tags.  After implementing the initial CSS code to &#8216;hide&#8217; the tags, this merely seems to make them &#8216;invisible&#8217; on the page, but now instead of having the tags sitting there on display, there is a blank space of an equivalent &#8216;area&#8217; &#8211; resulting in a blog index page that looks ridiculous, with posts all over the place, rather than an even grid of post thumbnails. Is there any way to display my blog index page without the tags present, so that my post &#8216;thumbnails&#8217; are all of an equal size, without big ugly white gaps everywhere? Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-172557</guid>
					<title><![CDATA[Reply To: Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-172557</link>
					<pubDate>Mon, 29 Dec 2014 07:55:15 +0000</pubDate>
					<dc:creator>drmikkaela</dc:creator>

					<description>
						<![CDATA[
						<p>Edit: please ignore this duplicate post. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-172580</guid>
					<title><![CDATA[Reply To: Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-172580</link>
					<pubDate>Mon, 29 Dec 2014 08:51:17 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-173198</guid>
					<title><![CDATA[Reply To: Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-173198</link>
					<pubDate>Tue, 30 Dec 2014 06:33:08 +0000</pubDate>
					<dc:creator>jeremygregg</dc:creator>

					<description>
						<![CDATA[
						<p>I am having the same issue at <a href="http://www.JeremyGregg.com" rel="nofollow">http://www.JeremyGregg.com</a> &#8212; I used the code above, and the tags are invisible but the space is still there where they used to be.  I am using Integrity.</p>
<p>I have used Weaver Theme in the past and it was remarkably simple to make these changes. Nearly every option was just a click button to adjust (i.e. &#8220;Click to remove tags.&#8221;). Theme X has some cool features but I am finding that it requires far more savvy in coding than it originally stated. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-173200</guid>
					<title><![CDATA[Reply To: Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-173200</link>
					<pubDate>Tue, 30 Dec 2014 06:38:28 +0000</pubDate>
					<dc:creator>jeremygregg</dc:creator>

					<description>
						<![CDATA[
						<p>OK, I found the solution here:<br />
<a href="https://theme.co/x/member/forums/topic/removehide-tags-only-from-the-homepage/" rel="nofollow">https://theme.co/x/member/forums/topic/removehide-tags-only-from-the-homepage/</a></p>
<p>This worked for me:</p>
<pre><code>.blog footer.entry-footer.cf {
display:none;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-173271</guid>
					<title><![CDATA[Reply To: Hide tags from blog post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-tags-from-blog-post/#post-173271</link>
					<pubDate>Tue, 30 Dec 2014 09:19:06 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Glad you could fix it.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

