<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Thesis Hacker</title>
	
	<link>http://www.thesishacker.com</link>
	<description>Customize Thesis</description>
	<lastBuildDate>Thu, 21 May 2009 16:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ThesisHacker" /><feedburner:info uri="thesishacker" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ThesisHacker</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Make any page your home page</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/T0tvOT10EVQ/make-any-page-your-home-page</link>
		<comments>http://www.thesishacker.com/make-any-page-your-home-page#comments</comments>
		<pubDate>Thu, 21 May 2009 16:22:45 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[home page]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[make any page your home page]]></category>
		<category><![CDATA[pick a home page]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1896</guid>
		<description><![CDATA[You can make any existing page you have, or make a new page your homepage&#8230;
If you want to create a brand new page and have it be your homepage, create a page and publish it. Then go to Dashboard&#8212;&#62;Settings&#8212;&#62;Reading&#8230;

From here&#8230;
If you pick your latest posts to display, you&#8217;ll have to change the features and teasers [...]]]></description>
			<content:encoded><![CDATA[<p>You can make any existing page you have, or make a new page your homepage&#8230;</p>
<p>If you want to create a brand new page and have it be your homepage, create a page and publish it. Then go to Dashboard&#8212;&gt;Settings&#8212;&gt;Reading&#8230;</p>
<p><img class="alignnone size-full wp-image-1897" title="168" src="http://www.thesishacker.com/wp-content/uploads/2009/05/168.png" alt="168" width="544" height="476" /></p>
<p>From here&#8230;</p>
<p>If you pick your latest posts to display, you&#8217;ll have to change the features and teasers to what you want it to be</p>
<p>If you pick a static page, you have the choice to chose any page that you have created already</p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/T0tvOT10EVQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/make-any-page-your-home-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/make-any-page-your-home-page</feedburner:origLink></item>
		<item>
		<title>Add a date stamp with an icon on your post</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/Zz3mAASvMBo/add-a-date-stamp-with-an-icon-on-your-post</link>
		<comments>http://www.thesishacker.com/add-a-date-stamp-with-an-icon-on-your-post#comments</comments>
		<pubDate>Wed, 20 May 2009 16:00:24 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[byline]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[add date stamp]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[date icon]]></category>
		<category><![CDATA[date stamp]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1882</guid>
		<description><![CDATA[Check out the little icon with the date of the post in the top right corner. Here&#8217;s how I made it&#8230;
The first thing to do is gather the php code that will generate the time of the post&#8230;
 the_time(&#8217;M') gets the month of the date
 the_time(&#8217;j') gets the day of the date
 the_time(&#8217;Y') gets the [...]]]></description>
			<content:encoded><![CDATA[<p>Check out the little icon with the date of the post in the top right corner. Here&#8217;s how I made it&#8230;</p>
<p>The first thing to do is gather the php code that will generate the time of the post&#8230;</p>
<p> the_time(&#8217;M') <em>gets the month of the date</em><br />
 the_time(&#8217;j') <em>gets the day of the date</em><br />
 the_time(&#8217;Y') <em>gets the year of the date</em></p>
<p>For more info on the date code <a href="http://codex.wordpress.org/Formatting_Date_and_Time">check out this</a></p>
<p>Next, I made the little icon in photoshop. You can make your own or find free icons by doing a search. I uploaded the image to my custom/images file</p>
<p>Next, I created a function, added the image, wrapped it in div tags, and gave it a class name&#8230;</p>
<p class="alert">
function calendar (){ ?&gt;<br />
	&lt;div class=&quot;calendaricon&quot;&gt;<br />
        &lt;? echo &#8216;&lt;img src=&quot;http://www.thesishacker.com/wp-content/themes/thesis/custom/images         /calendar.png&quot; /&gt;&#8217;; ?&gt;<br />
	&lt;/div&gt;<br />
&lt;?<br />
}</p>
<p>Next, I added the date code, and gave each one a class name so I could style each one separately in my css</p>
<p class="alert">function calendar (){ ?&gt;<br />
	&lt;div class=&quot;calendaricon&quot;&gt;<br />
		&lt;? echo &#8216;&lt;img src=&quot;http://www.thesishacker.com/wp-content/themes/thesis/custom/images/calendar.png&quot; /&gt;&#8217;; ?&gt;<br />
		&lt;div class=&quot;month&quot;&gt;&lt;? the_time(&#8217;M') ?&gt;&lt;/div&gt;<br />
		&lt;div class=&quot;day&quot;&gt;&lt;? the_time(&#8217;j') ?&gt;&lt;/div&gt;<br />
		&lt;div class=&quot;year&quot;&gt;&lt;? the_time(&#8217;Y') ?&gt;&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>Finally, I added the whole thing with a hook&#8230;</p>
<p class="alert">function calendar (){ ?&gt;<br />
	&lt;div class=&quot;calendaricon&quot;&gt;<br />
		&lt;? echo &#8216;&lt;img src=&quot;http://www.thesishacker.com/wp-content/themes/thesis/custom/images/calendar.png&quot; /&gt;&#8217;; ?&gt;<br />
		&lt;div class=&quot;month&quot;&gt;&lt;? the_time(&#8217;M') ?&gt;&lt;/div&gt;<br />
		&lt;div class=&quot;day&quot;&gt;&lt;? the_time(&#8217;j') ?&gt;&lt;/div&gt;<br />
		&lt;div class=&quot;year&quot;&gt;&lt;? the_time(&#8217;Y') ?&gt;&lt;/div&gt;<br />
	&lt;/div&gt;<br />
&lt;?<br />
}<br />
add_action(&#8217;thesis_hook_before_headline&#8217;, &#8216;calendar&#8217;);</p>
<p>Now in my custom.css I can style each part of the date stamp including the day, month, year, and the image&#8230;</p>
<p class="alert">
.custom .calendaricon {float: right;<br />
                                             margin-top: -1em;}<br />
.custom .month {text-transform: uppercase;<br />
                           font-family: arial;<br />
                           margin-top: -5.5em;<br />
                           margin-left: 2.2em;}<br />
.custom .day {font-family: arial;<br />
                       margin-left: 2.99em;<br />
                       padding-top: .3em;<br />
                       padding-bottom: 2.2em;}<br />
.custom .year {font-family: arial;<br />
                        margin-left: 2.1999em;<br />
                        margin-top: -2.2em;}</p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/Zz3mAASvMBo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/add-a-date-stamp-with-an-icon-on-your-post/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/add-a-date-stamp-with-an-icon-on-your-post</feedburner:origLink></item>
		<item>
		<title>Remove comments are closed statement</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/cd9Ge8XDVXs/remove-comments-are-closed-statement</link>
		<comments>http://www.thesishacker.com/remove-comments-are-closed-statement#comments</comments>
		<pubDate>Tue, 19 May 2009 17:03:46 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[comments]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[remove comments]]></category>
		<category><![CDATA[remove comments are closed]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1868</guid>
		<description><![CDATA[If you want to get rid of this&#8230;

Put this in your custom.css&#8230;
.custom .comments_closed p {display: none ;}
If you want to remove that statement on only certain individual pages, check out how to style any page or post differently than all the rest HERE
]]></description>
			<content:encoded><![CDATA[<p>If you want to get rid of this&#8230;</p>
<p><img class="alignnone size-full wp-image-1869" title="167" src="http://www.thesishacker.com/wp-content/uploads/2009/05/167.png" alt="167" width="274" height="75" /></p>
<p>Put this in your custom.css&#8230;</p>
<p class="alert">.custom .comments_closed p {display: none ;}</p>
<p>If you want to remove that statement on only certain individual pages, check out how to style any page or post differently than all the rest <a href="http://www.thesishacker.com/style-any-post-differently-than-the-rest-with-the-css-class-box">HERE</a></p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/cd9Ge8XDVXs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/remove-comments-are-closed-statement/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/remove-comments-are-closed-statement</feedburner:origLink></item>
		<item>
		<title>The easiest way to add a “clickable” header image</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/89cNuL2yRPY/the-easiest-way-to-add-a-clickable-header-image</link>
		<comments>http://www.thesishacker.com/the-easiest-way-to-add-a-clickable-header-image#comments</comments>
		<pubDate>Mon, 18 May 2009 19:16:46 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[header]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[clickable header image]]></category>
		<category><![CDATA[clickable image]]></category>
		<category><![CDATA[header image]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1853</guid>
		<description><![CDATA[I wrote an earlier tutorial about showing the easiest way to add a header image HERE.  I had a lot of feedback saying that it wasn&#8217;t clickable. That&#8217;s absolutely correct because it isn&#8217;t. That tutorial shows how to add a header image and that&#8217;s it. It never said anything about being clickable.
The following tutorial, in [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote an earlier tutorial about showing the easiest way to add a header image <a href="http://www.thesishacker.com/the-absolute-easiest-way-to-add-your-own-header-image">HERE</a>.  I had a lot of feedback saying that it wasn&#8217;t clickable. That&#8217;s absolutely correct because it isn&#8217;t. That tutorial shows how to add a <em>header image</em> and that&#8217;s it. It never said anything about being clickable.</p>
<p>The following tutorial, in my opinion, is the easiest way to add a <em>clickable</em> header image&#8230;.</p>
<p>First, make sure your image is in your custom.css file&#8230;</p>
<p>Next, in your custom_functions.php file, create a simple function and assign it a div tag with a unique name so you can style the <em>header area</em> in your custom.css&#8230;</p>
<p class="alert">function myheader() {?&gt;<br />
&lt;div class=&#8221;myheader-space&#8221;&gt;&lt;/div&gt;<br />
}</p>
<p>Next, add the image to the function with the complete file path to the image and give it a class name so you can style the <em>image size</em> in your custom.css&#8230;</p>
<p class="alert">function myheader() {?&gt;<br />
&lt;div class=&#8221;myheader-space&#8221;&gt;&lt;img class=&#8221;myheader&#8221; src=&#8221;http://www.my site.com/wp-content/themes/thesis/custom/images/headerimage.jpg&#8221;/&gt;&lt;/div&gt;<br />
}</p>
<p>Next, wrap the image with the link to where you want the header image to click to&#8230;</p>
<p class="alert">function myheader() {?&gt;<br />
&lt;div class=&#8221;myheader-space&#8221;&gt;&lt;a href=&#8221;http://www.where I want it to go.com&#8221;&gt;&lt;img class=&#8221;myheader&#8221; src=&#8221;http://www.hedonism-inc.com/wp-content/themes/thesis/custom/images/headerimage.jpg&#8221;/&gt;&lt;/a&gt;&lt;/div&gt;<br />
}</p>
<p>Finally, remove the default header and replace it with your new one&#8230;</p>
<p class="alert">function myheader() {?<br />
&lt;div class=&quot;myheader-space&quot;&gt;&lt;a href=&quot;http://www.where I want it to go.com&quot;&gt;&lt;img class=&quot;myheader&quot; src=&quot;http://www.my-site.com/wp-content/themes/thesis/custom/images/headerimage.jpg&quot;/&gt;&lt;/a&gt;&gt;/div&gt;<br />
&lt;?<br />
}<br />
remove_action(&#8217;thesis_hook_header&#8217;,'thesis_default_header&#8217;);<br />
add_action(&#8217;thesis_hook_header&#8217;,'myheader&#8217;);</p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/89cNuL2yRPY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/the-easiest-way-to-add-a-clickable-header-image/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/the-easiest-way-to-add-a-clickable-header-image</feedburner:origLink></item>
		<item>
		<title>Change the color of the tagline in the header</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/q1WURS4yEmA/change-the-color-of-the-tagline-in-the-header</link>
		<comments>http://www.thesishacker.com/change-the-color-of-the-tagline-in-the-header#comments</comments>
		<pubDate>Fri, 15 May 2009 16:04:32 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[colors]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[tagline]]></category>
		<category><![CDATA[change color]]></category>
		<category><![CDATA[change color of tagline]]></category>
		<category><![CDATA[color]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1825</guid>
		<description><![CDATA[I&#8217;ve gotten a lot of requests for changing the color of the tagline and moving the tagline. To change the color, keep reading. To change the position, go HERE.


In your custom.css add this&#8230;
.custom #header #tagline {color: #000000;}
Change the hexadecimal number to whatever gives you the desired effect
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten a lot of requests for changing the color of the tagline and moving the tagline. To change the color, keep reading. To change the position, go <a href="http://www.thesishacker.com/move-the-tagline-to-a-different-spot-in-the-header">HERE.</a></p>
<p><img class="alignnone size-full wp-image-1826" title="164" src="http://www.thesishacker.com/wp-content/uploads/2009/05/164.png" alt="164" width="487" height="232" /></p>
<p><img class="alignnone size-full wp-image-1827" title="165" src="http://www.thesishacker.com/wp-content/uploads/2009/05/165.png" alt="165" width="484" height="228" /></p>
<p>In your custom.css add this&#8230;</p>
<p class="alert">.custom #header #tagline {color: #000000;}</p>
<p>Change the hexadecimal number to whatever gives you the desired effect</p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/q1WURS4yEmA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-the-color-of-the-tagline-in-the-header/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/change-the-color-of-the-tagline-in-the-header</feedburner:origLink></item>
		<item>
		<title>Move the tagline to a different spot in the header</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/jLzY3m-wQUM/move-the-tagline-to-a-different-spot-in-the-header</link>
		<comments>http://www.thesishacker.com/move-the-tagline-to-a-different-spot-in-the-header#comments</comments>
		<pubDate>Fri, 15 May 2009 16:02:56 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[header]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[tagline]]></category>
		<category><![CDATA[move tagline]]></category>
		<category><![CDATA[move tagline inside header]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1831</guid>
		<description><![CDATA[There are a couple of different ways you can move the tagline inside your header.


One way is to just play around with the different margins on all sides. In your custom.css add this&#8230;
.custom #header #tagline {
margin-left: Xem;
margin-right: Xem;
margin-top: Xem;
margin-bottom: Xem;
}
Replace X with a number that gives you the desired effect
The only drawback with this is [...]]]></description>
			<content:encoded><![CDATA[<p>There are a couple of different ways you can move the tagline inside your header.</p>
<p><img class="alignnone size-full wp-image-1832" title="1651" src="http://www.thesishacker.com/wp-content/uploads/2009/05/1651.png" alt="1651" width="484" height="228" /></p>
<p><img class="alignnone size-full wp-image-1833" title="166" src="http://www.thesishacker.com/wp-content/uploads/2009/05/166.png" alt="166" width="548" height="148" /></p>
<p>One way is to just play around with the different margins on all sides. In your custom.css add this&#8230;</p>
<p class="alert">.custom #header #tagline {<br />
margin-left: Xem;<br />
margin-right: Xem;<br />
margin-top: Xem;<br />
margin-bottom: Xem;<br />
}</p>
<p>Replace X with a number that gives you the desired effect</p>
<p>The only drawback with this is that when you play around with the top and bottom margins it will increase or decrease the total height of your header area as you increase or decrease the top and bottom margins.</p>
<p>The alternative, give the tagline an absolute position and then place it along it&#8217;s x and y axis&#8217; from the top of the page with the following in your custom.css&#8230;</p>
<p class="alert">.custom #header #tagline {<br />
position: absolute;<br />
top: Xem;<br />
left: Xem;<br />
}</p>
<p>Replace X with a number that gives you the desired effect</p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/jLzY3m-wQUM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/move-the-tagline-to-a-different-spot-in-the-header/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/move-the-tagline-to-a-different-spot-in-the-header</feedburner:origLink></item>
		<item>
		<title>Add a drop cap to your post or page</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/zTOtUmAZtrw/add-a-drop-cap-to-your-post-or-page</link>
		<comments>http://www.thesishacker.com/add-a-drop-cap-to-your-post-or-page#comments</comments>
		<pubDate>Tue, 12 May 2009 17:29:29 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[add drop cap]]></category>
		<category><![CDATA[drop cap]]></category>
		<category><![CDATA[drop cap post page]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1815</guid>
		<description><![CDATA[The letter &#8220;T&#8221; that begins this sentence is an example of a drop cap. This was made by just assigning the very first letter of the sentence a unique class name and styling it in my custom.css file. You can make a class for the drop cap and use it over and over again on [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>he letter &#8220;T&#8221; that begins this sentence is an example of a drop cap. This was made by just assigning the very first letter of the sentence a unique class name and styling it in my custom.css file. You can make a class for the drop cap and use it over and over again on any post or page on your site. Here&#8217;s a really simple way to create your own individual drop cap.</p>
<p>The first thing you want to do is assign a unique name to the drop cap class and put it in your custom.css. I named mine simply &#8220;dropcap&#8221;&#8230;</p>
<p class="alert">.custom .dropcap {}</p>
<p>Next, figure out where you want to place the drop cap and insert the following tags with the unique class name&#8230;</p>
<p class="alert">&lt;span class=&#8221;dropcap&#8221;&gt;  &lt;/span&gt;</p>
<p>For example, I wanted to put a drop cap at the beginning of the opening paragraph of this post..</p>
<p class="alert">&lt;span class=&#8221;dropcap&#8221;&gt; T  &lt;/span&gt;he  letter &#8220;T&#8221; that begins this sentence is an example of a drop cap. This was made using the Arial font. You can make a class for the drop cap and use it over and over again on any post or page on you site. Here&#8217;s a really simple way to create your own individual drop cap.</p>
<p>Now in my custom.css I add some styles to the drop cap to make it look like the way I want&#8230;</p>
<p class="alert">.custom .dropcap {<br />
color: blue;<br />
float: left;<br />
font-size: 4.8em;<br />
margin: .3em .2em .1em 0;<br />
}</p>
<p>You can pick and chose how you want your own drop cap to look with your own styles</p>
<p>Now you can place this in any post or page. When you&#8217;re writing or editing a post or page, make sure you&#8217;re in the html editor&#8230;</p>
<p><img class="alignnone size-full wp-image-1820" title="471" src="http://www.thesishacker.com/wp-content/uploads/2009/05/471.png" alt="471" width="531" height="81" /></p>
<p>and simply apply the tags from the example above and wrap them around whatever letter you want to do it to</p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/zTOtUmAZtrw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/add-a-drop-cap-to-your-post-or-page/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/add-a-drop-cap-to-your-post-or-page</feedburner:origLink></item>
		<item>
		<title>Highlight any part of your post or page</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/UjPojF8qoDk/highlight-any-part-of-your-post-or-page</link>
		<comments>http://www.thesishacker.com/highlight-any-part-of-your-post-or-page#comments</comments>
		<pubDate>Tue, 12 May 2009 00:01:21 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[colors]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[highlight page]]></category>
		<category><![CDATA[highlight post]]></category>
		<category><![CDATA[highlight section]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1802</guid>
		<description><![CDATA[
You can highlight anything from individual words, to sentences, to entire paragraphs. First thing you&#8217;re going to do is figure out a class name. This name will be used over and over again to put the highlight anywhere in any post or page
I named mine &#8220;my-highlight&#8221;
Add the name to your custom.css and chose a color [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1803" title="163" src="http://www.thesishacker.com/wp-content/uploads/2009/05/163.png" alt="163" width="560" height="558" /></p>
<p>You can highlight anything from individual words, to sentences, to entire paragraphs. First thing you&#8217;re going to do is figure out a class name. This name will be used over and over again to put the highlight anywhere in any post or page</p>
<p>I named mine &#8220;my-highlight&#8221;</p>
<p>Add the name to your custom.css and chose a color you want for the background</p>
<p class="alert">.custom .my-highlight {background: #fefdaa ;}</p>
<p>Now, when you write a post or page and you want to insert the highlight anywhere you want make sure you&#8217;re in the html editor&#8230;</p>
<p><img class="alignnone size-full wp-image-1804" title="47" src="http://www.thesishacker.com/wp-content/uploads/2009/05/47.png" alt="47" width="531" height="81" /></p>
<p>Pick where you want the highlight to start and type in this with the name you gave the class for the highlight&#8230;</p>
<p class="alert">&lt;span class=&#8221;my-highlight&#8221;&gt;</p>
<p>Where you want the highlight to stop just add this&#8230;</p>
<p class="alert">&lt;/span&gt;</p>
<p>For example I want to add a highlight to this sentence you would do it like this&#8230;</p>
<p class="alert">Lorem ipsum dolor sit amet, &lt;span class=&#8221;my-highlight&#8221;&gt;consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt&lt;/span&gt; ut laoreet dolore magna aliquam erat </p>
<p>Now it doesn&#8217;t matter what post or page you&#8217;re writing because you have the selector in your custom.css so all you have to do is call it with the class name you gave it. </p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/UjPojF8qoDk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/highlight-any-part-of-your-post-or-page/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/highlight-any-part-of-your-post-or-page</feedburner:origLink></item>
		<item>
		<title>Place a row of ads on your page</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/HLl2AibWOdk/place-a-row-of-ads-on-your-page</link>
		<comments>http://www.thesishacker.com/place-a-row-of-ads-on-your-page#comments</comments>
		<pubDate>Thu, 07 May 2009 19:17:11 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[ads]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[ads in a post]]></category>
		<category><![CDATA[ads on a page]]></category>
		<category><![CDATA[place ads]]></category>
		<category><![CDATA[row of ads]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1792</guid>
		<description><![CDATA[
This is cool and simple way of placing as many ads as you want on your site&#8230;
First thing is to upload your ads into the custom/images folder on your server
The ads in this example are 125 x 125 which is pretty typical
Next, create a simple function in your custom_functions.php to add the ads, put div [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1793" title="162" src="http://www.thesishacker.com/wp-content/uploads/2009/05/162.png" alt="162" width="570" height="354" /></p>
<p>This is cool and simple way of placing as many ads as you want on your site&#8230;</p>
<p>First thing is to upload your ads into the custom/images folder on your server</p>
<p>The ads in this example are 125 x 125 which is pretty typical</p>
<p>Next, create a simple function in your custom_functions.php to add the ads, put div tags for the ads, and give it a class name&#8230;</p>
<p class="alert">
function ad(){?&gt;<br />
&lt;div class=&quot;ads&quot;&gt;<br />
&lt;/div&gt;<br />
&lt;?<br />
}</p>
<p>Next, add an unordered list of the ads your going to use between the two div tags and include the path to the image. Your path may be different than the example below&#8230;</p>
<p class="alert">
function ad(){?&gt;<br />
&lt;div class=&quot;ads&quot;&gt;<br />
	&lt;ul &gt;<br />
		     &lt;li&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/thesis/custom/images/ad1.png&quot;&gt;&lt;/li&gt;<br />
		     &lt;li&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/thesis/custom/images/ad2.png&quot;&gt;&lt;/li&gt;<br />
		     &lt;li&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/thesis/custom/images/ad3.png&quot;&gt;&lt;/li&gt;<br />
		     &lt;li&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/thesis/custom/images/ad4.png&quot;&gt;&lt;/li&gt;<br />
	&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;?<br />
}</p>
<p>I decided to put them right under the header so I placed them with the appropriate hook. Here&#8217;s how the entire function looks&#8230;</p>
<p class="alert">
function ad(){?&gt;<br />
&lt;div class=&quot;ads&quot;&gt;<br />
	&lt;ul &gt;<br />
		     &lt;li&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/thesis/custom/images/ad1.png&quot;&gt;&lt;/li&gt;<br />
		     &lt;li&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/thesis/custom/images/ad2.png&quot;&gt;&lt;/li&gt;<br />
		     &lt;li&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/thesis/custom/images/ad3.png&quot;&gt;&lt;/li&gt;<br />
		     &lt;li&gt;&lt;img src=&quot;http://www.mysite.com/wp-content/themes/thesis/custom/images/ad4.png&quot;&gt;&lt;/li&gt;<br />
	&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;?<br />
}<br />
add_action(&#8217;thesis_hook_after_header&#8217;,'ads&#8217;);</p>
<p>Next, add the class to your custom.css and include one for the unordered list of images&#8230;</p>
<p class="alert"> .custom .ads{}<br />
.custom .ads ul li{}</p>
<p>These are the properties and values I used, yours may be different&#8230;</p>
<p class="alert">
.custom .ads{padding: 1em; width: 94em; height: 10em;}<br />
.custom .ads ul li{display: inline; margin-right: 1em;}</p>
<p>This is a really simple, fast, and effective way of placing ads on your site. Remember you can add as many ads as you want. you can also place them vertically, or in the sidebar, in the footer, in the header, etc. The possibilities are endless. </p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/HLl2AibWOdk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/place-a-row-of-ads-on-your-page/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/place-a-row-of-ads-on-your-page</feedburner:origLink></item>
		<item>
		<title>Style any post differently than the rest with the css class box</title>
		<link>http://feedproxy.google.com/~r/ThesisHacker/~3/QVK933xQB2w/style-any-post-differently-than-the-rest-with-the-css-class-box</link>
		<comments>http://www.thesishacker.com/style-any-post-differently-than-the-rest-with-the-css-class-box#comments</comments>
		<pubDate>Tue, 05 May 2009 18:29:26 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[layout]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css class]]></category>
		<category><![CDATA[custom.css]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[style an individual page]]></category>
		<category><![CDATA[style individual posts]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1786</guid>
		<description><![CDATA[There is a really cool feature in Thesis that is greatly overlooked and underused. It&#8217;s the css class option located below the editor on the &#8220;add new post&#8221; page&#8230;

What this does is it allows you to give the post your writing or editing a unique class name. Once you do this, you can give it [...]]]></description>
			<content:encoded><![CDATA[<p>There is a really cool feature in Thesis that is greatly overlooked and underused. It&#8217;s the css class option located below the editor on the &#8220;add new post&#8221; page&#8230;</p>
<p><img class="alignnone size-full wp-image-1787" title="161" src="http://www.thesishacker.com/wp-content/uploads/2009/05/161.png" alt="161" width="402" height="137" /></p>
<p>What this does is it allows you to give the post your writing or editing a unique class name. Once you do this, you can give it whatever styles you want in your custom.css.</p>
<p>For example, let&#8217;s say I&#8217;m writing a new post and I when that post gets published I want it to have a red sidebar. No other posts on my site have a colored sidebar but I want this one to.</p>
<p>Knowing that I&#8217;m going to style this post different than any other post I&#8217;m going to give it a class name of &#8220;red post&#8221; so in the css class box I type in</p>
<p class="alert">red-post</p>
<p>Now, you have to figure out what you want to style and then put those selectors in the custom.css. I know that I want to make one of my sidebars red so in my custom.css I drop this code in&#8230;</p>
<p class="alert">.red-post #sidebar_2 {background-color: red;}</p>
<p>My sidebar 2 changes to red and it&#8217;s the only post on my site that has a red sidebar</p>
<p>You can style any selector you want on the page.</p>
<p>The css class is a very powerful feature and highly underused. You can literally make every single page on your site completely different from all the rest. Let your imagination do the styling. The possibilities are endless..</p>
<img src="http://feeds.feedburner.com/~r/ThesisHacker/~4/QVK933xQB2w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/style-any-post-differently-than-the-rest-with-the-css-class-box/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.thesishacker.com/style-any-post-differently-than-the-rest-with-the-css-class-box</feedburner:origLink></item>
	</channel>
</rss>

