<?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 Tutor</title>
	<atom:link href="http://thesistutor.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesistutor.com</link>
	<description>Tutorials For The Thesis Wordpress Theme &#124; Video Tutorials For The Thesis Wordpress Theme</description>
	<lastBuildDate>Sat, 06 Mar 2010 15:02:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Make A Rotating Header Image In Thesis</title>
		<link>http://thesistutor.com/how-to-make-a-rotating-header-image-in-thesis/</link>
		<comments>http://thesistutor.com/how-to-make-a-rotating-header-image-in-thesis/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 23:36:46 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Header]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=942</guid>
		<description><![CDATA[
When Chris Pearson, the creator of Thesis, recently redesigned Pearsonified.com on Thesis, he did something amazingly cool: he put rotating images in his header area.
Well, I was so inspired by his design that I wanted to figure out how he did it. It turns out that putting rotating images in your header is extremely easy.
On [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><embed src="http://blip.tv/play/AYHK%2BSQA" type="application/x-shockwave-flash" width="720" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>When Chris Pearson, the creator of <a href="http://thesistutor.com/diythemes">Thesis</a>, recently redesigned <a href="http://pearsonified.com">Pearsonified.com</a> on Thesis, he did something amazingly cool: he put rotating images in his header area.</p>
<p>Well, I was so inspired by his design that I wanted to figure out how he did it. It turns out that putting rotating images in your header is extremely easy.</p>
<h2>On the backside.</h2>
<p>Well, let&#8217;s get started. From the Wordpress Dashboard, go to Thesis Options -> Design Options -> Feature Box.</p>
<p>In this tutorial, I am setting the Feature Box to &#8220;Full Width Above Content And Sidebars.&#8221; It is completely up to you whether you chose to show the rotator on every page or just the home page.</p>
<h2>The Code</h2>
<p>Let&#8217;s start with the Custom.CSS. I just want to warn you right now: <strong>THIS IS SUPER EASY!</strong></p>
<p>Copy and paste the following into your Custom.CSS:</p>
<pre>
.custom #feature_box { padding: 0; border: none; }
	.custom #feature_box img { display: block; }
</pre>
<p>Wow! That&#8217;s it, folks. Ok, now let&#8217;s knock out the Custom_Functions.PHP part of this. Again, don&#8217;t be shocked when you see how <em>unbelievably simple</em> this is.</p>
<pre>
function header_rotator() {
echo thesis_image_rotator();
}
add_action('thesis_hook_feature_box','header_rotator');
</pre>
<p>Seriously, that is all. Unreal how simple that is, isn&#8217;t it?</p>
<p><a href="http://thesistutor.com/developer" class="callout">Purchase or Upgrade to the <strong>Thesis Developer&#8217;s Option</strong> Today!</a></p>
<h2>What about the images?</h2>
<p>To get the images to line up perfectly you need to know the width of your site. If you use the <a href="http://getfirebug.com/">Firebug</a> plugin for <a href="http://mozilla.com">Firefox</a> or <a href="http://www.google.com/chrome">Google Chrome</a>, you&#8217;ll have no problem finding out the width. Just remember that if you have page padding (as in the &lt;div class=&#8221;page&#8221;&gt;), you need to exclude that from the width calculation.</p>
<p>Also, I recommend making the images the same height so that the layout doesn&#8217;t shift on refreshes.</p>
<p>Oh, yeah. Don&#8217;t forget to <a href="http://thesistutor.com/developer"><strong>Upgrade to the Developer Option</strong></a>! You will never regret it!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/how-to-make-a-rotating-header-image-in-thesis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mindlessly Simple Web Hosting</title>
		<link>http://thesistutor.com/mindlessly-simple-web-hosting/</link>
		<comments>http://thesistutor.com/mindlessly-simple-web-hosting/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 20:26:11 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Thesis Development]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=906</guid>
		<description><![CDATA[Web hosting confused the hell out of me when I first started working on the web. What is hosting? What kinds of options did I have? What&#8217;s the deal with their advertised prices? What service does Thesis Tutor recommend? These are questions that I am going to stamp out once and for all. With this [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Web hosting confused the hell out of me when I first started working on the web. What is hosting? What kinds of options did I have? What&#8217;s the deal with <em>their advertised prices</em>? What service does Thesis Tutor recommend? These are questions that I am going to stamp out once and for all. With this post, I bestow unto you the knowledge of website hosting.</p>
<h2>What is Web Hosting?</h2>
<p>Web hosting is a simple concept: it is a virtual storage unit. That&#8217;s it. No mystery, no surprises. It stores and holds your website content, pictures, videos, comments [ahem], etc on a server. The only difference between web hosting and real storage units is that much of the contents of your server are available for public viewing.</p>
<p>Now, when I first started, I wanted to know why I couldn&#8217;t just host a website at my home computer. I thought I had a good internet connection and enough storage. So why not?</p>
<p>The first problem is your <a href="http://en.wikipedia.org/wiki/Internet_service_provider">ISP</a>. They simply cannot allow residential customers to use the amount of bandwidth required by website hosting. More simply, it&#8217;s just too slow.</p>
<p>Second is security. Chances are, if you are reading this you don&#8217;t know jack about security. I bet simple PHP encoding would totally stump you. Don&#8217;t worry though, you are not alone.</p>
<p>Third is management. Servers require constant attention. There are always patches and upgrades and this-es and thats. You don&#8217;t have time to fool with that junk, trust me.</p>
<p><a href="http://thesistutor.com/hosting" class="callout">Head over to <strong>MidPhase</strong> and pick up hosting. Or, read on!</a></p>
<h2>Hosting Options</h2>
<p>There are essentially <em>three primary hosting options</em>:</p>
<ol>
<li>
<h4>Shared Hosting:</h4>
<p>Shared hosting is exactly what it says: you share a server with multiple other users. This is the simplest form of hosting and is absolutely the cheapest route.</p>
<p>There are certainly some drawbacks, however. If one of the sites you share resources with suddenly gets a million visitors, <em>your site</em> will slow to a crawl. Also, advanced modifications to ports are hard/impossible to make. But, if you&#8217;re a newbie, you won&#8217;t be doing that anyway <img src='http://thesistutor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</li>
<li>
<h4>VPS: Virtual Private Server</h4>
<p>VPS is the obvious way of the future. Basically, VPS divides a server into distinct sections that act as their own server. It is many sub-servers within a server.</p>
<p>Lemme break it down for ya:</p>
<p>Imagine an apartment building where everyone shared the same air conditioning unit. This would be like shared hosting. One greedy neighbor decides to turn his house into an icebox and sets his thermostat to 33°F. Suddenly, everyone else in the building is having problems because greedy, creepy icebox guy is overloading the A/C. Such is the failure of shared hosting.</p>
<p>Now, imagine the same apartment building. Instead of one huge A/C unit, each apartment has it&#8217;s own. Suddenly, creepy ice man&#8217;s insane usage has little to no effect on your comfort. You win. heh.</p>
<p>The one drawback with VPS configurations is that they require a slightly higher level of technical knowledge. So, if you are completely ignorant, this may not be for you.
</li>
<li>
<h4>Dedicated and Managed Hosting</h4>
<p>Quite simply, dedicated hosting is your own server that you manage yourself. Managed hosting is your own server that the hosting company manages for you. Both options are considerably more expensive that either shared or VPS and should only be used by people who have fairly hefty traffic and a relatively high level of expertise.
</li>
</ol>
<h2>Pricing</h2>
<p>What if I told you that you could have a brand new, 52 inch Samsung LCD Series 6 HDTV for only $55 per month?! Yeah, you totally can. Except for instead of $55 per month you pay me $2000 right now!</p>
<p><strong>Wtf kind of logic is that?</strong></p>
<p>This is exactly how hosting companies advertise.</p>
<p>I&#8217;m tired of that junk advertising method so I&#8217;m going to lay it out straight.</p>
<p>Here are the rates for <a href="http://thesistutor.com/hosting">MidPhase</a> shared hosting and <a href="http://thesistutor.com/vps">VPS.net</a> vps services, the companies (both owned by UK2) I exclusively love. I&#8217;ll tell you more about why I have a monogamous hosting relationship after I tell you the prices.</p>
<p>For a full list of all the features for each class, <a href="http://www.midphase.com/website-hosting/">click here.</a></p>
<h2>Shared Hosting Prices</h2>
<ul>
<li>
<h4>Basic Plan &#8211; for ONE website.</h4>
<ul>
<li>24 Months &#8211; $70.80</li>
<li>12 Months &#8211; $71.40</li>
<li>3 Months &#8211; $26.85 + $49.00 Set Up Fee</li>
</ul>
</li>
<li>
<h4>Unlimited Plan &#8211; Unlimited Sites and Databases</h4>
<ul>
<li>24 Months &#8211; $166.80</li>
<li>12 Months &#8211; $107.40</li>
<li>3 Months &#8211; $10.95 + $49.00 Set Up Fee</li>
</ul>
<li>
<h4>Business Plan &#8211; Dedicated Secure Certificate &#038; Static Ip [among many]</h4>
<ul>
<li>24 Months &#8211; $214.80</li>
<li>12 Months &#8211; $143.40</li>
<li>3 Months &#8211; $38.85 + $49.00 Set Up Fee</li>
</ul>
</ul>
<p><a href="http://thesistutor.com/hosting" class="callout">Dude! Get over to <strong>MidPhase</strong> and pick up hosting. You&#8217;ll love it!</a></p>
<h2>VPS Hosting Prices</h2>
<p>VPS pricing is based on &#8216;nodes&#8217; which are basically resource measures. The more resources you want, the more it costs. For small sites the nodes start at <strong>$20/month</strong>. For extremely large sites, prices will hit $234/month. And yes, they really charge by the month!</p>
<p>Most regular old sites will only need one or two nodes. But wait! What happens if you suddenly start getting massive traffic one day? Easy answer: pay for one day&#8217;s worth of extra space. Done.</p>
<p><em>Say what?</em></p>
<p>VPS allows for one day expansion nodes. You can add one node for $1/day or 18 for $18/day. Done, done and done.</p>
<h2>Why I use MidPhase and am Switching to VPS.net</h2>
<p>Right now, I run a shared server on the unlimited plan. Why? Honestly, I just haven&#8217;t gotten around to switching to VPS&#8217; cloud hosted servers. I should, but I have sites to build and content to make <img src='http://thesistutor.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  By the end of the year I hope to have it all switched over, however.</p>
<p>But, why do <strong>I</strong> like MidPhase? </p>
<p>There are two reasons, really. The first is that they are just easy to use. When you sign up you get all the information within seconds and you can start adding domains and databases right away. I love that.</p>
<p>Second, they have great customer support. You can always chat with a live rep or call them if you are feeling particularly frisky. Every hosting problem I have had [even ones only kind of related to hosting like an .htaccess question I had] have been answered by their customer support. Once, in my early days, I was too stupid to go into my server and make a change in Wordpress. The MidPhase customer support <em>did it for me</em>.</p>
<p>Am I saying MidPhase will totally hold you hand and wipe your tush? No. But they are friendly as hell and willing to help. What is that worth to you? To me it is worth <em>infinity dollars</em>. No, seriously!</p>
<p>I hope that this little article will help you find the right hosting to fit your needs. Good luck!</p>
<p><a href="http://thesistutor.com/hosting" class="callout">You know it ALL now! Secure your hosting <strong>today</strong>!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/mindlessly-simple-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Comprehensive List of Thesis Hooks and Thesis Filters</title>
		<link>http://thesistutor.com/comprehensive-list-of-thesis-hooks-and-thesis-filters/</link>
		<comments>http://thesistutor.com/comprehensive-list-of-thesis-hooks-and-thesis-filters/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 15:35:11 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Thesis Development]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=859</guid>
		<description><![CDATA[When it comes to being a Thesis developer, there is one thing I have been unable to live without: Thesis Hooks. Good ol&#8217; Chris Pearson has hooked us devs up with&#8230;well, a ton of hooks. The Thesis hooks list below tells you all 54 hooks in the order they appear in hooks.php. Before the list [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When it comes to being a <a href="http://thesistutor.com/diythemes"><em>Thesis</em></a> developer, there is one thing I have been unable to live without: <strong>Thesis Hooks</strong>. Good ol&#8217; <a href="http://www.pearsonified.com">Chris Pearson</a> has hooked us devs up with&#8230;well, a ton of hooks. The <em><a href="http://thesistutor.com/diythemes">Thesis</a> hooks list</em> below tells you all 54 hooks in the order they appear in <code>hooks.php</code>. Before the list of hooks is the filters list with the corresponding file name.</p>
<h2 >Thesis Filters List</h2>
<ol>
<li>
<h4><strong>Comments.PHP</strong></h4>
<ul>
<li><code>thesis_comments_link</code></li>
<li><code>thesis_comments_intro</code></li>
<li><code>thesis_avatar</code></li>
<li><code>thesis_comments_navigation</code></li>
</ul>
</li>
<li>
<h4><strong>Compatibility.PHP</strong></h4>
<ul>
<li><code>thesis_custom_field_keys</code></li>
</ul>
</li>
<li>
<h4><strong>Content.PHP</strong></h4>
<ul>
<li><code>thesis_content_classes</code></li>
<li><code>thesis_image_caption_shortcode</code></li>
</ul>
</li>
<li>
<h4><strong>Document.PHP</strong></h4>
<ul>
<li><code>thesis_body_classes</code></li>
</ul>
</li>
<li>
<h4><strong>Widgets.PHP</strong></h4>
<ul>
<li><code>thesis_search_form_value</code</li>
</ul>
</li>
</ol>
<h2>Thesis Hooks List</h2>
<ol class="hook-list">
<li><code>thesis_hook_before_html</code> - right after body.custom</li>
<li><code>thesis_hook_after_html</code> - after #container and before /body </li>
<li><code>thesis_hook_before_header</code> - between .menu and #header</li>
<li><code>thesis_hook_after_header</code> - between #header and #content_box, before thesis_hook_before_content_box</li>
<li><code>thesis_hook_header</code> - within #header, after #tagline, after thesis_hook_after_title</li>
<li><code>thesis_hook_before_title</code> - within #header before #logo</li>
<li><code>thesis_hook_after_title</code> - within #header, after #tagline, before thesis_hook_header</li>
<li><code>thesis_hook_first_nav_item</code> - right after .menu, before the first li</li>
<li><code>thesis_hook_last_nav_item</code> - within .menu, right after last li</li>
<li><code>thesis_hook_before_content_box</code> - between #header and #content_box, after thesis_hook_after_header</li>
<li><code>thesis_hook_after_content_box</code> - between #content_box and #footer</li>
<li><code>thesis_hook_before_content</code> - right after #content</li>
<li><code>thesis_hook_after_content</code> - at the end of #content, after .prev_next</li>
<li><code>thesis_hook_before_content_area</code> - before #content_area, only in full width framework</li>
<li><code>thesis_hook_after_content_area</code> - after #content_area, only in full width framework</li>
<li><code>thesis_hook_feature_box</code> - within #feature_box, either the first item within #content, between #header and #content_box, or between .menu and #header</li>
<li><code>thesis_hook_before_post_box</code> - after #content, before first post</li>
<li><code>thesis_hook_after_post_box</code> - within each .post, at the very end</li>
<li><code>thesis_hook_before_teasers_box</code> - within and at the beginning of .teasers_box</li>
<li><code>thesis_hook_after_teasers_box</code> - after each .teasers_box div</li>
<li><code>thesis_hook_before_post</code> - within and at the very beginning of .format_text</li>
<li><code>thesis_hook_after_post</code> - at the end of .format_text, after .to_comments</li>
<li><code>thesis_hook_before_teaser_box</code> - before each .teaser</li>
<li><code>thesis_hook_after_teaser_box</code> - after each .teaser [this one is a little tricky]</li>
<li><code>thesis_hook_before_teaser</code> - first thing within .format_teaser</li>
<li><code>thesis_hook_after_teaser</code> - last thing within .format_teaser</li>
<li><code>thesis_hook_before_headline</code> - first thing within headline_area</li>
<li><code>thesis_hook_after_headline</code> - right after .entry-title</li>
<li><code>thesis_hook_before_teaser_headline</code> - before each .teaser's .entry-title</li>
<li><code>thesis_hook_after_teaser_headline</code> - right below each .teaser's .entry-title</li>
<li><code>thesis_hook_byline_item</code> - right after .headline_meta</li>
<li><code>thesis_hook_before_comment_meta</code> - first thing within each dt.comment</li>
<li><code>thesis_hook_after_comment_meta</code> - last thing within each dt.comment</li>
<li><code>thesis_hook_after_comment</code> - last thing within each dd.comment .comment-body-n</li>
<li><code>thesis_hook_after_comments</code> - right after dl#comment_list</li>
<li><code>thesis_hook_comment_field</code> - right after #comment_form p</li>
<li><code>thesis_hook_comment_form</code> - right after .comment_box, before the submit button</li>
<li><code>thesis_hook_archives_template</code> - Used to customize the appearance of the Archives Template (archives.php). This hook calls the thesis_archives_template function by default. //from <a href="http://thesistutor.com/diythemes/hooks">DIYthemes</a></li>
<li><code>thesis_hook_custom_template</code> - your very own custom page custom template replacing #content_box</li>
<li><code>thesis_hook_faux_admin</code> - within div#content_box (and also div#column_wrap if a sidebars-first three-column layout is in use) //from <a href="http://thesistutor.com/diythemes/hooks">DIYthemes</a></li>
<li><code>thesis_hook_archive_info</code> - Above the first post only on archive views. //from <a href="http://thesistutor.com/diythemes/hooks">DIYthemes</a></li>
<li><code>thesis_hook_404_title</code> - within a 404 page's .headline_meta h1</li>
<li><code>thesis_hook_404_content</code> - last thing within a 404 page's .format_text</li>
<li><code>thesis_hook_before_sidebars</code> - first thing within #sidebars</li>
<li><code>thesis_hook_after_sidebars</code> - last thing within #sidebars</li>
<li><code>thesis_hook_multimedia_box</code> - contents of #multimedia_box #custom_box</li>
<li><code>thesis_hook_after_multimedia_box</code> - after #multimedia_box, before #sidebar_1 and/or #sidebar_2</li>
<li><code>thesis_hook_before_sidebar_1</code> - first thing within #sidebar_1 .sidebar_list, before the first li</li>
<li><code>thesis_hook_after_sidebar_1</code> - last thing within #sidebar_1 .sidebar_list, after the last li</li>
<li><code>thesis_hook_before_sidebar_2</code> - first thing within #sidebar_2 .sidebar_list, before the first li</li>
<li><code>thesis_hook_after_sidebar_2</code> - last thing within #sidebar_2 .sidebar_list, after the last li</li>
<li><code>thesis_hook_before_footer</code> - right before #footer and after #content_box</li>
<li><code>thesis_hook_after_footer</code> - after #footer, but still within #page</li>
<li><code>thesis_hook_footer</code> - between attribution link and WP Admin link in #footer</li>
</ol>
<p>Well, there you have it folks. A list of every single <a href="http://thesistutor.com/diythemes">Thesis</a> Hook available as of Thesis 1.6.</p>
<p>If you are interested in developing sites on <em>Thesis</em>, be sure to <a href="http://thesistutor.com/diythemes/developer" id="link_breakdown">upgrade to the developer's option.</a> If you don't have <em>Thesis</em>, you had better <a href="http://thesistutor.com/diythemes/plans">pick it up now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/comprehensive-list-of-thesis-hooks-and-thesis-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make a jQuery Image Slideshow in Thesis</title>
		<link>http://thesistutor.com/how-to-make-a-jquery-image-slideshow-in-thesis/</link>
		<comments>http://thesistutor.com/how-to-make-a-jquery-image-slideshow-in-thesis/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 18:16:27 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Content]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=750</guid>
		<description><![CDATA[Making a jQuery image slideshow in Thesis is actually very easy. There are four basic steps:

Insert a few lines of code into the header.
Make a slideshow &#60;div id="slideshow"&#62;.
Put some images into your images folder.
Write a little custom.css code magic.

To begin, I want to outline a few assumptions. I am going to assume that you have [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Making a <a href="http://jquery.com/">jQuery</a> image slideshow in <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack="><em>Thesis</em></a> is actually very easy. There are four basic steps:</p>
<ul>
<li>Insert a few lines of code into the header.</li>
<li>Make a slideshow <code>&lt;div id="slideshow"&gt;</code>.</li>
<li>Put some images into your <code>images</code> folder.</li>
<li>Write a little <code>custom.css</code> code magic.</li>
</ul>
<p>To begin, I want to outline a few assumptions. I am going to assume that you have images of the same size (height and width). Also, although you <em>can</em> put any HTML into a &#8220;slide&#8221; I will only be using images. Lastly, I will be using a default transition effect called &#8220;fade&#8221; and I will not be adjusting all of the variables. In fact, if you read the <a href="http://malsup.com/jquery/cycle/options.html">Cycle Plugin documentation</a>, you will see that there are about a million tweaks possible.</p>
<h4>Update 2/18/09</h4>
<p>For the sake of this tutorial, I am going to assume that you only want the slideshow to appear on your home page. If you want the slideshow on every page simply remove <code>if (is_front_page()){...........}</code>. Also, never be embarrassed to ask me for help! I am <em>the</em> <strong>Thesis Tutor</strong>, after all. <img src='http://thesistutor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Now, onto the juicy parts!</p>
<p>First, copy and paste the following into your <code>custom_functions.php</code>:</p>
<pre>
function slidewhow() {
if (is_front_page()) {
?>&lt;div class="slideshow">
    &lt;a id="slide1" class="slide" href="http://yourblog.com/link">&lt;/a>
    &lt;a id="slide2" class="slide" href="http://yourblog.com/link2">&lt;/a>
  &lt;/div>
&lt;?php
}}
add_action('thesis_hook_after_header','slideshow');

function slide_script() {
echo "\n\n";
?>
&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">&lt;/script>
&lt;script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.2.72.js">&lt;/script>
&lt;script type="text/javascript">
$(document).ready(function() {
    $('.slideshow').cycle({
	fx: 'fade' //You can change transition effects here.
	});
});
&lt;/script>
&lt;?php
}
add_action('wp_head','slide_script');
</pre>
<p><em>It is important to note that you can add as many images as you please, just be sure to give them each a unique id so you can target them later in the CSS.</em></p>
<p>Next, drop the images you want to use in the slideshow in your <code>images</code> folder.</p>
<p>Last, we need to add some CSS to whip this little slideshow into shape. So, open up your <code>custom.css</code> and paste this little bit of code in there:</p>
<pre>
.custom .slideshow .slide { display: block; height: ---em; width: ---em; outline: none; }
.custom .slideshow #slide1 { background: url('images/image-1.jpg') no-repeat; }
.custom .slideshow #slide2 { background: url('images/image-2.jpg') no-repeat; }
</pre>
<p>Be sure to insert your images names and height/width. By default, the <code>font-size</code> is 10px. Therefore, to convert to ems, simply divide pixels by 10. Yes, it is THAT easy.</p>
<p>That should cover it, folks. Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/how-to-make-a-jquery-image-slideshow-in-thesis/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>How to Upgrade from Thesis 1.5.1 to Thesis 1.6</title>
		<link>http://thesistutor.com/how-to-upgrade-from-thesis-1-5-1-to-thesis-1-6/</link>
		<comments>http://thesistutor.com/how-to-upgrade-from-thesis-1-5-1-to-thesis-1-6/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 18:35:25 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Thesis Development]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=693</guid>
		<description><![CDATA[
Upgrading Thesis is extremely easy. Be sure to back-up all files before upgrading any software.
Also don&#8217;t forget to upgrade your copy of Thesis to the Developer&#8217;s Option!
]]></description>
			<content:encoded><![CDATA[<p></p><p><embed src="http://blip.tv/play/AYGp7WwA" type="application/x-shockwave-flash" width="720" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>Upgrading <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis</a> is extremely easy. Be sure to back-up all files before upgrading any software.</p>
<p>Also don&#8217;t forget to upgrade your copy of <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis</a> to the Developer&#8217;s Option!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/how-to-upgrade-from-thesis-1-5-1-to-thesis-1-6/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Matt Industries Skin For Thesis</title>
		<link>http://thesistutor.com/matt-industries-skin-for-thesis/</link>
		<comments>http://thesistutor.com/matt-industries-skin-for-thesis/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 22:38:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Skins]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=576</guid>
		<description><![CDATA[
Download Matt Industries Skin for Thesis Here!
Installation Instructions:

Download and unzip from link above.
Rename your current custom.css file something like custom-old.css. Then upload the new, Matt Industries custom file [to domain.com/wp-content/themes/thesis_16/] you got from unzipping.
Thesis Options&#8594;Design Options&#8594;Framework Options&#8594;Outer Page Padding. Set to 0 [zero].
Thesis Options&#8594;Design Options&#8594;Multimedia Box&#8594;Select &#8216;Do Not Show Box&#8217;
Thesis Options&#8594;Design Options&#8594;Site Layout&#8594;Columns. Select 3 [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><embed src="http://blip.tv/play/AYGptXEA" type="application/x-shockwave-flash" width="720" height="480" allowscriptaccess="always" allowfullscreen="true"></embed><br />
<a href="http://thesistutor.com/wp-content/uploads/2009/10/Matt_Industries_Skin.zip">Download Matt Industries Skin for Thesis Here!</a></p>
<p>Installation Instructions:</p>
<ol>
<li>Download and unzip from link above.</li>
<li>Rename your current custom.css file something like custom-old.css. Then upload the new, Matt Industries custom file [to domain.com/wp-content/themes/thesis_16/] you got from unzipping.</li>
<li>Thesis Options&rarr;Design Options&rarr;Framework Options&rarr;Outer Page Padding. Set to 0 [zero].</li>
<li>Thesis Options&rarr;Design Options&rarr;Multimedia Box&rarr;Select &#8216;Do Not Show Box&#8217;</li>
<li>Thesis Options&rarr;Design Options&rarr;Site Layout&rarr;Columns. Select 3 Column Layout with Content=507px, Sidebar1=248, Sidebar2=149px</li>
<li><em>Optional</em>: From Wordpress Dash go to  Settings&rarr;Reading. In this area set &#8216;Blog Pages Show at Most: <strong>4</strong></li>
<li>The following show some suggested font families and <strong>required font sizes</strong>:
<ul>
<li>Content Area: 14pt</li>
<li>Nav Menu: Helvetica, 11pt</li>
<li>Header: Helvetica, 36</li>
<li>Tagline: Inherit from Header, 14pt</li>
<li>Headlines: Helvetica, 22pt</li>
<li>By-lines: Lucida Grande, 10pt</li>
<li>Sidebars: Helvetica, 13pt</li>
<li>Footer: Inherit, 12pt</li>
</ul>
</ol>
<p>Remember! Content is restricted to an area that is 450px wide! In the near future the content area will be dynamic.</p>
<div id="donate_link">
<form method="post" action="https://www.paypal.com/cgi-bin/webscr">
<input type="hidden" value="_s-xclick" name="cmd"/>
<input type="hidden" value="7435132" name="hosted_button_id"/>
<input type="image" border="0" alt="PayPal - The safer, easier way to pay online!" name="submit" src="http://thesistutor.com/wp-content/uploads/2009/08/donate.png"/>
</form>
</div>
<p></p>
<h3>About Matt Industries Skin</h3>
<p>I have been waiting to drop a <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis</a> Skin for a while. So, I decided there could not be a better time than now!</p>
<p>With the release of <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis 1.6</a> and it&#8217;s new menu class system, the Matt Industries Skin needed a little tweaking. So, I set out to understand the new menu class system in order to make the Matt Industries Skin <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis 1.6</a> compliant. I was incredibly impressed with the new system, to say the least.</p>
<h3>The Matt Industries Experiment</h3>
<p>The Matt Industries Experiment is simply this: I want to show that the coolest designs on the web, if not already made with Thesis, can be. But, let&#8217;s make sure that the record stays straight. All of my skins will be &#8220;in the style of __________.&#8221; Does that mean I just go and copy files from someone&#8217;s site? Heck no. My code is 100% original. I tackle problems from a usability/extensibility point of view.</p>
<p>Thesis tackles 90% of the work in web design and it is an epic <a href="http://www.bing.com/search?q=twitter&amp;go=&amp;form=QBLH&amp;qs=n">SEO</a> powerhouse. As of 10/21/2009, 12:51pm EST a site made on Thesis is the fourth search result for a Bing search of &#8220;twitter.&#8221; That is amazing, folks. The point is all you need to do is tweak the design of Thesis; there is an underlying framework spitting out TONS of code that you don&#8217;t ever touch. In order to get the most out of Thesis you must learn to work <em>with</em> the Thesis code and not against it. I assure you that it is far better than anything you or I will ever write.</p>
<p>I digress.</p>
<p>There are a few nuances in Thesis that I had to account for when making the Matt Industries Skin. One nuance is that Thesis, for good reason, does not extend the sidebars all the way to the bottom of #content_box unless there is content in the sidebars that fills in the area. That means in order to get the effect of the long sidebars I had to get creative.</p>
<p>First, I decided to position background images to get the sidebar effect. Then I wrote a program that actually makes .gif&#8217;s so you can change the color of the sidebars by simply entering a hex value. Genius, I thought!</p>
<p>The hover triangle in the menu was my next challenge because I needed it to also be easily color-changeable. At first I tried using PHP to draw the triangle, but it came out wonky and looked silly. So I made a small, white triangle in Photoshop and put it in the images folder. I then wrote another little program that will change the white to any color I specify.</p>
<p>For the three areas above the content and sidebars, I simply hooked in some divs into place and lined everything up.</p>
<p>The last thing I addressed was the category tags and number of comments displayed for each post on the blog home. I used some simple code to move those around and have them display what I needed. I also changed the way comments look on a single post page, which was nearly 100% a CSS issue.</p>
<p>All in all I think that I made a great skin that is completely color flexible and looks awesome!</p>
<p>Here are some facts about the final product of this skin:</p>
<ul>
<li>The area where actual content will go is 450px. For pics to look good in a post, make them 450px wide.</li>
<li>The sidebars are the same width displayed in Thesis.</li>
<li>You must change the colors for the sidebars and the triangle in the custom_function.php file, which is now easily accessed through the Custom File Editor.</li>
<li>For now, many color changes will have to be made through custom.css</li>
</ul>
<p>Disclaimer:<br />
This design is based on Mike Davidson&#8217;s <a href="http://www.mikeindustries.com/blog/">site</a>. I did not copy a single file of his and there are many aspects of his site that I did not emulate. Although the outward appearance of his site and my skin are the same, the underlying code is entirely different. This will be the first in a long series of skins in which I will emulate another site using Thesis.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/matt-industries-skin-for-thesis/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Thesis Tutor and Thesis 1.6</title>
		<link>http://thesistutor.com/thesis-tutor-and-thesis-1-6/</link>
		<comments>http://thesistutor.com/thesis-tutor-and-thesis-1-6/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 07:31:25 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Thesis Development]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=565</guid>
		<description><![CDATA[The release of Thesis 1.6b marks a huge milestone for web design. Thesis 1.6 poses a few new challenges from a developer&#8217;s standpoint. It isn&#8217;t that Thesis is somehow more difficult, but rather it is simply a little different. The navigation area has had a ton of changes which means that some older tutorials on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The release of Thesis 1.6b marks a huge milestone for web design. Thesis 1.6 poses a few new challenges from a developer&#8217;s standpoint. It isn&#8217;t that Thesis is somehow more difficult, but rather it is simply a little different. The navigation area has had a ton of changes which means that some older tutorials on Thesis Tutor may not work as intended.</p>
<p>So, what is the point here? Well, I have a TON of work to do in order to correct all my nav related tutorials.</p>
<h2>How can you help?</h2>
<p>Well there are two ways that you can help me, the Thesis Community and yourself.</p>
<p>First, you can donate to Thesis Tutor. To this date, literally thousands of people have visited ThesisTutor.com and only one person has made a donation. This makes further development of Thesis Tutor very difficult. I have many other things that I can do that make money and to date Thesis Tutor and all the help I have given people has lead to a financial net loss. I have made some good friends, but they ain&#8217;t exactly gonna help me pay the bills :-/ I recommend a $25 donation to every person that uses this site. </p>
<p>Second, you can send me the fixes. If you discover that something doesn&#8217;t work properly in Thesis 1.6 [because of the nav changes] tell me. More important, if you have the answer let me know. Then, instead of making corrections on old videos I can move forward with new, original content.</p>
<p>So, there you have it. I am possibly the most excited person alive in regards to Thesis 1.6 and soon Thesis 2.0 (other than Chris Pearson). I can&#8217;t wait to watch Thesis, which has the potential to be the most significant piece of software in web design history, mature. I want to be at the forefront of showing end users and developers how to use Thesis and Wordpress but I need some help. </p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="7435132">
<input type="image" src="http://thesistutor.com/wp-content/uploads/2009/08/donate.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/thesis-tutor-and-thesis-1-6/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Exclude Posts Of A Certain Category In Thesis</title>
		<link>http://thesistutor.com/how-to-exclude-posts-of-a-certain-category-in-thesis/</link>
		<comments>http://thesistutor.com/how-to-exclude-posts-of-a-certain-category-in-thesis/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 03:07:22 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Content]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=538</guid>
		<description><![CDATA[
Categorical Exclusion
Sometimes, there is a benefit to excluding posts of a certain category from the main blog page. For instance, you may want a page that updates frequently. Rather than go in and edit the page each time you want new content, you could simply write a post, mark it in a special category, exclude [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><embed src="http://blip.tv/play/AYGqpGEA" type="application/x-shockwave-flash" width="720" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<h2>Categorical Exclusion</h2>
<p>Sometimes, there is a benefit to excluding posts of a certain category from the main blog page. For instance, you may want a page that updates frequently. Rather than go in and edit the page each time you want new content, you could simply write a post, mark it in a special category, exclude that category from the main blog [this tutorial], and have posts within the special category appear on the page [another post]. Shoo! That <em>sounds</em> like a lot, but it is actually very simple.</p>
<p>Consider this post part of a series in which I will explain the process of excluding a post from the main blog, then having it appear on another page [instead of page content, that is].</p>
<h2>The Code</h2>
<p>Alright guys and gals, this is super easy to pull off. Simply copy and paste the code in the box below and change the number to the Category ID for your site. That&#8217;s it!</p>
<pre>function exclude_cat($query) {
if ( $query->is_home) {
	$query-> set('cat','-13');
	}
return $query;
}
add_filter('pre_get_posts','exclude_cat');</pre>
<p>Don&#8217;t forget to get your copy of <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis</a>! </p>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/how-to-exclude-posts-of-a-certain-category-in-thesis/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Insert A Twitter Feed In Thesis</title>
		<link>http://thesistutor.com/how-to-insert-a-twitter-feed-in-thesis/</link>
		<comments>http://thesistutor.com/how-to-insert-a-twitter-feed-in-thesis/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 07:31:57 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=507</guid>
		<description><![CDATA[
Thesis makes customizing your Twitter feed incredibly easy. Thanks to the Custom.css file, you can make a few simple tweaks to your Twitter widget and your Tweets can look freakin&#8217; sweet. 
Installing The Widget
From the Dashboard, go to Plugins&#8594;Add New. Search for &#8220;Twitter For Wordpress.&#8221; The top result should be what you want. Click &#8220;Install&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><embed src="http://blip.tv/play/AYGqpFoA" type="application/x-shockwave-flash" width="720" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p><a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis</a> makes customizing your Twitter feed incredibly easy. Thanks to the Custom.css file, you can make a few simple tweaks to your Twitter widget and your Tweets can look freakin&#8217; sweet. </p>
<h2>Installing The Widget</h2>
<p>From the Dashboard, go to Plugins&#8594;Add New. Search for &#8220;Twitter For Wordpress.&#8221; The top result should be what you want. Click &#8220;Install&#8221; in the upper right hand corner of the widget. Then, click &#8220;Install Now&#8221; in the new window that opens. From the next screen, click &#8220;Activate Plugin.&#8221;</p>
<p>Now that the plugin is activated, go to Appearance&#8594;Widgets. In the Widgets area, drag &#8220;Twitter #1&#8243; to the sidebar of your choosing. Also, notice at the bottom of the Widgets page that you can add more Twitter Widgets, if you are that crazy for sharing updates.</p>
<h2>Now Comes The Tweaking</h2>
<p>In my example, I put the following in my Custom.css:</p>
<pre>.custom .twitter-item { margin-bottom: 0em; padding: .5em 0 .5em 0; border-bottom: 1px solid #000; }
	.custom .twitter-item:hover { background: #ccc; }
	.custom .twitter-item a { color: #ffff00; }
	.custom .twitter-item a:hover { color: #ff00ff; }</pre>
<p>Don&#8217;t Forget To Pick Up Your Copy Of <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis!</a></p>
<p>Also, help keep Thesis Tutor alive by donating!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/how-to-insert-a-twitter-feed-in-thesis/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Add Killer Social Icons With Thesis</title>
		<link>http://thesistutor.com/how-to-add-killer-social-icons-with-thesis/</link>
		<comments>http://thesistutor.com/how-to-add-killer-social-icons-with-thesis/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 03:07:16 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://thesistutor.com/?p=481</guid>
		<description><![CDATA[
IE7 and IE8 display issue is fixed!
Changed the background position from &#8220;-3.2em&#8221; to &#8220;32px.&#8221; Changed width from &#8220;3.2em&#8221; to &#8220;32px.&#8221; Simply make those changes and it should work great! Thanks to gtalbot.org, who listed it as number 37 of 171 allegedly fixed bugs in IE 8 [fixed as of 6001.18343]. Sorry I didn&#8217;t notice this [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><embed src="http://blip.tv/play/AYGqpE8A" type="application/x-shockwave-flash" width="720" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<h2>IE7 and IE8 display issue is fixed!</h2>
<p>Changed the background position from &#8220;-3.2em&#8221; to &#8220;32px.&#8221; Changed width from &#8220;3.2em&#8221; to &#8220;32px.&#8221; Simply make those changes and it should work great! Thanks to gtalbot.org, who listed it as number <a href="http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/">37</a> of 171 allegedly fixed bugs in IE 8 [fixed as of 6001.18343]. Sorry I didn&#8217;t notice this sooner, guys!</p>
<h2>Social Icons Code Update: 8/14/2009</h2>
<p>The code for this tutorial has been updated in the text, with a new video coming momentarily. Please make sure that you make the proper adjustments. This now validates like a mofo <img src='http://thesistutor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Share Yourself In Under Seven Minutes</h2>
<p>So, as I sit here and get severely tortured by my wife&#8217;s new obsession called &#8220;More To Love&#8221;, I figured I should share a really awesome way to display some social networking icons, RSS and email just like you see to the left on my site. In less than 7 minutes you will be able to connect your readers/users/subscribers to your Twitter, Facebook, RSS and Email all using <a href="http://diythemes.com/?a_aid=4a32c5e8903c3">Thesis</a> Hooks. Below is the code you need to make it all happen.</p>
<h3>Put This In Your Custom_Functions.PHP</h3>
<pre>function social_iconz() {
?>
&#60div id="feedback"&#62&#60a href="http://twitter.com/yourusername" id="twitter"&#62[your name] on Twitter&#60/a&#62&#60a href="http://facebook.com/yourusername" id="facebook"&#62[your name] on Facebook&#60/a&#62&#60a href="Your RSS Feed URL" id="rss"&#62[your] RSS Feed&#60/a&#62&#60a href="mailto:youraddress@whatever.com" id="email"&#62[your] Email&#60/a&#62&#60/div&#62
&#60&#63php
}
add_action('thesis_hook_after_html','social_iconz');</pre>
<h3>Put This In Your Custom.CSS</h3>
<pre>.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 40%; left: 0.25%; }

.custom #feedback a { display: block; text-indent: -9999px; height: 32px; outline: none; }

.custom #feedback #twitter { background: url('http://thesistutor.com/wp-content/uploads/2009/07/twittericon.png') no-repeat 0 -32px; }
	.custom #feedback #twitter:hover { background-position: 0 0; }

.custom #feedback #facebook { background: url('http://thesistutor.com/wp-content/uploads/2009/07/facebookicon.png') no-repeat 0 -32px; }
	.custom #feedback #facebook:hover { background-position: 0 0; }

.custom #feedback #rss { background: url('http://thesistutor.com/wp-content/uploads/2009/07/rssicon.png') no-repeat 0 -32px; }
	.custom #feedback #rss:hover { background-position: 0 0; }

.custom #feedback #email { background: url('http://thesistutor.com/wp-content/uploads/2009/07/emailicon.png') no-repeat 0 -32px; }
	.custom #feedback #email:hover { background-position: 0 0; }</pre>
<h2>Special Cases</h2>
<p>Special cases will be updated as I discover them. Special cases can, from time to time, cause HTML validation errors. The errors are NOT a product of my work, but are issues with the way that sites such as Delicious and StumbleUpon work their magic. If you have a validation concern, please <a href="mailto:thesistutor@gmail.com">email me</a>.</p>
<p>For <strong>Delicious</strong>, the CSS principle stays the same but what goes into custom_functions changes.
<pre>&#60a href="http://delicious.com/save" onclick="window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;" id="delicious"&#62Bookmark this&#60/a&#62</pre>
<p>For <strong>StumbleUpon</strong>, the CSS principle stays the same but the custom_functions changes.
<pre>&#60a href="http://www.stumbleupon.com/submit?url=&#60&#63php the_permalink(); &#63&#62&#038;title=&#60?php the_title(); &#63&#62" id="stumbleupon" target="_blank"&#62Stumble&#60/a&#62</pre>
<p><strong>AND DON&#8217;T FORGET!</strong><br />
You are WELCOME to use the images I have made for YOU! In fact, <strong>if you want me to make others, I will!</strong></p>
<p>Here are the ones I can make:</p>
<ul>
<li>AIM</li>
<li>Apple</li>
<li>Bebo</li>
<li>Blogger</li>
<li>BrightKite</li>
<li>Delicious http://thesistutor.com/wp-content/uploads/2009/07/deliciousicon.png</li>
<li>DesignFloat</li>
<li>Digg http://thesistutor.com/wp-content/uploads/2009/07/diggicon.png</li>
<li>Dopplr</li>
<li>Flickr http://thesistutor.com/wp-content/uploads/2009/07/flickricon.png</li>
<li>FriendFeed http://thesistutor.com/wp-content/uploads/2009/08/friendfeedicon.png</li>
<li>Gamespot</li>
<li>Google</li>
<li>GoogleTalk</li>
<li>Last.fm</li>
<li>LinkedIn http://thesistutor.com/wp-content/uploads/2009/07/linkedinicon.png</li>
<li>Mixx</li>
<li>MobileMe</li>
<li>MySpace http://thesistutor.com/wp-content/uploads/2009/07/myspaceicon.png</li>
<li>NetVibes</li>
<li>NewsVine</li>
<li>OpneID</li>
<li>Picasa</li>
<li>Plurk</li>
<li>Posterous http://thesistutor.com/wp-content/uploads/2009/07/posterousicon.png</li>
<li>Reddit</li>
<li>Skype</li>
<li>StumbleUpon http://thesistutor.com/wp-content/uploads/2009/07/stumbleuponicon.png</li>
<li>Technorati</li>
<li>Tumblr</li>
<li>Viddler http://thesistutor.com/wp-content/uploads/2009/07/viddlericon.png</li>
<li>Vimeo http://thesistutor.com/wp-content/uploads/2009/07/vimeoicon.png</li>
<li>Virb</li>
<li>Windows (though I won&#8217;t be happy)</li>
<li>WordPress</li>
<li>Yahoo</li>
<li>YahooBuzz</li>
<li>Yelp http://thesistutor.com/wp-content/uploads/2009/07/yelpicon.png</li>
<li>Youtube http://thesistutor.com/wp-content/uploads/2009/07/youtubeicon.png</li>
</ul>
<h3>How To Get Your Icon</h3>
<p>In order for me to make an icon you may either leave me a comment on this post or send me an email by clicking the little mail image to the left of the screen.</p>
<p>Don&#8217;t Forget To Pick Up Your Copy Of <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis!</a></p>
<p>Also, help keep Thesis Tutor alive by donating!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesistutor.com/how-to-add-killer-social-icons-with-thesis/feed/</wfw:commentRss>
		<slash:comments>139</slash:comments>
		</item>
	</channel>
</rss>
