<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: author email public in author's archive</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 21 May 2013 13:21:17 +0000</pubDate>

<item>
<title>joseluisbolos on "author email public in author's archive"</title>
<link>http://themeshaper.com/forums/topic/author-email-public-in-authors-archive#post-22774</link>
<pubDate>Sat, 20 Aug 2011 11:02:38 +0000</pubDate>
<dc:creator>joseluisbolos</dc:creator>
<guid isPermaLink="false">22774@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;All right, so the thing is that I had the line:&#60;/p&#62;
&#60;p&#62;define('DISALLOW_FILE_EDIT', true);&#60;/p&#62;
&#60;p&#62;on wp-config.php as a security measure. Looks like that disable not only the editor, but the theme options too.&#60;/p&#62;
&#60;p&#62;Commented it out, disabled the &#34;Info on Author Page&#34; option, all it's fine and dandy now.&#60;/p&#62;
&#60;p&#62;Marking as solved.
&#60;/p&#62;</description>
</item>
<item>
<title>joseluisbolos on "author email public in author's archive"</title>
<link>http://themeshaper.com/forums/topic/author-email-public-in-authors-archive#post-22773</link>
<pubDate>Sat, 20 Aug 2011 10:35:47 +0000</pubDate>
<dc:creator>joseluisbolos</dc:creator>
<guid isPermaLink="false">22773@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#60;em&#62;&#34;The options panel can be found in Appearance &#38;gt; Thematic Options&#34;&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Well , I have a problem then. That option doesn't exist in my installation:&#60;br /&#62;
&#60;a href=&#34;http://tinypic.com/r/2czacjl/7&#34; rel=&#34;nofollow&#34;&#62;http://tinypic.com/r/2czacjl/7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regarding the email thing, I also don't like to create more files, that's why I was hoping for a simple way to disable it. But it looks like it's the only option here.&#60;/p&#62;
&#60;p&#62;Thanks for your help, really appreciate it.
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "author email public in author's archive"</title>
<link>http://themeshaper.com/forums/topic/author-email-public-in-authors-archive#post-22751</link>
<pubDate>Fri, 19 Aug 2011 05:09:45 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">22751@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You also mentioned &#34;There's no Theme Options panel that I know of.&#34;&#60;/p&#62;
&#60;p&#62;The options panel can be found in Appearance &#38;gt; Thematic Options, but you won't find any options other than &#34;on&#34; or &#34;off&#34;, no real options. I have a feeling you know that though. ;)
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "author email public in author's archive"</title>
<link>http://themeshaper.com/forums/topic/author-email-public-in-authors-archive#post-22750</link>
<pubDate>Fri, 19 Aug 2011 05:07:13 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">22750@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Kathy will most likely come in and rain on my parade. I checked into the Author info, I could not find a hook for it, it looks like it is hard coded in the template, basically it is either &#34;no author bio&#34; or &#34;author bio with everything&#34;.&#60;/p&#62;
&#60;p&#62;The easy way to fix this is to copy your &#34;author.php&#34; from the Thematic folder and drop it into your child theme. Once in your child theme folder, just go in there and wipe out that whole author-email div.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;author-email&#38;quot;&#38;gt;
&#38;lt;a class=&#38;quot;email&#38;quot; title=&#38;quot;&#38;lt;?php echo antispambot($authordata-&#38;gt;user_email); ?&#38;gt;&#38;quot; href=&#38;quot;mailto:&#38;lt;?php echo antispambot($authordata-&#38;gt;user_email); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Email &#38;#39;, &#38;#39;thematic&#38;#39;) ?&#38;gt;&#38;lt;span class=&#38;quot;fn n&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;given-name&#38;quot;&#38;gt;&#38;lt;?php echo $authordata-&#38;gt;first_name; ?&#38;gt;&#38;lt;/span&#38;gt; &#38;lt;span class=&#38;quot;family-name&#38;quot;&#38;gt;&#38;lt;?php echo $authordata-&#38;gt;last_name; ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;a class=&#38;quot;url&#38;quot;  style=&#38;quot;display:none;&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;url&#38;#39; ) ?&#38;gt;/&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I usually try not to create more files, but I don't see any way to filter this info or override it. Not to mention this solution is ultra simple, fast and does the job.
&#60;/p&#62;</description>
</item>
<item>
<title>joseluisbolos on "author email public in author's archive"</title>
<link>http://themeshaper.com/forums/topic/author-email-public-in-authors-archive#post-22737</link>
<pubDate>Thu, 18 Aug 2011 11:01:36 +0000</pubDate>
<dc:creator>joseluisbolos</dc:creator>
<guid isPermaLink="false">22737@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;After a couple months using Thematic I've just realised that in the authors archive (that's &#34;/author/username/&#34;) the email address of the author is public. I've been looking for a way to disable this behaviour but apparently there's none. I've even found &#60;a href=&#34;http://wp-themes.com/wp-content/themes/thematic/readme.html&#34;&#62;this snippet on wp-themes.com&#60;/a&#62; while looking for a solution:&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#34;Thematic currently has three options that can be set from the Theme Options panel under Design: Index Insert Position, Info on Author Page and Text in Footer.&#34;&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;but alas, there's no Theme Options panel that I know of.&#60;/p&#62;
&#60;p&#62;In the forum I've find &#60;a href=&#34;http://themeshaper.com/forums/topic/author-archive-remove-email-address-link&#34;&#62;several people&#60;/a&#62; with &#60;a href=&#34;http://themeshaper.com/forums/topic/email-in-vcard&#34;&#62;the same problem&#60;/a&#62; but no solution whatsoever.&#60;/p&#62;
&#60;p&#62;Is there any reasoning for this behaviour/&#34;feature&#34;? Is there any way to disable it?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
