<?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>Author display &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/author-display/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/author-display/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 26 Dec 2025 02:51:55 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/author-display/#post-70642</guid>
					<title><![CDATA[Author display]]></title>
					<link>https://theme.co/archive/forums/topic/author-display/#post-70642</link>
					<pubDate>Fri, 18 Jul 2014 16:51:20 +0000</pubDate>
					<dc:creator>Blake K</dc:creator>

					<description>
						<![CDATA[
						<p>How do I add the author&#8217;s name to my posts?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/author-display/#post-70654</guid>
					<title><![CDATA[Reply To: Author display]]></title>
					<link>https://theme.co/archive/forums/topic/author-display/#post-70654</link>
					<pubDate>Fri, 18 Jul 2014 17:03:11 +0000</pubDate>
					<dc:creator>Blake K</dc:creator>

					<description>
						<![CDATA[
						<p>FYI, I am using Integrity stack.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/author-display/#post-70975</guid>
					<title><![CDATA[Reply To: Author display]]></title>
					<link>https://theme.co/archive/forums/topic/author-display/#post-70975</link>
					<pubDate>Sat, 19 Jul 2014 20:26:41 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Blake,</p>
<p>Thank you for writing in!</p>
<p>Add this code at your child theme&#8217;s functions.php</p>
<pre><code>add_filter( &#039;the_content&#039;, function( $content ) { return $content.( is_singular() ? &#039;[author]&#039; : &#039;&#039; ); } );
</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/author-display/#post-104558</guid>
					<title><![CDATA[Reply To: Author display]]></title>
					<link>https://theme.co/archive/forums/topic/author-display/#post-104558</link>
					<pubDate>Sun, 14 Sep 2014 15:38:47 +0000</pubDate>
					<dc:creator>Suzanne1986</dc:creator>

					<description>
						<![CDATA[
						<p>Hi everybody, </p>
<p>I just found this topic and followed your advice. The thing is, now the authors name and avatar appear in every page of my site and not just in the blog posts as I wanted. Is there anything I cad add to the code you provide to make it work just for the blog posts? Is there any way to turn it off in the rest of the site?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/author-display/#post-104568</guid>
					<title><![CDATA[Reply To: Author display]]></title>
					<link>https://theme.co/archive/forums/topic/author-display/#post-104568</link>
					<pubDate>Sun, 14 Sep 2014 16:08:10 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Suzanne, </p>
<p>To do so, add the following:<br />
<code>add_filter( &#039;the_content&#039;, function( $content ) { return $content.( is_single() ? &#039;[author]&#039; : &#039;&#039; ); } );</code></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

