<?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: Disable post meta author link</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 22:08:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21543</guid>
					<title><![CDATA[Disable post meta author link]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21543</link>
					<pubDate>Wed, 10 Dec 2014 21:59:42 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Hi.<br />
I&#8217;m trying to disable the post meta author link, via custom css, but I&#8217;m not able to do&#8230;<br />
I try with the following code, but it&#8217;s not the right one:</p>
<pre><code>.post_meta .author a {
    pointer-events: none;
       cursor: default;
}</code></pre>
<p>Please, may you help me?<br />
Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21549</guid>
					<title><![CDATA[Reply To: Disable post meta author link]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21549</link>
					<pubDate>Sun, 14 Dec 2014 10:28:06 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hey!<br />
You want to just disable the link (remove the Anchor tag)?<br />
I would go in the template and remove the anchor tag that wraps around the Author name in your index.php, single.php etc templates.</p>
<p>Basically you would replace:</p>
<p><code>&lt;a href=&quot;&lt;?php echo get_author_posts_url(get_the_author_meta(&#039;ID&#039; )); ?&gt;&quot;&gt;&lt;?php echo __(&#039;By &#039;,&#039;Aqua&#039;);?&gt; &lt;?php the_author_meta(&#039;display_name&#039;); ?&gt;&lt;/a&gt;</code></p>
<p>with</p>
<p><code>&lt;?php echo __(&#039;By &#039;,&#039;Aqua&#039;);?&gt; &lt;?php the_author_meta(&#039;display_name&#039;); ?&gt;</code></p>
<p> <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21551</guid>
					<title><![CDATA[Reply To: Disable post meta author link]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21551</link>
					<pubDate>Sun, 14 Dec 2014 10:45:11 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much, it works perfectly.<br />
I have another question, please: how can I styling the input placeholder text?</p>
<p>Maybe I have to open a new ticket for a new question&#8230; In this case I apologize for my mistake.<br />
Thanks<br />
Enrico</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21552</guid>
					<title><![CDATA[Reply To: Disable post meta author link]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21552</link>
					<pubDate>Sun, 14 Dec 2014 12:20:12 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again, </p>
<p>Which one are you referring to? The one in the contact form?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21553</guid>
					<title><![CDATA[Reply To: Disable post meta author link]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21553</link>
					<pubDate>Sun, 14 Dec 2014 12:56:50 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, m referring to the one in the contact form. I&#8217;m using FS Contact Form Plugin (not Contact Form 7), but I don&#8217;t understand where the syle of placeholder comes from&#8230;<br />
It doesn&#8217;t seems to be that I have to edit nor the plugin, neither Aqua theme.<br />
The page is <a href="http://www.guidedolomiti.com/contatti/" title="Guide Dolomiti" target="_blank" rel="nofollow">http://www.guidedolomiti.com/contatti</a><br />
Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21557</guid>
					<title><![CDATA[Reply To: Disable post meta author link]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21557</link>
					<pubDate>Tue, 16 Dec 2014 12:31:44 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You will need to check the plugin&#8217;s settings, it must have something to control the placeholder&#8230; I am not familiar with it though, so I am not of much help here&#8230; Good luck! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21558</guid>
					<title><![CDATA[Reply To: Disable post meta author link]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/disable-post-meta-author-link/#post-21558</link>
					<pubDate>Tue, 16 Dec 2014 12:50:28 +0000</pubDate>
					<dc:creator>drunkfox</dc:creator>

					<description>
						<![CDATA[
						<p>Opps&#8230; I&#8217;m a real dummy, it plugin has that settings&#8230; Sorry!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

