<?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>Integrity: Showing Categories In Blog &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 24 Dec 2025 03:56:11 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-124680</guid>
					<title><![CDATA[Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-124680</link>
					<pubDate>Tue, 14 Oct 2014 01:24:58 +0000</pubDate>
					<dc:creator>lukecd</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>In this demo</p>
<p><a href="http://theme.co/x/demo/integrity/1/blog/" rel="nofollow">http://theme.co/x/demo/integrity/1/blog/</a></p>
<p>Below each entry are small boxes showing the category, boxes that users can click on to view the archive listing for that category. How can I enable that on my site? I can&#8217;t seem to find the option.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-124901</guid>
					<title><![CDATA[Reply To: Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-124901</link>
					<pubDate>Tue, 14 Oct 2014 13:25:02 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Luke,</p>
<p>Thank you for writing in!</p>
<p>You can enable it by going into <strong>Blog &gt; Content &gt; Post Meta</strong> in the Customizer and select <strong>On</strong> (see: <a href="http://prntscr.com/4w2yru" rel="nofollow">http://prntscr.com/4w2yru</a>)</p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125111</guid>
					<title><![CDATA[Reply To: Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125111</link>
					<pubDate>Tue, 14 Oct 2014 17:03:29 +0000</pubDate>
					<dc:creator>lukecd</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125283</guid>
					<title><![CDATA[Reply To: Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125283</link>
					<pubDate>Tue, 14 Oct 2014 21:19:43 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Sorry for the confusion,</p>
<p>The thing that display under each blog post from this <a href="http://theme.co/x/demo/integrity/1/blog/" rel="nofollow">url</a> is tag and not category,</p>
<p>Hope that clarifies,</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125388</guid>
					<title><![CDATA[Reply To: Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125388</link>
					<pubDate>Wed, 15 Oct 2014 01:20:50 +0000</pubDate>
					<dc:creator>lukecd</dc:creator>

					<description>
						<![CDATA[
						<p>Ohhh, I see &#8230; totally works that way.</p>
<p>Hmmm, would it be possible to show categories instead? </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125655</guid>
					<title><![CDATA[Reply To: Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125655</link>
					<pubDate>Wed, 15 Oct 2014 13:30:03 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Luke,</p>
<p>Yes it is possible.</p>
<p>Create file _content-post-footer.php in x-child-integrity-light/framework/view/integrity<br />
and copy the code below into that file.</p>
<pre><code>
&lt;?php

// =============================================================================
// VIEWS/INTEGRITY/_CONTENT-POST-FOOTER.PHP
// -----------------------------------------------------------------------------
// Standard &lt;footer&gt; output for various posts.
// =============================================================================

?&gt;

&lt;?php if ( has_category() ) : ?&gt;
  &lt;footer class=&quot;entry-footer cf&quot;&gt;
    &lt;?php echo get_the_category_list(); ?&gt;
  &lt;/footer&gt;
&lt;?php endif; ?&gt;
</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125723</guid>
					<title><![CDATA[Reply To: Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125723</link>
					<pubDate>Wed, 15 Oct 2014 14:56:35 +0000</pubDate>
					<dc:creator>lukecd</dc:creator>

					<description>
						<![CDATA[
						<p>worked perfectly. you guys are awesome. thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125966</guid>
					<title><![CDATA[Reply To: Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-125966</link>
					<pubDate>Wed, 15 Oct 2014 21:15:20 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome Luke!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-131234</guid>
					<title><![CDATA[Reply To: Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-131234</link>
					<pubDate>Fri, 24 Oct 2014 03:57:09 +0000</pubDate>
					<dc:creator>lukecd</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>What custom css would I use to change the font face, font color and font size of these buttons?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-131385</guid>
					<title><![CDATA[Reply To: Integrity: Showing Categories In Blog]]></title>
					<link>https://theme.co/archive/forums/topic/integrity-showing-categories-in-blog/#post-131385</link>
					<pubDate>Fri, 24 Oct 2014 11:34:57 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Please use the following CSS workaround, place it into your Customizer, <strong>Custom &gt; CSS</strong> area using the menu <strong>Appearance -&gt; Customize</strong>. </p>
<pre><code>
.post-categories a {
    color: rgba(0, 0, 0, 0.376);
    font-family: &quot;Lato&quot;,&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;
    font-size: 1.3rem;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

