<?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>Remove author and category on posts meta data &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 03:18:37 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125082</guid>
					<title><![CDATA[Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125082</link>
					<pubDate>Tue, 14 Oct 2014 16:28:55 +0000</pubDate>
					<dc:creator>luciano c</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!<br />
I want to remove author &amp; category on all my posts, maintaining date and &#8220;leave a comment&#8221;.<br />
I saw that this could be achieved through functions.php, can you provide me the right code to do this?<br />
I&#8217;m on Integrity light, and using a child theme. Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125251</guid>
					<title><![CDATA[Reply To: Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125251</link>
					<pubDate>Tue, 14 Oct 2014 20:25:04 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Can you please provide URL of your site for us to check your set-up live and provide you with tailored advise,</p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125657</guid>
					<title><![CDATA[Reply To: Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125657</link>
					<pubDate>Wed, 15 Oct 2014 13:33:26 +0000</pubDate>
					<dc:creator>luciano c</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125720</guid>
					<title><![CDATA[Reply To: Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125720</link>
					<pubDate>Wed, 15 Oct 2014 14:50:13 +0000</pubDate>
					<dc:creator>luciano c</dc:creator>

					<description>
						<![CDATA[
						<p>Another thing on the same site:</p>
<p>I&#8217;ve set a footer with 3 areas, and I&#8217;ve put one logo on each area (all logos are the same size), but they are displaced to the left instead of being centered. How can I fix this? Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125923</guid>
					<title><![CDATA[Reply To: Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-125923</link>
					<pubDate>Wed, 15 Oct 2014 19:56:15 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Luciano,</p>
<p>You can do this via CSS instead of editing functions.php file. Please add the following CSS code via Appearance &gt; Customize &gt; Custom &gt; CSS:</p>
<pre><code>.p-meta span:nth-child(1), .p-meta span:nth-child(3) {
display: none !important;
}</code></pre>
<p>To centralize the footer logos, please add the following code via Customizer:</p>
<pre><code>.x-colophon .textwidget {
margin: 0 auto;
width: 200px;
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-126185</guid>
					<title><![CDATA[Reply To: Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-126185</link>
					<pubDate>Thu, 16 Oct 2014 08:47:05 +0000</pubDate>
					<dc:creator>luciano c</dc:creator>

					<description>
						<![CDATA[
						<p>It worked, thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-126448</guid>
					<title><![CDATA[Reply To: Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-126448</link>
					<pubDate>Thu, 16 Oct 2014 15:59:28 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-314388</guid>
					<title><![CDATA[Reply To: Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-314388</link>
					<pubDate>Sat, 27 Jun 2015 07:17:31 +0000</pubDate>
					<dc:creator>chairmeister</dc:creator>

					<description>
						<![CDATA[
						<p>I did exactly that and see an unexpected &#8220;/&#8221; at the end of the meta. How can I remove the &#8220;/&#8221;?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-314446</guid>
					<title><![CDATA[Reply To: Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-314446</link>
					<pubDate>Sat, 27 Jun 2015 09:37:59 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey <a href="https://theme.co/archive/users/chairmeister/" class="bbp-user-mention bbp-user-id-35997"> @Chairmeister</a>,</p>
<p>Thanks for updating this thread!</p>
<p>The code should work in your site. To assist you with this issue, we&#8217;ll first need you to provide us with your URL. 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>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-789312</guid>
					<title><![CDATA[Reply To: Remove author and category on posts meta data]]></title>
					<link>https://theme.co/archive/forums/topic/remove-author-and-category-on-posts-meta-data/#post-789312</link>
					<pubDate>Wed, 10 Feb 2016 16:35:56 +0000</pubDate>
					<dc:creator>dpirera</dc:creator>

					<description>
						<![CDATA[
						<p>Hi I have the same requirement on my site <a href="http://www.simplelivingglobal.com" rel="nofollow">http://www.simplelivingglobal.com</a>.</p>
<p>I see the response to <a href="https://theme.co/archive/users/chairmeister/" class="bbp-user-mention bbp-user-id-35997"> @Chairmeister</a> in this thread was marked private. Can you let me know how you remove author &amp; category on all my posts, maintaining date and comments count?</p>
<p>Regards,<br />
Dean</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

