<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thesis Hacker &#187; layout</title>
	<atom:link href="http://www.thesishacker.com/category/layout/feed" rel="self" type="application/rss+xml" />
	<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>
			<item>
		<title>Make any page your home page</title>
		<link>http://www.thesishacker.com/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>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/make-any-page-your-home-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move the tagline to a different spot in the header</title>
		<link>http://www.thesishacker.com/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>
]]></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>
		</item>
		<item>
		<title>Add a drop cap to your post or page</title>
		<link>http://www.thesishacker.com/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>
]]></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>
		</item>
		<item>
		<title>Place a row of ads on your page</title>
		<link>http://www.thesishacker.com/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>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/place-a-row-of-ads-on-your-page/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Style any post differently than the rest with the css class box</title>
		<link>http://www.thesishacker.com/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>
]]></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>
		</item>
		<item>
		<title>The absolute easiest way to add your own header image</title>
		<link>http://www.thesishacker.com/the-absolute-easiest-way-to-add-your-own-header-image</link>
		<comments>http://www.thesishacker.com/the-absolute-easiest-way-to-add-your-own-header-image#comments</comments>
		<pubDate>Mon, 04 May 2009 16:58:15 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[header]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[header image]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1773</guid>
		<description><![CDATA[A lot of people read this and said &#8220;It&#8217;s not clickable&#8221;. And they&#8217;re right. This tutorial is to show you how to simply add your own custom image to your header area. It says nothing about making it clickable. I wrote another tutorial on a simple way to make your own custom &#8220;clickable&#8221; header image. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A lot of people read this and said &#8220;It&#8217;s not clickable&#8221;. And they&#8217;re right. This tutorial is to show you how to simply add your own custom image to your header area. It says nothing about making it clickable. I wrote another tutorial on a simple way to make your own custom &#8220;clickable&#8221; header image. <a href="http://www.thesishacker.com/the-easiest-way-to-add-a-clickable-header-image">Click here to read the entire tutorial.</a><br />
</strong><br />
I wrote a tutorial about 6 months ago showing how to add a custom image to the header. Since then, new Thesis versions and upgrades have been released. Functions, hooks, and css selectors have been changed. The latest version of Thesis is so much more streamlined than it was 6 months ago. The older tutorial still works fine, but it is overkill.</p>
<p>Here&#8217;s the easiest way to insert your own custom header image&#8230;</p>
<p>First, get rid of the default header by putting this in your custom_functions.php file&#8230;</p>
<p class="alert">remove_action ( &#8216;thesis_hook_header&#8217;,'thesis_default_header&#8217;);</p>
<p>Next, make sure your new header image is in the correct folder&#8230;</p>
<p><img class="alignnone size-full wp-image-1774" title="159" src="http://www.thesishacker.com/wp-content/uploads/2009/05/159.png" alt="159" width="194" height="107" /></p>
<p>Next, in your custom.css add this code&#8230;</p>
<p class="alert">.custom #header {background: url(images/your header image.jpg) no-repeat; height: Xem; width: Xem;}</p>
<p>Change the X to whatever number gives you the desired effect</p>
<p>And that, my friends, is it..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/the-absolute-easiest-way-to-add-your-own-header-image/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Multimedia box, feature box, it&#8217;s all the same</title>
		<link>http://www.thesishacker.com/multimedia-box-feature-box-use-your-own-custom-box</link>
		<comments>http://www.thesishacker.com/multimedia-box-feature-box-use-your-own-custom-box#comments</comments>
		<pubDate>Fri, 01 May 2009 21:50:18 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[feature box]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[multimedia box]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[custom box]]></category>
		<category><![CDATA[hook map]]></category>
		<category><![CDATA[make your own multimedia box]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[thesis hacker]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1752</guid>
		<description><![CDATA[Hey everyone, this lesson goes along with this one to show you the benefits of making your own custom box. Throughout this site you&#8217;ll see that there aren&#8217;t may tut&#8217;s focused on the multimedia box, or the feature box. The reason&#8230;.
It just aint worth it&#8230;
Do you realize that you have far more flexibility to make [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone, this lesson goes along with <a href="http://www.thesishacker.com/make-your-own-multimedia-box">this one</a> to show you the benefits of making your own custom box. Throughout this site you&#8217;ll see that there aren&#8217;t may tut&#8217;s focused on the multimedia box, or the feature box. The reason&#8230;.</p>
<p><strong>It just aint worth it&#8230;</strong></p>
<p>Do you realize that you have far more flexibility to make your own box in html? When you make a simple box, <em>it is a multimedia box!</em> You can put any type of code in it you want. You can insert images, video, php code, javascript. Anything you put in the Thesis multimedia box or the feature box, you can put into your own custom box!</p>
<p>Don&#8217;t get me wrong, the mm box and feature box are cool things to have but if you really want to take your customization to the next level then read on&#8230;</p>
<p>Look how limited the feature box is. You can only put it above content or above content and sidebars. Not only that, just to get it working is kind of a pain in the rear. Look at the multimedia box, it seems to be forever stuck in the upper right hand side.</p>
<p>People, look outside the box (pun is intentional) Make your own custom box and put it wherever you want</p>
<p>How do you make your own box? Check out<a href="http://www.thesishacker.com/make-your-own-multimedia-box"> this tutuorial</a></p>
<p>Now, just to give you an idea of what I&#8217;m talking about. I made a simple box and just for the heck of it I placed it in a bunch of places. Check it out&#8230;</p>
<p><img class="alignnone size-full wp-image-1754" style="border: 1px solid black;" title="156" src="http://www.thesishacker.com/wp-content/uploads/2009/05/156.png" alt="156" width="559" height="960" /></p>
<p>Now remember, you can make these boxes any way you want. The possibilities are endless. Stretch them any way you want. You can make them wider, smaller, bigger, taller, different colors, different borders, and all the while, inserting your own custom code inside them!</p>
<p>I left the multimedia box in the example to show you how stagnant it is and how dynamic your own custom box can be</p>
<p>Check out the <a href="http://www.thesishacker.com/298">hook map</a> to see where all the hooks are placed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/multimedia-box-feature-box-use-your-own-custom-box/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make your own multimedia box</title>
		<link>http://www.thesishacker.com/make-your-own-multimedia-box</link>
		<comments>http://www.thesishacker.com/make-your-own-multimedia-box#comments</comments>
		<pubDate>Mon, 27 Apr 2009 00:03:12 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[hooks]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[multimedia box]]></category>
		<category><![CDATA[make your own multimedia box]]></category>
		<category><![CDATA[mm box]]></category>
		<category><![CDATA[move multimedia box]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[thesis hacker]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1721</guid>
		<description><![CDATA[The mm box is a great feature but did you know you can make your very own simple mm box and place it any where you want on your site? Basically you&#8217;re going to make a box in in html, place it with a function, and style it in your custom.css file. Once you create [...]]]></description>
			<content:encoded><![CDATA[<p>The mm box is a great feature but did you know you can make your very own simple mm box and place it any where you want on your site? Basically you&#8217;re going to make a box in in html, place it with a function, and style it in your custom.css file. Once you create the box you can put any code you want in it&#8230;php, javascript, html, embed a video, your own custom code.</p>
<p>Check it out&#8230;</p>
<p><img class="alignnone size-full wp-image-1722" title="155" src="http://www.thesishacker.com/wp-content/uploads/2009/04/155.png" alt="155" width="539" height="290" /></p>
<p><img class="alignnone size-full wp-image-1723" title="154" src="http://www.thesishacker.com/wp-content/uploads/2009/04/154.png" alt="154" width="541" height="391" /></p>
<p>First you want to create the box with a simple function in your custom.functions.php file&#8230;</p>
<p class="alert">
function mymmbox() { ?&gt;<br />
       &lt;div class=&quot;mymmbox&quot;&gt;&lt;/div&gt;<br />
&lt;?<br />
}</p>
<p>I gave it a class name of &#8220;mymmbox&#8221; so that I can style it in my custom.css file. Name it whatever you want</p>
<p>Next I styled it in my custom.css file</p>
<p class="alert">.custom .mymmbox {<br />
width: 91em;<br />
height: 20em;<br />
border: 1px solid<br />
margin-left: 2em;<br />
margin-bottom: 2em;<br />
}</p>
<p>Then I decided I wanted to place it under my header so I added it with a hook</p>
<p class="alert">
function mymmbox() { ?&gt;<br />
       &lt;div class=&quot;mymmbox&quot;&gt;&lt;/div&gt;<br />
&lt;?<br />
}<br />
add_action(&#8217;thesis_hook_after_header&#8217; , &#8216;mymmbox&#8217;);</p>
<p>So there you have it. A real basic box that you can put anything into. Whatever you want to put in the new box, you place the code between the two &lt;div&gt; tags in the function.</p>
<p>You can now move it around anywhere you want with hooks in your custom.functions.php file, and you can change everything from the color, borders, size, etc, all in your custom.css</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/make-your-own-multimedia-box/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Change the order of your nav links in your nav bar</title>
		<link>http://www.thesishacker.com/change-the-order-of-your-nav-links-in-your-nav-bar</link>
		<comments>http://www.thesishacker.com/change-the-order-of-your-nav-links-in-your-nav-bar#comments</comments>
		<pubDate>Fri, 24 Apr 2009 19:07:45 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[layout]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[nav bar]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[change order]]></category>
		<category><![CDATA[nav]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[thesis hacker]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1711</guid>
		<description><![CDATA[This is really easy to do. You need to be running Thesis 1.5 v7&#8230;


Go to your Dashboard &#8212;-&#62;Appearance &#8212;-&#62;Thesis Options &#8212;-&#62;Navigation Menu&#8230;

Just click and hold between the boxes and you can drag them into whatever order you want.
]]></description>
			<content:encoded><![CDATA[<p>This is really easy to do. You need to be running Thesis 1.5 v7&#8230;</p>
<p><img class="alignnone size-full wp-image-1712" title="151" src="http://www.thesishacker.com/wp-content/uploads/2009/04/151.png" alt="151" width="512" height="93" /></p>
<p><img class="alignnone size-full wp-image-1713" title="152" src="http://www.thesishacker.com/wp-content/uploads/2009/04/152.png" alt="152" width="513" height="94" /></p>
<p>Go to your Dashboard &#8212;-&gt;Appearance &#8212;-&gt;Thesis Options &#8212;-&gt;Navigation Menu&#8230;</p>
<p><img class="alignnone size-full wp-image-1714" title="153" src="http://www.thesishacker.com/wp-content/uploads/2009/04/153.png" alt="153" width="331" height="442" /></p>
<p>Just click and hold between the boxes and you can drag them into whatever order you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-the-order-of-your-nav-links-in-your-nav-bar/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add shadow border to your blog page</title>
		<link>http://www.thesishacker.com/add-shadow-border-to-your-blog-page</link>
		<comments>http://www.thesishacker.com/add-shadow-border-to-your-blog-page#comments</comments>
		<pubDate>Sun, 15 Mar 2009 21:54:40 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[borders]]></category>
		<category><![CDATA[home page]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[shadows]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[thesis hacker]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1468</guid>
		<description><![CDATA[If you want to create a subtle 3d shadow border around your blog page&#8230;

Try this technique&#8230;
First thing I did is made an image in photoshop. Use any graphic program you want. It&#8217;s 1050 px wide X 100 px tall. I uploaded it to my server and placed it in the custom/images folder. This is what [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to create a subtle 3d shadow border around your blog page&#8230;</p>
<p><a rel="attachment wp-att-1470" href="http://www.thesishacker.com/add-shadow-border-to-your-blog-page/attachment/134"><img class="alignnone size-full wp-image-1470" title="134" src="http://www.thesishacker.com/wp-content/uploads/2009/03/134.png" alt="134" width="542" height="345" /></a></p>
<p>Try this technique&#8230;</p>
<p>First thing I did is made an image in photoshop. Use any graphic program you want. It&#8217;s 1050 px wide X 100 px tall. I uploaded it to my server and placed it in the custom/images folder. This is what it looks like. It&#8217;s been shrunken down to fit within this blog post&#8230;.</p>
<p>Shadow.png:</p>
<p><a rel="attachment wp-att-1471" href="http://www.thesishacker.com/add-shadow-border-to-your-blog-page/shadow"><img class="alignnone size-full wp-image-1471" title="shadow" src="http://www.thesishacker.com/wp-content/uploads/2009/03/shadow.png" alt="shadow" width="536" height="51" /></a></p>
<p>Next, put the image onto the background by placing the following code in the custom.css file and uploading it to your server. You can move the image from left to right with the first % value. Adjust it to create your desired effect.</p>
<p class="alert">body.custom {background: url(images/shadow.png) repeat-y scroll 50% 0 ;}</p>
<p>And that&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/add-shadow-border-to-your-blog-page/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

