<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to add the Author’s profile box at the end of the post in Thesis Theme</title>
	<atom:link href="http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/</link>
	<description>Thesis Theme Customization Tutorials and Wordpress Blogging Video Tutorials</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:15:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ronald Colunga</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-23085</link>
		<dc:creator>Ronald Colunga</dc:creator>
		<pubDate>Sat, 17 Dec 2011 08:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-23085</guid>
		<description>Hello, 

I had one question. I am trying to ad extra writing on the authors box. For example like a few about me sentences and what I like. How do I go about doing that? Thanks in advance!

-Ronald</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I had one question. I am trying to ad extra writing on the authors box. For example like a few about me sentences and what I like. How do I go about doing that? Thanks in advance!</p>
<p>-Ronald</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reeze@latest gadget review</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-14079</link>
		<dc:creator>reeze@latest gadget review</dc:creator>
		<pubDate>Wed, 21 Sep 2011 10:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-14079</guid>
		<description>HI suresh, you make my day! Thank you so much =).</description>
		<content:encoded><![CDATA[<p>HI suresh, you make my day! Thank you so much =).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-14075</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Wed, 21 Sep 2011 09:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-14075</guid>
		<description>hai Reeze..

Also remove the below two php lines from your custom.css file
&lt;code&gt;remove_action(&#039;thesis_hook_after_header&#039;, &#039;thesis_nav_menu&#039;);
add_action(&#039;thesis_hook_before_header&#039;, &#039;thesis_nav_menu&#039;);&lt;/code&gt;

Thanks</description>
		<content:encoded><![CDATA[<p>hai Reeze..</p>
<p>Also remove the below two php lines from your custom.css file<br />
<code>remove_action('thesis_hook_after_header', 'thesis_nav_menu');<br />
add_action('thesis_hook_before_header', 'thesis_nav_menu');</code></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-14074</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Wed, 21 Sep 2011 09:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-14074</guid>
		<description>hai reeze,

check your custom.css file..
remove the below line
&lt;code&gt;* code for Author&#039;s profile box below the post */&lt;/code&gt; otherwise add &lt;code&gt;/ &lt;/code&gt;in front of this line.

Thanks.</description>
		<content:encoded><![CDATA[<p>hai reeze,</p>
<p>check your custom.css file..<br />
remove the below line<br />
<code>* code for Author's profile box below the post */</code> otherwise add <code>/ </code>in front of this line.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reeze@latest gadget review</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-14073</link>
		<dc:creator>reeze@latest gadget review</dc:creator>
		<pubDate>Wed, 21 Sep 2011 09:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-14073</guid>
		<description>HI Suresh, really appreciate your reply. I&#039;ve altered the code. But still happened =(.</description>
		<content:encoded><![CDATA[<p>HI Suresh, really appreciate your reply. I&#8217;ve altered the code. But still happened =(.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-14067</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Wed, 21 Sep 2011 04:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-14067</guid>
		<description>hai Reeze,

In your custom.css file you have added
 fontsize:13px;
fontweight:bold

Change fontsize into font-size
also fontweight into font-weight

Now you can adjust the values..
 Just verify the css parameters and notation
Thanks.</description>
		<content:encoded><![CDATA[<p>hai Reeze,</p>
<p>In your custom.css file you have added<br />
 fontsize:13px;<br />
fontweight:bold</p>
<p>Change fontsize into font-size<br />
also fontweight into font-weight</p>
<p>Now you can adjust the values..<br />
 Just verify the css parameters and notation<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reeze@latest gadget review</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-14047</link>
		<dc:creator>reeze@latest gadget review</dc:creator>
		<pubDate>Tue, 20 Sep 2011 17:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-14047</guid>
		<description>Hi Suresh, I have the same problem with above person
&quot;I have tried this from several different tutorials and none of them seem to be working correctly. My picture shows above the author info, there is no real “box”, the fonts are tiny, and the coloring of the box doesn’t seem to work either…. not sure what I could be doing wrong and I only started using thesis last week. Not sure what I could be doing wrong, I added the code by copying and pasting and I tried adjusting the fonts in the code, still nothing.&quot;

Can you please help me on...Thank you so much!</description>
		<content:encoded><![CDATA[<p>Hi Suresh, I have the same problem with above person<br />
&#8220;I have tried this from several different tutorials and none of them seem to be working correctly. My picture shows above the author info, there is no real “box”, the fonts are tiny, and the coloring of the box doesn’t seem to work either…. not sure what I could be doing wrong and I only started using thesis last week. Not sure what I could be doing wrong, I added the code by copying and pasting and I tried adjusting the fonts in the code, still nothing.&#8221;</p>
<p>Can you please help me on&#8230;Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-11675</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 18 Aug 2011 18:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-11675</guid>
		<description>Great thanks.
It works perfectly now. :))</description>
		<content:encoded><![CDATA[<p>Great thanks.<br />
It works perfectly now. <img src='http://fourblogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travemunde Hotels</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-11668</link>
		<dc:creator>Travemunde Hotels</dc:creator>
		<pubDate>Thu, 18 Aug 2011 13:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-11668</guid>
		<description>I hope that I can somehow apply what I have read here.</description>
		<content:encoded><![CDATA[<p>I hope that I can somehow apply what I have read here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://fourblogger.com/how-to-add-the-authors-profile-box-at-the-end-of-the-post/comment-page-1/#comment-10202</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 16 Jun 2011 18:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=781#comment-10202</guid>
		<description>should the &amp;nbsp be part of the css code?  Your code is not working for me.
Does this get effected by the byline options?  I have custom php to put the byline below the post?   Great post, surprised Thesis doesn&#039;thave this tutorial</description>
		<content:encoded><![CDATA[<p>should the &amp;nbsp be part of the css code?  Your code is not working for me.<br />
Does this get effected by the byline options?  I have custom php to put the byline below the post?   Great post, surprised Thesis doesn&#8217;thave this tutorial</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/26 queries in 0.126 seconds using disk: basic
Object Caching 973/987 objects using disk: basic

Served from: fourblogger.com @ 2012-02-09 19:04:17 -->
