<?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: Using the feature box</title>
	<atom:link href="http://www.thesishacker.com/using-the-feature-box/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishacker.com/using-the-feature-box</link>
	<description>Customize Thesis</description>
	<lastBuildDate>Thu, 28 May 2009 19:12:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Denise</title>
		<link>http://www.thesishacker.com/using-the-feature-box/comment-page-1#comment-1006</link>
		<dc:creator>Denise</dc:creator>
		<pubDate>Mon, 04 May 2009 14:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=931#comment-1006</guid>
		<description>This was a great help.  Very clear and easy to follow instructions.  They helped me get our feature box setup very quickly.

thanks again</description>
		<content:encoded><![CDATA[<p>This was a great help.  Very clear and easy to follow instructions.  They helped me get our feature box setup very quickly.</p>
<p>thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geirmund Knutsen</title>
		<link>http://www.thesishacker.com/using-the-feature-box/comment-page-1#comment-29</link>
		<dc:creator>Geirmund Knutsen</dc:creator>
		<pubDate>Thu, 26 Feb 2009 16:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=931#comment-29</guid>
		<description>Thanks for the help with this hook. 

Mind the apostrophes in the function. It should read:

/* use the feature box below header */
function taster() {
	echo &#039;some stuff in the feature box&#039;;
	}
	add_action(&#039;thesis_hook_feature_box&#039;, &#039;taster&#039;);

Mind the space in the css.  It should read:

/*text in feature box*/
custom.textbox {
border: 1px solid;
background: red;
font-size: 2em;
width: 100%;
text-align: center;
padding: 2em 0 2em 0;
}</description>
		<content:encoded><![CDATA[<p>Thanks for the help with this hook. </p>
<p>Mind the apostrophes in the function. It should read:</p>
<p>/* use the feature box below header */<br />
function taster() {<br />
	echo &#8217;some stuff in the feature box&#8217;;<br />
	}<br />
	add_action(&#8217;thesis_hook_feature_box&#8217;, &#8216;taster&#8217;);</p>
<p>Mind the space in the css.  It should read:</p>
<p>/*text in feature box*/<br />
custom.textbox {<br />
border: 1px solid;<br />
background: red;<br />
font-size: 2em;<br />
width: 100%;<br />
text-align: center;<br />
padding: 2em 0 2em 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akamaxbuz</title>
		<link>http://www.thesishacker.com/using-the-feature-box/comment-page-1#comment-28</link>
		<dc:creator>akamaxbuz</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=931#comment-28</guid>
		<description>Thanks, but...
I copied and pasted this into DreamWeaver:
/*use the feature box below header*/
function text (){
echo ‘ some stuff in the feature box’;
}
add_action(’thesis_hook_feature_box’, ‘text’);

And then I got errors. Looking closely, the single quotes pasted in as curly single quotes instead of the correct &quot;  &#039;  &quot; straight kind. Maybe it was just me.</description>
		<content:encoded><![CDATA[<p>Thanks, but&#8230;<br />
I copied and pasted this into DreamWeaver:<br />
/*use the feature box below header*/<br />
function text (){<br />
echo ‘ some stuff in the feature box’;<br />
}<br />
add_action(’thesis_hook_feature_box’, ‘text’);</p>
<p>And then I got errors. Looking closely, the single quotes pasted in as curly single quotes instead of the correct &#8221;  &#8216;  &#8221; straight kind. Maybe it was just me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John H. Farr</title>
		<link>http://www.thesishacker.com/using-the-feature-box/comment-page-1#comment-21</link>
		<dc:creator>John H. Farr</dc:creator>
		<pubDate>Mon, 02 Feb 2009 07:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=931#comment-21</guid>
		<description>I just wanted to say thanks. I&#039;m in a big hurry, and I&#039;ve gotten some good tips here.</description>
		<content:encoded><![CDATA[<p>I just wanted to say thanks. I&#8217;m in a big hurry, and I&#8217;ve gotten some good tips here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
