<?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>BlueOwlCreative  &#187;  Topic: Hide author in some categories</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/feed/</link>
		<description></description>
		<pubDate>Wed, 10 Jun 2026 20:42:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35484</guid>
					<title><![CDATA[Hide author in some categories]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35484</link>
					<pubDate>Sun, 09 May 2021 12:53:27 +0000</pubDate>
					<dc:creator>Juanra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Is it possible to hide the author of the post only in some categories? I have found the following:</p>
<p>.post .post_content .pic {<br />
display: none;<br />
}</p>
<p>but this code hides the author in all the categories.</p>
<p>Thanks in advance <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35485</guid>
					<title><![CDATA[Reply To: Hide author in some categories]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35485</link>
					<pubDate>Sun, 09 May 2021 13:17:16 +0000</pubDate>
					<dc:creator>Juanra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,<br />
Obviously the code in my previous post does hide the author but the image <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" />  Sorry for the mistake.<br />
Anyway, can I hide the author or any data (such as the post date) in the categories I choose?</p>
<p>Thanks again for your help.</p>
<p>Regards.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35493</guid>
					<title><![CDATA[Reply To: Hide author in some categories]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35493</link>
					<pubDate>Mon, 10 May 2021 13:21:15 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Your URL please?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35494</guid>
					<title><![CDATA[Reply To: Hide author in some categories]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35494</link>
					<pubDate>Wed, 12 May 2021 23:55:22 +0000</pubDate>
					<dc:creator>Juanra</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35495</guid>
					<title><![CDATA[Reply To: Hide author in some categories]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35495</link>
					<pubDate>Thu, 13 May 2021 07:53:23 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>So just like you did but with a parent of the tag/category, this should work:</p>
<pre><code>.tag-comercial .post_meta .author {
    display: none;
}</code></pre>
<p>where &#8220;comercial&#8221; is the tag you used. </p>
<p>This would work for items that are in the &#8220;blog&#8221; category:</p>
<pre><code>.category-blog .post_meta .author {
    display: none;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35498</guid>
					<title><![CDATA[Reply To: Hide author in some categories]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/hide-author-in-some-categories/#post-35498</link>
					<pubDate>Thu, 13 May 2021 16:42:51 +0000</pubDate>
					<dc:creator>Juanra</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

