<?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>Theme Big</title>
	
	<link>http://www.themebig.com</link>
	<description>Smart Blog Design Tips</description>
	<lastBuildDate>Fri, 09 Dec 2011 19:53:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/themebig" /><feedburner:info uri="themebig" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>themebig</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Adding The WordPress body_class() Function To The Thesis &lt;body&gt; Tag</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/2qZyq3wLqFU/</link>
		<comments>http://www.themebig.com/566/thesis-body-classes-updated/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 15:54:21 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=566</guid>
		<description><![CDATA[The Thesis body class filter allows you to add classes to the &#60;body&#62; tag in order to customize posts, pages, or groups of posts and pages on your website. I&#8217;ve written about this a couple of times before, but I&#8217;ve taken it a step further here. The following function adds a variety of classes to the &#60;body&#62; tag while keeping the &#8220;custom&#8221; class intact and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The <a href="http://www.themebig.com/recommended/thesis.php" target="_blank">Thesis</a> <a href="http://diythemes.com/thesis/rtfm/filters/thesis_body_classes/" target="_blank">body class filter</a> allows you to add classes to the <code>&lt;body&gt;</code> tag in order to customize posts, pages, or groups of posts and pages on your website.</p>
<p>I&#8217;ve written about this a <a href="http://www.artofblog.com/thesis-body-classes/" target="_blank">couple of times</a> <a href="http://www.themebig.com/415/thesis-body-class-filter/" target="_blank">before</a>, but I&#8217;ve taken it a step further here.</p>
<p>The following function adds a variety of classes to the <code>&lt;body&gt;</code> tag while keeping the &#8220;custom&#8221; class intact and accommodating Thesis post and page custom classes which are set on each respective post/page edit page.</p>
<pre>function big_body_classes() {
	// Ensure the "custom" class remains
	$classes[] = 'custom';

	// Add the body_class() function
	$bodyclasses = get_body_class();
	foreach ($bodyclasses as $bodyclass) {
	    $classes[] .= $bodyclass;
	}

	// Accommodate Thesis post classes
	if(is_page() || is_single()) {
		global $post;
		$custom_slug = get_post_meta($post->ID, 'thesis_slug', true);
		$deprecated_custom_slug = get_post_meta($post->ID, thesis_get_custom_field_key('slug'), true);
		if ($custom_slug) {
			$classes[] = $custom_slug;
		}
		elseif ($deprecated_custom_slug) {
			$classes[] = $deprecated_custom_slug;
		}
	}
	return $classes;
}
add_filter('thesis_body_classes', 'big_body_classes');</pre>
<img src="http://feeds.feedburner.com/~r/themebig/~4/2qZyq3wLqFU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/566/thesis-body-classes-updated/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.themebig.com/566/thesis-body-classes-updated/</feedburner:origLink></item>
		<item>
		<title>Traffic and Trust Review and Practical Web Design Application</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/S9q6BrzI4Tg/</link>
		<comments>http://www.themebig.com/554/traffic-and-trust-review/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 17:18:48 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=554</guid>
		<description><![CDATA[Yesterday, my buddy Nick Reese launched How to Turn Traffic and Trust into Sales, an e-book focused on helping you get started with affiliate marketing. Sugarrae wrote a great review, and offered a couple free copies to two random people who re-tweeted the article. I re-tweeted and I won a free copy. Sweet! Here are my thoughts after my first time through the book: The [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://www.themebig.com/wp-content/uploads/traffic_trust_small.png" alt="traffic and trust review" title="Traffic and Trust Review" width="270" height="200" class="alignright size-full wp-image-557" />Yesterday, my buddy <a href="http://www.nicholasreese.com">Nick Reese</a> launched <a href="http://www.trafficandtrust.com" target="_blank">How to Turn Traffic and Trust into Sales</a>, an e-book focused on helping you get started with affiliate marketing.  <a href="http://www.sugarrae.com">Sugarrae</a> wrote a great review, and offered a couple free copies to two random people who re-tweeted the article.  I re-tweeted and I won a free copy.  Sweet!  Here are my thoughts after my first time through the book:</p>
<h3>The Basic Premise</h3>
<p>Traffic and Trust is billed as a guide to getting started with affiliate marketing.  It does fulfill that promise, but to say that&#8217;s what the book is about is seriously under-selling it.  Nick gives you an in-depth guide to doing what most big time affiliates do.  That is creating websites centered around things they are passionate about, and building a profitable business around that website.</p>
<p>I&#8217;m not saying you won&#8217;t learn about the affiliate industry.  Nick tells you the ins and outs of the affiliate industry.  He tells you exactly what affiliate marketing is, how affiliate marketing fits into our financial eco-system, and how to find and gain access to affiliate programs.  </p>
<p>With that said, the main premise of the book is to teach you how reputation, traffic, and trust come together to form your website&#8217;s brand, and how to build a business around your passion using those components.  Nick really does do a great job of simplifying the process and presenting it in a fashion that anyone with the desire to learn will be able to understand.</p>
<h3>The Best Part</h3>
<p>I&#8217;m a creative at heart.  I like tinkering and seeing what I can build.  I also like writing about building websites.  Thus, I write on this here web design blog on a regular basis.  </p>
<p>With that said, I&#8217;m not an SEO or marketing guy.  I&#8217;ve gained basic knowledge of both out of necessity, but I don&#8217;t exactly gain a copious amount of fulfillment from either one.  I can write some <a href="http://www.themebig.com/143/adding-breadcrumbs-to-thesis/" target="_blank">pretty</a> <a href="http://www.artofblog.com/thesis-and-genesis-compared/" target="_blank">good</a> <a href="http://www.artofblog.com/thesis-body-classes/" target="_blank">stuff</a>, but I&#8217;m not the best at getting traffic or building a brand around what I write.</p>
<p>Nick gives some great pointers for marketing your content, but the thing that really got my juices flowing was his list of &#8220;profitable content&#8221; suggestions.  He outlines six sure-fire ways to target readers who are ready to buy.  As he tells you in the book, this is the kind of traffic that will make you some bank!</p>
<p>Nick wouldn&#8217;t let me list these for you, but he did give me permission to post the introductory paragraph for this section of the book.  If this doesn&#8217;t make you excited, I don&#8217;t know what will:</p>
<blockquote><p>Thus far in this book there has been a lot of discussion regarding getting your website up and running, but if you take one gem away from this entire book it should be found in this section. Let</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/S9q6BrzI4Tg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/554/traffic-and-trust-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.themebig.com/554/traffic-and-trust-review/</feedburner:origLink></item>
		<item>
		<title>How To Move Genesis Breadcrumbs Below The Header</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/LAEBLp8VJ8M/</link>
		<comments>http://www.themebig.com/539/how-to-move-genesis-breadcrumbs-below-the-header/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 12:58:01 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Hooks]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=539</guid>
		<description><![CDATA[One of the great things about Genesis is that it offers you the option to display breadcrumbs by default. You can also choose to display them specifically on the front page (or blog home page), on single posts, on pages, on your 404 error page, and on archive (tag, category, date, etc. pages). Depending on your design, you may want to move the breadcrumbs around [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of the great things about <a href="http://www.themebig.com/recommended/genesis.php" target="_blank" ref="nofollow">Genesis</a> is that it offers you the option to display breadcrumbs by default.  You can also choose to display them specifically on the front page (or blog home page), on single posts, on pages, on your 404 error page, and on archive (tag, category, date, etc. pages).</p>
<p>Depending on your design, you may want to move the breadcrumbs around a bit.  You can move them below the header using the following code.</p>
<pre>// Move Breadcrumbs Below Main Nav
remove_action('genesis_before_loop', 'genesis_do_breadcrumbs');
add_action('genesis_after_header', 'genesis_do_breadcrumbs');</pre>
<p>If you would like to move the breadcrumbs to a different location, you can do that.  Just substitute the appropriate <a href="http://dev.studiopress.com/hook-reference" target="_blank" ref="nofollow">Genesis hook</a> in place of <code>genesis_after_header</code>.</p>
<p>Also, in order for this to work correctly, the above code should appear in your child theme&#8217;s <code>functions.php</code> after this code:</p>
<pre>require_once(TEMPLATEPATH.'/lib/init.php');</pre>
<p>Pretty simple, huh?  If you have any questions, don&#8217;t hesitate to ask in the comments!</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/LAEBLp8VJ8M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/539/how-to-move-genesis-breadcrumbs-below-the-header/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.themebig.com/539/how-to-move-genesis-breadcrumbs-below-the-header/</feedburner:origLink></item>
		<item>
		<title>Color Scheme Designer Is Awesome!</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/Rmgy0-kYIqo/</link>
		<comments>http://www.themebig.com/535/color-scheme-designer/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 20:48:01 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Theme Big News]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=535</guid>
		<description><![CDATA[Some people have an ability to create stunning color schemes and designs with very little effort. I am not one of those people. Recently, I wrote a post for the design-impaired about using the color wheel to create color schemes that look good. Today, I stumbled upon this tool which streamlines the process, and makes things uber simple. Check it out!]]></description>
			<content:encoded><![CDATA[<p></p><p>Some people have an ability to create stunning color schemes and designs with very little effort.  I am not one of those people.  Recently, I wrote a <a href="http://www.themebig.com/462/color-wheel-color-scheme/" rel="bookmark">post</a> for the design-impaired about using the color wheel to create color schemes that look good.  Today, I stumbled upon this tool which streamlines the process, and makes things uber simple.  <a href="http://www.colorschemedesigner.com/" target="_blank" rel="nofollow">Check it out</a>!</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/Rmgy0-kYIqo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/535/color-scheme-designer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.themebig.com/535/color-scheme-designer/</feedburner:origLink></item>
		<item>
		<title>Add Popular Posts To Thesis Sidebars Using WordPress Post Thumbnails</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/sojGwaSNFFU/</link>
		<comments>http://www.themebig.com/513/thesis-popular-posts/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 18:36:40 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Hooks]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=513</guid>
		<description><![CDATA[Recently, I posted a tutorial explaining how to replace Thesis post images with WordPress post thumbnails. One of the nice things about WP post thumbnails is that you can define an unlimited number of sizes for images which you can crop and use in your theme. One of the best uses I&#8217;ve found is creating thumbnails for lists of popular, favorite, or recent posts in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently, I posted a <a href="http://www.themebig.com/501/thesis-wordpress-post-thumbnails/" target="_blank" rel="bookmark">tutorial</a> explaining how to replace Thesis post images with WordPress post thumbnails.  One of the nice things about WP post thumbnails is that you can define an unlimited number of sizes for images which you can crop and use in your theme.  </p>
<p>One of the best uses I&#8217;ve found is creating thumbnails for lists of popular, favorite, or recent posts in your blog&#8217;s sidebar.</p>
<h3>Enabling The Thumbnails</h3>
<p>The first item we need to address is actually setting up the thumbnails.  If you read the first <a href="http://www.themebig.com/501/thesis-wordpress-post-thumbnails/" target="_blank" rel="bookmark">tutorial</a>, I explained how to enable thumbnails in your theme (in this case <a href="http://www.themebig.com/recommended/thesis.php" rel="nofollow" target="_blank">Thesis</a>).  Here is that code:</p>
<pre>add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 610, 9999, true );
add_image_size( 'teaser', 150, 150, true );</pre>
<p>That adds a default, full sized post image, and a cropped teaser image for use with Thesis teasers.  In order to add an additional size for post thumbnails, we need to add this code to <code>custom_functions.php</code>:</p>
<pre>add_image_size( 'thumb', 50, 50, true );</pre>
<p>That&#8217;s just the name of the image, the width of the image in pixels, and the height of the image in pixels.  The addition of <code>true</code> specifies that the image is hard cropped (crucial) to the specified width and height.</p>
<h3>Creating The List Of Popular Posts</h3>
<p>Next, we need to use <a href="http://codex.wordpress.org/Template_Tags/get_posts" target="_blank" rel="nofollow">get_posts()</a> to create a list of posts with thumbnails.  We&#8217;ll throw in a comment count as an added bonus cuz we&#8217;re cool like that ;)</p>
<p>I&#8217;ll just give you the code in one big lump and then explain it piece by piece.  If you want to take the shortcut, just slap this in <code>custom_functions.php</code> and add some CSS.  Otherwise, read on!  Here&#8217;s the code: </p>
<pre>function pop_posts_with_thumbs() { ?&gt;
	&lt;li class=&quot;widget popular_posts&quot;&gt;
		&lt;h3&gt;Popular Posts&lt;/h3&gt;
		&lt;ul&gt;
		&lt;? $args = array(&#039;posts_per_page&#039; =&gt; 5, &#039;orderby&#039; =&gt; &#039;comment_count&#039;);
		global $post;
		$popular = get_posts($args);
		foreach($popular as $post) {
			setup_postdata($post); ?&gt;
			&lt;li&gt;
				&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Permalink to &lt;?php the_title(); ?&gt;&quot;&gt;
					&lt;?php if(has_post_thumbnail()) { the_post_thumbnail(&#039;thumb&#039;); } ?&gt;&lt;?php the_title(); ?&gt;
				&lt;/a&gt;
			&lt;/li&gt;
			&lt;!--[if lte IE 6]&gt;
				&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
			&lt;![endif]--&gt;
		&lt;? } ?&gt;
		&lt;/ul&gt;
	&lt;/li&gt;
&lt;? }
add_action(&#039;thesis_hook_before_sidebar_1&#039;, &#039;pop_posts_with_thumbs&#039;);</pre>
<p>There are several things involved here:</p>
<ul>
<li>Creating a function</li>
<li>Creating an <code>&lt;li&gt;</code> to fit with Thesis&#8217; sidebar widget code and inherit the proper CSS</li>
<li>Creating an <code>&lt;h3&gt;</code> to be used as the heading for the widget</h3>
<li>Creating an <code>&lt;ul&gt;</code> to house the list of posts</li>
<li>Using <code>get_posts()</code> to grab the list of your most popular posts, and arrange the title, thumbnail, and comment count accordingly</li>
<li>Using <code>thesis_hook_before_sidebar_1</code> to place this list of posts in your blog&#8217;s sidebar.</li>
</ul>
<h4>Getting Started</h4>
<p>The first thing we need to do is open all of our items.  This code initiates the function, <code>&lt;li&gt;</code>, <code>&lt;ul&gt;</code>, and the <code>&lt;h3&gt;</code>:</p>
<pre>function pop_posts_with_thumbs() { ?&gt;
	&lt;li class=&quot;widget popular_posts&quot;&gt;
		&lt;h3&gt;Popular Posts&lt;/h3&gt;
		&lt;ul&gt;</pre>
<h4>Setting Up Arguments For get_posts()</h4>
<p>Next, we need to tell <code>get_posts()</code> which posts to grab.  It accepts parameters that can be found <a href="http://codex.wordpress.org/Template_Tags/get_posts">here</a> and <a href="http://codex.wordpress.org/Conditional_Tags">here</a>.  Basically, we&#8217;re going to grab the posts that have the most comments and list them in order of comment count from highest to lowest.  That code looks like this:</p>
<pre>&lt;? $args = array(&#039;posts_per_page&#039; =&gt; 5, &#039;orderby&#039; =&gt; &#039;comment_count&#039;);
$popular = get_posts($args);</pre>
<h4>Getting The Posts</h4>
<p>Now that we&#8217;ve told WordPress what posts we want, we need to tell it what to display for each post.  As I wrote earlier, we&#8217;re going to display the post title, comment count, and a thumbnail for each post.  Additionally, we house all of this in an &lt;li&gt; so that the items will appear in a list.  That code looks like this:</p>
<pre>foreach($popular as $post) {
	setup_postdata($post); ?&gt;
	&lt;li&gt;
		&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Permalink to &lt;?php the_title(); ?&gt;&quot;&gt;
			&lt;?php if(has_post_thumbnail()) { the_post_thumbnail(&#039;thumb&#039;); } ?&gt;&lt;?php the_title(); ?&gt;
		&lt;/a&gt;
	&lt;/li&gt;</pre>
<h4>Accounting For #$%@ Old Browsers</h4>
<p>We&#8217;re going to add some CSS here in just a minute, and the <code>overflow</code> parameter will work to keep our floating images nice and cleared on modern browsers, but for IE6 (a.k.a. the bane of my existence), we&#8217;re going to add a <code>&lt;div&gt;</code> that we&#8217;ll use to clear the floats through CSS.  Here&#8217;s that code:</p>
<pre>&lt;!--[if lte IE 6]&gt;
	&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
&lt;![endif]--&gt;</pre>
<h4>Hooked Up</h4>
<p>The last thing we need to do is hook the function on the appropriate hook to place the list in the sidebar.  We do that use a simple <code>add_action()</code>:</p>
<pre>add_action('thesis_hook_before_sidebar_1', 'pop_posts_with_thumbs');</pre>
<h3>Adding Style</h3>
<p>Now that we&#8217;ve got an ugly list in our sidebar, let&#8217;s add some styling to spruce it up a bit!  This will vary quite a bit depending on any custom CSS you&#8217;ve already applied, but here is a good starting point:</p>
<pre>.custom ul.sidebar_list ul li a { padding: .7em 0; display: block; border-bottom: 1px dashed #ddd; text-decoration: none; color: #111; overflow: hidden; }
.custom ul.sidebar_list ul li a:hover { color: #777; }
.custom ul.sidebar_list ul li a img { float: right; margin-left: .7em; }
.custom ul.sidebar_list ul li a span.comment_number { font-weight: bold; color: #f3802b; }
.clear { clear: both; }</pre>
<h3>Wrapping Up</h3>
<p>Popular posts are great for increasing page views and for getting the eyes of your visitors on your best content.  Don&#8217;t be afraid to play around with <a href="http://codex.wordpress.org/Template_Tags/get_posts" target="_blank" rel="nofollow">get_posts()</a>.  You can grab all sorts of lists of posts.  Recent posts, your favorites, random posts, and similar posts are just a few.  Use your imagination!</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/sojGwaSNFFU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/513/thesis-popular-posts/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		<feedburner:origLink>http://www.themebig.com/513/thesis-popular-posts/</feedburner:origLink></item>
		<item>
		<title>How To Add WordPress Post Thumbnails To Thesis</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/Fib26sG-2MM/</link>
		<comments>http://www.themebig.com/501/thesis-wordpress-post-thumbnails/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 21:42:28 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Hooks]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=501</guid>
		<description><![CDATA[Thesis is an absolutely fantastic framework for WordPress. One of the things that is sorely lacking to date is integration of WordPress post thumbnails. Post thumbnails have been available for use for quite some time now, and they provide a simple way of placing post images, teaser thumbnails, featured post images, thumbnail for lists of posts in your blog&#8217;s sidebar, and any other use of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.themebig.com/recommended/thesis.php">Thesis</a> is an absolutely fantastic framework for WordPress.  One of the things that is sorely lacking to date is integration of WordPress post thumbnails.</p>
<p>Post thumbnails have been available for use for quite some time now, and they provide a simple way of placing post images, teaser thumbnails, featured post images, thumbnail for lists of posts in your blog&#8217;s sidebar, and any other use of post images you can think of.  Its not quite as efficient as the current Thesis system, but it works quite well, and the small sacrifice in terms of efficiency is well worth it for the time you&#8217;ll save if you ask me.</p>
<h3>Setting Up Post Thumbnails</h3>
<p>Thumbnails aren&#8217;t enabled by default, so you need to enable them manually.  What you&#8217;ll need to do is place this code in <code>custom_functions.php</code>:</p>
<pre class="syntax escaped php">add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 610, 9999, true );
add_image_size( 'teaser', 150, 150, true );</pre>
<p>There are three things involved here:</p>
<ol>
<li>Post thumbnails are activated using <code>add_theme_support( 'post-thumbnails' );</code></li>
<li>The default size is established using <code>set_post_thumbnail_size( 610, 9999, true );</code></li>
<li>An additional thumbnail size is established using <code>add_image_size( 'teaser', 150, 150, true );</code></li>
</ol>
<p>To add additional sizes, you&#8217;ll need to add <code>add_image_size( 'image_name', [image width in pixels], [image height in pixels], true );</code> to the end of that snippet.</p>
<p>In order to call the thumbnails for use within your theme you&#8217;ll need to use <code><? the_post_thumbnail(); ?></code>.  That will call the default size.  To call a size other than the default, you need to insert the name of the image used in establishing that particular size of thumbnail within the parenthesis. For the teaser image established above, it would look like <? the_post_thumbnail('teaser'); ?>.</p>
<h3>Using The Post Thumbnails</h3>
<p>You can use these post thumbnails in any loop on your blog for just about any purpose you can think of.  For the purposes of this post, I&#8217;m just going to show you how to set up post images and teaser images like you would normally see in a Thesis installation.</p>
<h4>Setting Up Post Images</h4>
<p>Thesis allows you to place post images above or below the post headline, and floated to the left or right.  I&#8217;m not going to show you how to create post options to allow for that kind of differential (though its certainly possible).  For this post, I&#8217;m going to show you how to hard code the post image in any of those locations.</p>
<p>First, you need to call the post image in a function.  The image should be linked to the single post if it is appearing in a list of posts.  If it is appearing on the single post, it should not be linked.  That code looks like this:</p>
<pre class="syntax escaped php">function post_image() {
	if(has_post_thumbnail()) {
		if(is_single()) { ?&gt;
			&lt;div class=&quot;post_image&quot;&gt;
				&lt;? the_post_thumbnail(); ?&gt;
			&lt;/div&gt;
		&lt;? }
		else { ?&gt;
			&lt;div class=&quot;post_image&quot;&gt;
				&lt;a href=&quot;&lt;? the_permalink(); ?&gt;&quot; title=&quot;&lt;? the_title(); ?&gt;&quot;&gt;&lt;? the_post_thumbnail(); ?&gt;&lt;/a&gt;
			&lt;/div&gt;
		&lt;? }
	}
}</pre>
<p>We&#8217;ve also added a conditional (<code>if( has_post_thumbnail() )</code>) to make sure the post image is set.  If its not, then this code won&#8217;t be applied.  </p>
<p>Second, you need to use a Thesis hook to apply the post image below or above the headline.  To place it above, use <code>add_action( 'thesis_hook_before_headline', 'post_image' );</code>.</p>
<p>To place it below, use <code>add_action( 'thesis_hook_before_post', 'post_image' );</code>.</p>
<p>Next, we need to write some CSS so that the post image fits with your design and the location in which you&#8217;ve placed it.  You&#8217;ll probably need to add to this depending on your particular design, but here&#8217;s a starting point.</p>
<pre class="syntax escaped css">.post_image { margin-bottom: 1em; margin-left: 1em; float: right; }</pre>
<p>Of course, if you don&#8217;t want to float your image to the right, you&#8217;ll want to remove <code>margin-left: 1em; float: right;</code>.  If you want to float left, you&#8217;ll need to use <code>margin-right: 1em; float: left;</code> in its place.  </p>
<p>You may also want to make use of the margin, padding, background, and border properties.  That, however, is largely dependent upon your design.</p>
<h4>Setting Up Teaser Images</h4>
<p>Like post images, you need to start with a function to setup the post image.  The one main difference is that teaser images will always be linked to the single post because they will never show up on the actual single post.  That function looks like this:</p>
<pre class="syntax escaped php">function teaser_image() {
	if(has_post_thumbnail()) { ?&gt;
		&lt;div class=&quot;post_image&quot;&gt;
			&lt;a href=&quot;&lt;? the_permalink(); ?&gt;&quot; title=&quot;&lt;? the_title(); ?&gt;&quot;&gt;&lt;? the_post_thumbnail(); ?&gt;&lt;/a&gt;
		&lt;/div&gt;
	&lt;? }
}</pre>
<p>Again, we&#8217;re using a conditional to dictate that if their is no post thumbnail set, then the code is not applied.  In order to add this to our teaser, we need to use <code>add_action( 'thesis_hook_before_teaser_headline', 'teaser_image' );</code> or <code>add_action( 'thesis_hook_after_teaser_headline', 'teaser_image' );</code>.  Those should be fairly self explanatory ;)</p>
<p>Once again, you&#8217;ll need to add CSS to make this fit with your design.  A good starting point is the exact same as the post images.  Again, the CSS looks like:</p>
<pre class="syntax escaped css">.post_image { margin-bottom: 1em; margin-left: 1em; float: right; }</pre>
<p>Again, depending on the specifics of your design, you&#8217;ll probably want to make use of margin, padding, background, and border in your CSS code.</p>
<h3>Other Uses</h3>
<p>You can use WP post thumbnails for featured posts, related posts in your post footer, popular or favorite posts in your sidebar, and the list goes on.  If you&#8217;ve got any questions, please let me know in the comments!</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/Fib26sG-2MM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/501/thesis-wordpress-post-thumbnails/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		<feedburner:origLink>http://www.themebig.com/501/thesis-wordpress-post-thumbnails/</feedburner:origLink></item>
		<item>
		<title>The Theme Big Design</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/JLR6BAc3BMM/</link>
		<comments>http://www.themebig.com/484/theme-big-design/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 16:37:53 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Theme Big News]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=484</guid>
		<description><![CDATA[I&#8217;ve finally gotten around to getting a decent design done for this blog. With a bit of content and traffic I felt like I needed to get something up that looked good, and fit with the brand I&#8217;m attempting to create here. Check out the video to see the features of the new design. There&#8217;s some work to be done, but that&#8217;s something I&#8217;ll tackle [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve finally gotten around to getting a decent design done for this blog.  With a bit of content and traffic I felt like I needed to get something up that looked good, and fit with the brand I&#8217;m attempting to create here.</p>
<p>Check out the video to see the features of the new design.  There&#8217;s some work to be done, but that&#8217;s something I&#8217;ll tackle once the blog has a serious amount of content.</p>
<p><object width="614" height="370"><param name="movie" value="http://www.youtube.com/v/fd4RGHY9kL8?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/fd4RGHY9kL8?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1&amp;color1=0x006699&amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="614" height="370"></embed></object></p>
<p>One thing I didn&#8217;t mention in the video is that the rounded corners are totally CSS unless you&#8217;re using internet explorer.  If you&#8217;re using IE, extra markup is served to account for the corners.  Its not perfect, but neither is IE and its certainly a marked improvement over javascript rounded corners.</p>
<p>I&#8217;d love to know what you think of the design!  Let me know in the comments.</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/JLR6BAc3BMM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/484/theme-big-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.themebig.com/484/theme-big-design/</feedburner:origLink></item>
		<item>
		<title>How To Use The Color Wheel To Choose An Effective Color Scheme</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/luttA8jlG0E/</link>
		<comments>http://www.themebig.com/462/color-wheel-color-scheme/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 02:29:05 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Color Schemes]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=462</guid>
		<description><![CDATA[One of my biggest faults as a designer is my &#8220;design eye.&#8221; I&#8217;ve gotten better with experience, but its difficult for me to come up with color schemes and design concepts that look good and are reader-friendly. I&#8217;ve gotten better with experience, but its still something I struggle with. Fortunately, if you&#8217;re aesthetically challenged like I am, there&#8217;s any easy way to jump start the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of my biggest faults as a designer is my &#8220;design eye.&#8221;  I&#8217;ve gotten better with experience, but its difficult for me to come up with color schemes and design concepts that look good and are reader-friendly.  I&#8217;ve gotten better with experience, but its still something I struggle with.  Fortunately, if you&#8217;re aesthetically challenged like I am, there&#8217;s any easy way to jump start the process.</p>
<p>If you&#8217;ve ever taken an art class, you&#8217;re probably familiar with the concept of the color wheel.  Its basically just a collection of colors beginning with red, blue, and yellow.  From there, the three primary colors are combined with each other as well as shades of white and black to create every color known to man.</p>
<h3>Primary, Secondary, Tertiary, and Intermediate Colors</h3>
<p>The color wheel starts with three primary colors.  Those are combined to add 3 secondary colors to the wheel.  That total of 6 colors is combined to create an additional 6 tertiary colors.</p>
<p><img src="http://www.themebig.com/wp-content/uploads/color_wheel.png" alt="color wheel diagram" title="The Color Wheel" class="alignnone" /></p>
<p>As you can see, the primary colors are red, blue, and yellow.  The secondary colors are green, orange, and purple.  The tertiary colors are red-orange, red-purple, blue-purple, blue-green, yellow-green, and yellow-orange.  Essentially, these colors are accomplished by mixing colors that appear side by side in each step.  You can continue this process an infinite number of times and create an infinite number of colors.  These colors that are further into the wheel are known as &#8220;intermediate&#8221; colors.</p>
<h3>Neutral Colors</h3>
<p>Well, these are pretty simple.  Neutral colors are just white, black, and any combination of the two.  In other words, black plus white equals shades of grey. These colors go well with pretty much everything and provide a base for your color scheme.  Almost every design will include white, black, and some shade of grey.</p>
<h3>Tints and Shades</h3>
<p>Obviously there are a vast array of other colors that are visible to the human eye.  These are created using tints and shades.  What are tints and shades?  A tint is any color you can grab from the color wheel plus white.  A shade is just the opposite &#8211; any color you can grab from the wheel plus black.  The saturation of the color just depends on how much white or black you mix the color with.  </p>
<h3>Selecting a Color Scheme</h3>
<p>So now that you have all of this color knowledge, its time for some practical application.</p>
<p>Its always a good idea to start with white.  I would almost always keep my main content column white or something very close to it.  Its the easiest background color for the human eye to digest information from, and it coordinates well with just about every color on the wheel.  The text in your main content column should almost always be black or something very close to it.  It contrasts well with white backgrounds, and, because its also a neutral color, it too coordinates well with just about every color on the wheel.</p>
<p>From there, you can use the color wheel in a variety of ways to come up with visually pleasing combinations.</p>
<h4>Monochromatic</h4>
<p>A monochromatic scheme is comprised of one selected color from the wheel.  From there, you add shades and tints of that color to create a usable color scheme.  It looks something like this:</p>
<p><img src="http://www.themebig.com/wp-content/uploads/monochromatic.png" alt="Monochromatic Scheme" title="Monochromatic Scheme" class="alignnone" /></p>
<h4>Analogous</h4>
<p>Think of an analogous color scheme as a neighborly one.  Its a simple matter of selecting two or more connected tertiary colors on the wheel.  It looks like this:</p>
<p><img src="http://www.themebig.com/wp-content/uploads/analogous.png" alt="Analogous Scheme" title="Analogous Scheme" class="alignnone size-full wp-image-475" /></p>
<h4>Complementary</h4>
<p>A complementary color scheme consists of two tertiary colors located directly across from one another on the wheel.  It looks like this:</p>
<p><img src="http://www.themebig.com/wp-content/uploads/complementary.png" alt="Complementary Scheme" title="Complementary Scheme" class="alignnone size-full wp-image-476" /></p>
<h4>Split Complementary</h4>
<p>A split complementary scheme is similar to a complementary scheme, but you&#8217;re selecting one color on one side of the wheel, and two colors on the other side of the wheel &#8211; one to the left and one to the right of the color directly opposite our first color.  It looks like this:</p>
<p><img src="http://www.themebig.com/wp-content/uploads/split_complementary.png" alt="Split Complementary Scheme" title="Split Complementary Scheme" class="alignnone size-full wp-image-479" /></p>
<h4>Triadic</h4>
<p>A triadic scheme is comprised of three colors equally spaced on the wheel.  It looks like this:</p>
<p><img src="http://www.themebig.com/wp-content/uploads/triadic.png" alt="Triadic Scheme" title="Triadic Scheme" class="alignnone size-full wp-image-478" /></p>
<h3>Get creative!</h3>
<p>These techniques are just intended to get you started and get the creative juices flowing.  From here, you can add tint and shade, and you can come up with some beautiful color schemes if you spend some time with it.  Generally I would recommend using neutral colors or heavily tinted and shaded colors for large color-filled areas.  I would use brighter colors for accents, headlines, logos, etc.  Have fun!</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/luttA8jlG0E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/462/color-wheel-color-scheme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.themebig.com/462/color-wheel-color-scheme/</feedburner:origLink></item>
		<item>
		<title>The Complete List Of Thesis Fonts In Action</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/J2En67aqKhE/</link>
		<comments>http://www.themebig.com/230/thesis-fonts/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 02:33:38 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=230</guid>
		<description><![CDATA[One of the really convenient things about Thesis is the ability to change the fonts of most of the text of your blog or website in just a few clicks. This is a complete list of the available fonts in alphabetical order. It will be updated as more fonts are added. American Typewriter Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of the really convenient things about <a href="http://www.themebig.com/recommended/thesis.php" target="_blank">Thesis</a> is the ability to change the fonts of most of the text of your blog or website in just a few clicks.  This is a complete list of the available fonts in alphabetical order.  It will be updated as more fonts are added.</p>
<h3 class="american_typewriter">American Typewriter</h3>
<p class="american_typewriter">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="american_typewriter">0 1 2 3 4 5 6 7 8 9</p>
<p class="american_typewriter">! @ # $ % ^ &#038; * ( )</p>
<h3 class="andale_mono">Andale Mono</h3>
<p class="andale_mono">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="andale_mono">0 1 2 3 4 5 6 7 8 9</p>
<p class="andale_mono">! @ # $ % ^ &#038; * ( )</p>
<h3 class="arial">Arial</h3>
<p class="arial">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="arial">0 1 2 3 4 5 6 7 8 9</p>
<p class="arial">! @ # $ % ^ &#038; * ( )</p>
<h3 class="arial_black">Arial Black</h3>
<p class="arial_black">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="arial_black">0 1 2 3 4 5 6 7 8 9</p>
<p class="arial_black">! @ # $ % ^ &#038; * ( )</p>
<h3 class="arial_narrow">Arial Narrow</h3>
<p class="arial_narrow">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="arial_narrow">0 1 2 3 4 5 6 7 8 9</p>
<p class="arial_narrow">! @ # $ % ^ &#038; * ( )</p>
<h3 class="baskerville">Baskerville</h3>
<p class="baskerville">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="baskerville">0 1 2 3 4 5 6 7 8 9</p>
<p class="baskerville">! @ # $ % ^ &#038; * ( )</p>
<h3 class="bookman_old_style">Bookman Old Style</h3>
<p class="bookman_old_style">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="bookman_old_style">0 1 2 3 4 5 6 7 8 9</p>
<p class="bookman_old_style">! @ # $ % ^ &#038; * ( )</p>
<h3 class="calibri">Calibri</h3>
<p class="calibri">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="calibri">0 1 2 3 4 5 6 7 8 9</p>
<p class="calibri">! @ # $ % ^ &#038; * ( )</p>
<h3 class="cambria">Cambria</h3>
<p class="cambria">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="cambria">0 1 2 3 4 5 6 7 8 9</p>
<p class="cambria">! @ # $ % ^ &#038; * ( )</p>
<h3 class="candara">Candara</h3>
<p class="candara">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="candara">0 1 2 3 4 5 6 7 8 9</p>
<p class="candara">! @ # $ % ^ &#038; * ( )</p>
<h3 class="cantarell">Cantarell</h3>
<p class="cantarell">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="cantarell">0 1 2 3 4 5 6 7 8 9</p>
<p class="cantarell">! @ # $ % ^ &#038; * ( )</p>
<h3 class="cardo">Cardo</h3>
<p class="cardo">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="cardo">0 1 2 3 4 5 6 7 8 9</p>
<p class="cardo">! @ # $ % ^ &#038; * ( )</p>
<h3 class="century_gothic">Century Gothic</h3>
<p class="century_gothic">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="century_gothic">0 1 2 3 4 5 6 7 8 9</p>
<p class="century_gothic">! @ # $ % ^ &#038; * ( )</p>
<h3 class="century_schoolbook">Century Schoolbook</h3>
<p class="century_schoolbook">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="century_schoolbook">0 1 2 3 4 5 6 7 8 9</p>
<p class="century_schoolbook">! @ # $ % ^ &#038; * ( )</p>
<h3 class="consolas">Consolas</h3>
<p class="consolas">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="consolas">0 1 2 3 4 5 6 7 8 9</p>
<p class="consolas">! @ # $ % ^ &#038; * ( )</p>
<h3 class="constantia">Constantia</h3>
<p class="constantia">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="constantia">0 1 2 3 4 5 6 7 8 9</p>
<p class="constantia">! @ # $ % ^ &#038; * ( )</p>
<h3 class="corbel">Corbel</h3>
<p class="corbel">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="corbel">0 1 2 3 4 5 6 7 8 9</p>
<p class="corbel">! @ # $ % ^ &#038; * ( )</p>
<h3 class="courier_new">Courier New</h3>
<p class="courier_new">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="courier_new">0 1 2 3 4 5 6 7 8 9</p>
<p class="courier_new">! @ # $ % ^ &#038; * ( )</p>
<h3 class="crimson_text">Crimson Text</h3>
<p class="crimson_text">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="crimson_text">0 1 2 3 4 5 6 7 8 9</p>
<p class="crimson_text">! @ # $ % ^ &#038; * ( )</p>
<h3 class="droid_sans">Droid Sans</h3>
<p class="droid_sans">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="droid_sans">0 1 2 3 4 5 6 7 8 9</p>
<p class="droid_sans">! @ # $ % ^ &#038; * ( )</p>
<h3 class="droid_sans_mono">Droid Sans Mono</h3>
<p class="droid_sans_mono">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="droid_sans_mono">0 1 2 3 4 5 6 7 8 9</p>
<p class="droid_sans_mono">! @ # $ % ^ &#038; * ( )</p>
<h3 class="droid_serif">Droid Serif</h3>
<p class="droid_serif">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="droid_serif">0 1 2 3 4 5 6 7 8 9</p>
<p class="droid_serif">! @ # $ % ^ &#038; * ( )</p>
<h3 class="franklin_gothic_medium">Franklin Gothic Medium</h3>
<p class="franklin_gothic_medium">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="franklin_gothic_medium">0 1 2 3 4 5 6 7 8 9</p>
<p class="franklin_gothic_medium">! @ # $ % ^ &#038; * ( )</p>
<h3 class="garamond">Garamond</h3>
<p class="garamond">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="garamond">0 1 2 3 4 5 6 7 8 9</p>
<p class="garamond">! @ # $ % ^ &#038; * ( )</p>
<h3 class="georgia">Georgia</h3>
<p class="georgia">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="georgia">0 1 2 3 4 5 6 7 8 9</p>
<p class="georgia">! @ # $ % ^ &#038; * ( )</p>
<h3 class="gill_sans">Gill Sans</h3>
<p class="gill_sans">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="gill_sans">0 1 2 3 4 5 6 7 8 9</p>
<p class="gill_sans">! @ # $ % ^ &#038; * ( )</p>
<h3 class="helvetica">Helvetica</h3>
<p class="helvetica">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="helvetica">0 1 2 3 4 5 6 7 8 9</p>
<p class="helvetica">! @ # $ % ^ &#038; * ( )</p>
<h3 class="hoefler_text">Hoefler Text</h3>
<p class="hoefler_text">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="hoefler_text">0 1 2 3 4 5 6 7 8 9</p>
<p class="hoefler_text">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_dw_pica">IM Fell DW Pica</h3>
<p class="im_fell_dw_pica">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_dw_pica">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_dw_pica">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_dw_pica_sc">IM Fell DW Pica SC</h3>
<p class="im_fell_dw_pica_sc">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_dw_pica_sc">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_dw_pica_sc">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_double_pica">IM Fell Double Pica</h3>
<p class="im_fell_double_pica">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_double_pica">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_double_pica">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_double_pica_sc">IM Fell Double Pica SC</h3>
<p class="im_fell_double_pica_sc">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_double_pica_sc">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_double_pica_sc">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_english">IM Fell English</h3>
<p class="im_fell_english">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_english">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_english">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_english_sc">IM Fell English SC</h3>
<p class="im_fell_english_sc">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_english_sc">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_english_sc">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_french_canon">IM Fell French Canon</h3>
<p class="im_fell_french_canon">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_french_canon">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_french_canon">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_french_canon_sc">IM Fell French Canon SC</h3>
<p class="im_fell_french_canon_sc">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_french_canon_sc">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_french_canon_sc">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_great_primer">IM Fell Great Primer</h3>
<p class="im_fell_great_primer">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_great_primer">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_great_primer">! @ # $ % ^ &#038; * ( )</p>
<h3 class="im_fell_great_primer_sc">IM Fell Great Primer SC</h3>
<p class="im_fell_great_primer_sc">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="im_fell_great_primer_sc">0 1 2 3 4 5 6 7 8 9</p>
<p class="im_fell_great_primer_sc">! @ # $ % ^ &#038; * ( )</p>
<h3 class="inconsolata">Inconsolata</h3>
<p class="inconsolata">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="inconsolata">0 1 2 3 4 5 6 7 8 9</p>
<p class="inconsolata">! @ # $ % ^ &#038; * ( )</p>
<h3 class="josefin_sans_std_light">Josefin Sans Std Light</h3>
<p class="josefin_sans_std_light">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="josefin_sans_std_light">0 1 2 3 4 5 6 7 8 9</p>
<p class="josefin_sans_std_light">! @ # $ % ^ &#038; * ( )</p>
<h3 class="lobster">Lobster</h3>
<p class="lobster">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="lobster">0 1 2 3 4 5 6 7 8 9</p>
<p class="lobster">! @ # $ % ^ &#038; * ( )</p>
<h3 class="lucida_bright">Lucida Bright</h3>
<p class="lucida_bright">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="lucida_bright">0 1 2 3 4 5 6 7 8 9</p>
<p class="lucida_bright">! @ # $ % ^ &#038; * ( )</p>
<h3 class="lucida_grande">Lucida Grande</h3>
<p class="lucida_grande">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="lucida_grande">0 1 2 3 4 5 6 7 8 9</p>
<p class="lucida_grande">! @ # $ % ^ &#038; * ( )</p>
<h3 class="molengo">Molengo</h3>
<p class="molengo">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="molengo">0 1 2 3 4 5 6 7 8 9</p>
<p class="molengo">! @ # $ % ^ &#038; * ( )</p>
<h3 class="neuton">Neuton</h3>
<p class="neuton">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="neuton">0 1 2 3 4 5 6 7 8 9</p>
<p class="neuton">! @ # $ % ^ &#038; * ( )</p>
<h3 class="nobile">Nobile</h3>
<p class="nobile">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="nobile">0 1 2 3 4 5 6 7 8 9</p>
<p class="nobile">! @ # $ % ^ &#038; * ( )</p>
<h3 class="ofl_sorts_mill_goudy_tt">OFL Sorts Mill Goudy TT</h3>
<p class="ofl_sorts_mill_goudy_tt">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="ofl_sorts_mill_goudy_tt">0 1 2 3 4 5 6 7 8 9</p>
<p class="ofl_sorts_mill_goudy_tt">! @ # $ % ^ &#038; * ( )</p>
<h3 class="palatino">Palatino</h3>
<p class="palatino">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="palatino">0 1 2 3 4 5 6 7 8 9</p>
<p class="palatino">! @ # $ % ^ &#038; * ( )</p>
<h3 class="reenie_beanie">Reenie Beanie</h3>
<p class="reenie_beanie">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="reenie_beanie">0 1 2 3 4 5 6 7 8 9</p>
<p class="reenie_beanie">! @ # $ % ^ &#038; * ( )</p>
<h3 class="rockwell">Rockwell</h3>
<p class="rockwell">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="rockwell">0 1 2 3 4 5 6 7 8 9</p>
<p class="rockwell">! @ # $ % ^ &#038; * ( )</p>
<h3 class="tahoma">Tahoma</h3>
<p class="tahoma">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="tahoma">0 1 2 3 4 5 6 7 8 9</p>
<p class="tahoma">! @ # $ % ^ &#038; * ( )</p>
<h3 class="tangerine">Tangerine</h3>
<p class="tangerine">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="tangerine">0 1 2 3 4 5 6 7 8 9</p>
<p class="tangerine">! @ # $ % ^ &#038; * ( )</p>
<h3 class="times_new_roman">Times New Roman</h3>
<p class="times_new_roman">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="times_new_roman">0 1 2 3 4 5 6 7 8 9</p>
<p class="times_new_roman">! @ # $ % ^ &#038; * ( )</p>
<h3 class="trebuchet_ms">Trebuchet MS</h3>
<p class="trebuchet_ms">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="trebuchet_ms">0 1 2 3 4 5 6 7 8 9</p>
<p class="trebuchet_ms">! @ # $ % ^ &#038; * ( )</p>
<h3 class="verdana">Verdana</h3>
<p class="verdana">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="verdana">0 1 2 3 4 5 6 7 8 9</p>
<p class="verdana">! @ # $ % ^ &#038; * ( )</p>
<h3 class="vollkorn">Vollkorn</h3>
<p class="vollkorn">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="vollkorn">0 1 2 3 4 5 6 7 8 9</p>
<p class="vollkorn">! @ # $ % ^ &#038; * ( )</p>
<h3 class="yanone_kaffeesatz">Yanone Kaffeesatz</h3>
<p class="yanone_kaffeesatz">Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz</p>
<p class="yanone_kaffeesatz">0 1 2 3 4 5 6 7 8 9</p>
<p class="yanone_kaffeesatz">! @ # $ % ^ &#038; * ( )</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/J2En67aqKhE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/230/thesis-fonts/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.themebig.com/230/thesis-fonts/</feedburner:origLink></item>
		<item>
		<title>The Thesis Body Class Filter Put To Good Use</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/zmdc9ZhQI04/</link>
		<comments>http://www.themebig.com/415/thesis-body-class-filter/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 20:44:52 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Filters]]></category>
		<category><![CDATA[css selector]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=415</guid>
		<description><![CDATA[Thesis also allows you to use post meta options to add custom body classes on a per page and/or per post basis. Thesis also has a sweet body class filter that allows you to easily add classes to the &#60;body&#62; tag on a mass scale. I recently wrote an article over on Art of Blog detailing different ways to add classes to the body tag [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.themebig.com/recommended/thesis.php" rel="nofollow" target="_blank">Thesis</a> also allows you to use post meta options to add custom body classes on a per page and/or per post basis.  Thesis also has a sweet <a href="http://diythemes.com/thesis/rtfm/filters/thesis_body_classes/" target="_blank">body class filter</a> that allows you to easily add classes to the &lt;body&gt; tag on a mass scale.</p>
<p>I recently wrote an <a href="http://www.artofblog.com/thesis-body-classes/" target="_blank">article</a> over on Art of Blog detailing different ways to add classes to the body tag using PHP conditionals.  I&#8217;ve expanded upon that a bit and come up with a function that will provide several body classes for each and every page on your blog based on location, page name, whether or not a user is logged in, etc.  It should give you nearly complete freedom to designate styles for any page or group of pages on your blog.  It&#8217;s certainly not all inclusive (I may add to this eventually), but unless you are doing something extraordinarily unique this should do the job!</p>
<h3>The Code</h3>
<p>I&#8217;ll go ahead and give you the code in one big lump, and then I&#8217;ll break it down piece by piece.  Here&#8217;s what you&#8217;ll need to copy and paste in <code>custom_functions.php</code>:</p>
<pre class="php">function big_body_classes() {
    $classes[] = 'custom';
    if(is_single()) {
        global $post;
        $classes[] = 'single';
        $classes[] = $post->post_name;
    }
    if(is_page()) {
        global $post;
        $classes[] = 'page';
        $classes[] = $post->post_name;
    }
    if(is_archive()) {
        $classes[] = 'archive';
    }
    if(is_category()) {
        global $wp_query;
        $classes[] = 'category';
        $classes[] = 'cat_' . $wp_query->query_vars['category_name'];
    }
    if(is_tag()) {
        global $wp_query;
        $classes[] = 'tag';
        $classes[] = 'tag_' . $wp_query->query_vars['tag'];
    }
    if(is_author()) {
        global $wp_query;
        $author = $wp_query->get_queried_object();
        $classes[] = 'author';
        $classes[] = 'author_' . $author->user_nicename;
    }
    if(is_date()) {
        $classes[] = 'date';
    }
    if (is_day()) {
        $classes[] = 'day';
        $classes[] = 'day_' . strtolower(get_the_time('M_d_Y'));
    }
    if (is_month()) {
        $classes[] = 'month';
        $classes[] = 'month_' . strtolower(get_the_time('M_Y'));
    }
    if (is_year()) {
        $classes[] = 'year';
        $classes[] = 'year_' . strtolower(get_the_time('Y'));
    }
    if(is_404()) {
        $classes[] = 'four-zero-four';
    }
    if(is_search()) {
        $classes[] = 'search';
    }
    if(is_front_page()) {
        $classes[] = 'front_page';
    }
    if(is_home()) {
        $classes[] = 'home';
    }
    if(is_user_logged_in()) {
        $classes[] = 'logged_in';
    } else {
        $classes[] = 'logged_out';
    }
    return $classes;
}
add_filter('thesis_body_classes', 'big_body_classes');</pre>
<p>Let&#8217;s look at this beast one piece at a time.  </p>
<h4>Universally Applied Classes</h4>
<p>The function applies the <code>custom</code> class to all pages regardless of type or location.  Its important to note that this class is the first one to be added.  That&#8217;s done with this piece of code:</p>
<pre class="php">$classes[] = 'custom';</pre>
<p>Conversely, the last class added to each page is the user status.  It applies either <code>logged_in</code> or <code>logged_out</code> depending obviously upon whether the visitor is logged in or logged out.  This is accomplished with this code:</p>
<pre class="php">if(is_user_logged_in()) {
    $classes[] = 'logged_in';
} else {
    $classes[] = 'logged_out';
}</pre>
<h4>Single Post Classes</h4>
<p>Single posts receive <code>single</code> and <code>post-slug</code> classes.  If you don&#8217;t know, the &#8220;post-slug&#8221; is just the last part of the URL.  For example, if your permalinks look like:</p>
<p>http://www.example.com/2010/title-of-your-post/</p>
<p>Then your post slug would be &#8220;title-of-your-post&#8221;</p>
<p>Here&#8217;s how we accomplish that:</p>
<pre>if(is_single()) {
	global $post;
	$classes[] = 'single';
	$classes[] = $post->post_name;
}</pre>
<h4>Page Classes</h4>
<p>Pages receive <code>page</code> and <code>page-slug</code> classes.  Its accomplished with this code:</p>
<pre>if(is_page()) {
	global $post;
	$classes[] = 'page';
	$classes[] = $post->post_name;
}</pre>
<h4>Archive Area Classes</h4>
<p>WordPress archives include category, tag, author, and date (day, month, and year) pages.  Basically, all archive pages receive the <code>archive</code> class.  All date pages receive the <code>date</code> class.  Then, each individual page receives its archive type (<code>category</code>, <code>tag</code>, <code>author</code>, <code>day</code>, <code>month</code>, <code>year</code>).  </p>
<p>Additionally, each individual page receives its archive type followed by and underscore and the individual page slug.  That may sound a bit confusing, but as an example, a category page would receive <code>cat_category-slug</code>.</p>
<pre>if(is_archive()) {
    $classes[] = 'archive';
}
if(is_category()) {
    global $wp_query;
    $classes[] = 'category';
    $classes[] = 'cat_' . $wp_query->query_vars['category_name'];
}
if(is_tag()) {
    global $wp_query;
    $classes[] = 'tag';
    $classes[] = 'tag_' . $wp_query->query_vars['tag'];
}
if(is_author()) {
    global $wp_query;
    $author = $wp_query->get_queried_object();
    $classes[] = 'author';
    $classes[] = 'author_' . $author->user_nicename;
}
if(is_date()) {
    $classes[] = 'date';
}
if (is_day()) {
    $classes[] = 'day';
    $classes[] = 'day_' . strtolower(get_the_time('M_d_Y'));
}
if (is_month()) {
    $classes[] = 'month';
    $classes[] = 'month_' . strtolower(get_the_time('M_Y'));
}
if (is_year()) {
    $classes[] = 'year';
    $classes[] = 'year_' . strtolower(get_the_time('Y'));
}</pre>
<h4>The Cleanup Work</h4>
<p>That&#8217;s all of the major stuff!  We&#8217;ll wrap up the code by adding <code>four-zero-four</code> to 404 error pages, <code>search</code> to search query pages, <code>front_page</code> to the front page, and <code>home</code> to the home (blog) page.  If the front page happens to also be the blog home page, both classes will be applied.</p>
<p>Finally, we add the appropriate filter action to actually apply all of these classes.</p>
<pre>if(is_404()) {
	$classes[] = 'four-zero-four';
}
if(is_search()) {
	$classes[] = 'search';
}
if(is_front_page()) {
	$classes[] = 'front_page';
}
if(is_home()) {
	$classes[] = 'home';
}</pre>
<h3>Using the Classes</h3>
<p>Now that all of these classes are applied, you need to understand how to apply style to the classes.  Typically, when applying custom styles to <a href="http://www.themebig.com/recommended/thesis.php" rel="nofollow" target="_blank">Thesis</a> you add <code>.custom</code> prior to each CSS command.  To use any of these classes, you simple apply <code>body.[your class]</code>.  Pretty simple right?</p>
<p>Want to add style to category pages, and add separate style for one particular category page?  Now you can.  Want to add style to all single posts?  Do it!  You can add specific styles to almost every page on your blog using this filter.</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/zmdc9ZhQI04" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/415/thesis-body-class-filter/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		<feedburner:origLink>http://www.themebig.com/415/thesis-body-class-filter/</feedburner:origLink></item>
		<item>
		<title>The Simplest WordPress URL Shortener Ever</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/HG8XVqMGOkQ/</link>
		<comments>http://www.themebig.com/406/simple-wordpress-url-shortener/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 16:05:00 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=406</guid>
		<description><![CDATA[As the WordPress Universe becomes more and more &#8220;twitterfied&#8221;, URL shorteners become more and more relevant. Its important to present links to your post in a fashion that are easy to share. You can use dependable services like bit.ly or goo.gl. You can also create your own URL shortener using YOURLS. However, if you have a short domain name &#8211; such as http://themebig.com &#8211; there [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As the WordPress Universe becomes more and more &#8220;twitterfied&#8221;, URL shorteners become more and more relevant.  Its important to present links to your post in a fashion that are easy to share.</p>
<p>You can use dependable services like <a href="http://bit.ly" target="_blank" rel="nofollow">bit.ly</a> or <a href="http://goo.gl" target="_blank" rel="nofollow">goo.gl</a>. You can also create your own URL shortener using <a href="http://www.yourls.org/" rel="nofollow" target="_blank">YOURLS</a>. However, if you have a short domain name &#8211; such as <a href="http://www.themebig.com/" target="_blank" rel="bookmark">http://themebig.com</a> &#8211; there is a very simple alternative that allows you to create short URLs on your own domain!</p>
<h3>The Code</h3>
<p>This is extremely simple.  All you need to do is create a function that houses your site&#8217;s URL followed by the post ID.  Here&#8217;s the code:</p>
<pre class="php">function shortened_url() { ?&gt;
    http://yoururl.com/&lt;? the_ID(); ?&gt;
&lt;? }</pre>
<p>This should give you a permalink structure that looks like <code>http://yoururl.com/123</code>.  In order to place this URL anywhere within the loop, just use <code>&lt;? shortened_url(); ?&gt;</code></p>
<p class="alert">This URL structure may not be valid on some server set-ups or permalink structures.  Be sure to test prior to implementing this.  If you see a 404 error, you won&#8217;t be able to use this code.</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/HG8XVqMGOkQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/406/simple-wordpress-url-shortener/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.themebig.com/406/simple-wordpress-url-shortener/</feedburner:origLink></item>
		<item>
		<title>A Simple Guide to CSS Selectors</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/TBry50h0-V4/</link>
		<comments>http://www.themebig.com/385/css-selectors-guide/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 22:05:31 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css selector]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=385</guid>
		<description><![CDATA[CSS selectors are an absolutely crucial tool in your quest to present a speedy, semantic markup for your server and search engines like Google to digest. They allow you to separate style from content, and to go much further in terms of what you can do with your blog&#8217;s design. This is one of the most basic web design concepts in existence, but if you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>CSS selectors are an absolutely crucial tool in your quest to present a speedy, semantic markup for your server and search engines like Google to digest.  They allow you to separate style from content, and to go much further in terms of what you can do with your blog&#8217;s design.  This is one of the most basic web design concepts in existence, but if you&#8217;re just getting started it can be confusing!</p>
<h3>Separating CSS from HTML</h3>
<p>If you look at the back-end of many websites (more than you would think) you will find style mixed with HTML.  Let&#8217;s say someone wanted to make a link red.  It would look a little something like this:</p>
<pre class="php">&lt;a href=&quot;http://www.example.com&quot; style=&quot;color: #dd0000;&quot;&gt;Link Text&lt;/a&gt;</pre>
<p>What&#8217;s wrong with this picture?  The problem is that <code>style=&quot;color: #dd0000;&quot;</code> is mixed in with the HTML when we can clearly accomplish the same thing without mixing the two.</p>
<h3>What are CSS Selectors?</h3>
<p>In simplified terms, css selectors are a way of referencing the classes and ID&#8217;s that are added to a given HTML element and adding style accordingly.  Let&#8217;s use our anchor tag example from above, but this time let&#8217;s remove the style and add a selector.  Let&#8217;s look at an example using a class and one using an ID:</p>
<pre class="php">&lt;a href=&quot;http://www.example.com&quot; <strong>class=&quot;red_link&quot;</strong>&gt;Link Text&lt;/a&gt;

&lt;a href=&quot;http://www.example.com&quot; <strong>id=&quot;red_link&quot;</strong>&gt;Link Text&lt;/a&gt;</pre>
<p>As you can see, you just add <code>class="red_link"</code> or <code>id="red_link"</code> in place of the style code.  This allows you to target the links accordingly using your theme&#8217;s style sheet (if you&#8217;re a <a href="http://www.themebig.com/recommended/thesis.php" rel="nofollow" target="_blank">Thesis</a> user, that would be <code>custom.css</code>).  You can give the class or ID whatever name you like.</p>
<p>To reference these classes and ID&#8217;s on your stylesheet you would use <code>.red_link</code> for a class or <code>#red_link</code> for an ID.  Adding style to a link with a class or ID is simple!  If we were to change the color of the link to red, it would look like this (for class and style accordingly):</p>
<pre class="css">.red_link { color: #dd0000; }

#red_link { color: #dd0000; }</pre>
<p>You can add other parameters such as <code>background</code>, <code>font-weight</code>, or <code>text-transform</code>.  Those are just a few.</p>
<h3>The Specificity of CSS</h3>
<p>Now that you know how to reference and style different HTML elements using CSS, its important that you begin to understand the specificity of CSS.  What does that mean?  Let&#8217;s look at our example above.  We used <code>.red_link</code> to access the class.  That works, but we need to be a bit more specific.  Why?  Because <code>.red_link</code> will reference and add style to every HTML element on your blog with that particular class.  Have a <code>&lt;div&gt;</code> with the same class?  It will receive the same styles.</p>
<p>How can we solve this problem?  Place the HTML tag before the class or ID.  While <code>.red_link</code> or <code>#red_link</code> will reference all HTML elements with that class or ID, <code>a.red_links</code> or <code>a#red_link</code> will only reference anchor tags with that class or ID.</p>
<p>Also, let&#8217;s say that we only want to target anchor tags within a particular <code>&lt;div&gt;</code>.  Let&#8217;s also assume that its <code>&lt;div class="blue_box"&gt;</code>. In that case we would use <code>div.blue_box a.red_link</code> as our string of selectors.  You can go as many levels deep with this as you like.</p>
<p>This is a simple look at specificity.  For something more in depth, <a href="http://diythemes.com/thesis/css-specificity-thesis/" target="_blank">check this</a> out!</p>
<h3>Class or ID?</h3>
<p>When should you use classes and when should you use ID&#8217;s?  Generally I try to use classes for everything.  However, ID&#8217;s are linkable and should be used whenever you are dealing with an HTML element that represents progress moving down the page.  Examples of good places to use ID&#8217;s rather than classes include things like the header and footer div&#8217;s, the sidebar div, post headline, etc.  For example, if you wanted to place a link in your footer that takes a visitor back to the top of the page, it might look like this:</p>
<pre class="php">&lt;a href=&quot;#header&quot;&gt;Go back to the top!&lt;/a&gt;</pre>
<p class="alert">For the record, you can add both a class and an ID to the same HTML element as they are separate parameters</p>
<h3>Handling Multiple Classes</h3>
<p>It is possible to use multiple classes for one HTML element.  They should simple be separated by a space like so:</p>
<pre class="php">&lt;li class=&quot;widget recent_posts_widget&quot;&gt;</pre>
<p>You may specify styles for each class.  The further a class is to the right, the more specific it is.  In other words, if you apply different backgrounds to <code>.widget</code> and <code>.recent_posts_widget</code>, the latter will take precedent and be displayed.  </p>
<p>You are most likely to use this in a scenario where you have HTML elements that share the same style with slight variations.  In other words, you would apply the majority of your styles to <code>.widget</code> and the small variations specific to one particular widget to <code>.recent_posts_widget</code>.</p>
<p class="alert">You should not add more than one ID to an HTML element.</p>
<h3>Wrapping Up</h3>
<p>This stuff is a bit confusing at first.  I certainly understand that, and I hope this all makes sense.  If you have questions, please ask in the comments and I&#8217;ll be happy to answer!</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/TBry50h0-V4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/385/css-selectors-guide/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.themebig.com/385/css-selectors-guide/</feedburner:origLink></item>
		<item>
		<title>180+ Free Social Media Icon Sets</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/6LOGf2ISgnU/</link>
		<comments>http://www.themebig.com/355/free-social-media-icons/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 19:36:33 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=355</guid>
		<description><![CDATA[Regardless of the size of your blog you should absolutely have links to your RSS feed as well as your Twitter profile, Facebook page, YouTube channel and any other social media you may choose to use. I&#8217;ve accumulated a list of more than 180 sets of social media icons! Check &#8216;em out and find some that work for you! Want something custom to set your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Regardless of the size of your blog you should absolutely have links to your <a href="http://feeds.feedburner.com/themebig">RSS feed</a> as well as your <a href="http://www.twitter.com/themebig">Twitter profile</a>, <a href="http://www.facebook.com/pages/ThemeBig/160254993991340">Facebook page</a>, <a href="http://www.youtube.com/themebig">YouTube channel</a> and any other social media you may choose to use.</p>
<p>I&#8217;ve accumulated a list of more than 180 sets of social media icons!  Check &#8216;em out and find some that work for you!  Want something custom to set your brand apart?  Check out a site like <a href="http://www.99designs.com">99Designs.com</a>.  If you know of other sets that aren&#8217;t listed here, let me know and I&#8217;ll add to the list!  Anyways&#8230;enough jibber jabber.  Here are the icons.</p>
<p class="alert">These icon sets have been created by a broad slice of the design community.  As such, they are released under many different licenses.  If you use any of these, it is your responsibility to read the license and comply with its terms.</p>
<h3>The Icons</h3>
<p class="social_icons"><a class="one" href="http://tydlinka.deviantart.com/art/Set-of-social-icons-109435724" title="Set of Social Icons" target="_blank" rel="nofollow">Set of Social Icons</a><a class="two" href="http://www.komodomedia.com/blog/2008/12/social-media-mini-iconpack/" title="Social Media Mini Icon Pack" target="_blank" rel="nofollow">Social Media Mini Icon Pack</a><a class="three" href="http://www.jankoatwarpspeed.com/post/2008/10/20/Handycons-a-free-hand-drawn-social-media-icon-set.aspx" title="Handycons" target="_blank" rel="nofollow">Handycons</a><a class="four" href="http://dryicons.com/free-icons/preview/socialize-icons-set/" title="Socialize Icon Set" target="_blank" rel="nofollow">Socialize Icon Set</a><a class="five icon_right" href="http://www.smashingmagazine.com/2008/11/19/dellifeed-a-free-icon-set/" title="Dellifeed" target="_blank" rel="nofollow">Dellifeed</a><a class="six" href="http://www.smashingmagazine.com/2008/10/27/heart-a-free-social-icon-set/" title="Heart" target="_blank" rel="nofollow">Heart</a><a class="seven" href="http://www.smashingmagazine.com/2008/10/06/the-leaves-fall-a-social-icon-set-for-bloggers/" title="The Leaves Fall" target="_blank" rel="nofollow">The Leaves Fall</a><a class="eight" href="http://tydlinka.deviantart.com/art/Set-of-social-icons-no-2-110250447" title="Set of Social Icons" target="_blank" rel="nofollow">Set of Social Icons</a><a class="nine" href="http://theg-force.deviantart.com/art/Social-Icons-hand-drawned-109467069" title="Hand Drawn Social Icons" target="_blank" rel="nofollow">Hand Drawn Social Icons</a><a class="ten icon_right" href="http://designreviver.com/freebies/6-free-new-social-icons-digg-twitter-stumble-rss-delicious-reddit/" title="Six Free Social Icons" target="_blank" rel="nofollow">Six Free Social Icons</a><a class="eleven" href="http://www.blog.spoongraphics.co.uk/freebies/free-hand-drawn-doodle-icon-set-for-bloggers" title="Free Hand Drawn Doodle Icon Set for Bloggers" target="_blank" rel="nofollow">Free Hand Drawn Doodle Icon Set for Bloggers</a><a class="twelve" href="http://www.blogperfume.com/social-media-icons-pack-in-3-sizes-for-download/" title="Social Media Icons Pack" target="_blank" rel="nofollow">Social Media Icons Pack</a><a class="thirteen" href="http://blog.iampaddy.com/2008/11/12/web-20rigami/" title="Web 2.0 Origami" target="_blank" rel="nofollow">Web 2.0 Origami</a><a class="fourteen" href="http://fasticon.com/web-2-icons" title="Web 2.0 Icons" target="_blank" rel="nofollow">Web 2.0 Icons</a><a class="fifteen icon_right" href="http://webtoolkit4.me/2008/09/26/social-icons-made-of-wood/" title="Social Icons Made of Wood" target="_blank" rel="nofollow">Social Icons Made of Wood</a><a class="sixteen" href="http://www.chris-wallace.com/2009/05/28/free-social-media-icons-socialize/" title="Chrome" target="_blank" rel="nofollow">Chrome</a><a class="seventeen" href="http://plechi.deviantart.com/art/Social-media-icons-118416641" title="Social Media Icons" target="_blank" rel="nofollow">Social Media Icons</a><a class="eighteen" href="http://jwloh.deviantart.com/art/Social-me-90694011" title="Social.me" target="_blank" rel="nofollow">Social.me</a><a class="nineteen" href="http://www.blogperfume.com/new-27-circular-social-media-icons-in-3-sizes/" title="Circular Social Media Icons" target="_blank" rel="nofollow">Circular Social Media Icons</a><a class="twenty icon_right" href="http://jwloh.deviantart.com/art/Aquaticus-Social-91014249" title="Aquaticus.Social" target="_blank" rel="nofollow">Aquaticus.Social</a><a class="twentyone" href="http://www.productivedreams.com/page-peel-free-social-iconset/" title="Page Peel Social Media Icons" target="_blank" rel="nofollow">Page Peel Social Media Icons</a><a class="twentytwo" href="http://wefunction.com/2009/05/free-social-icons-app-icons/" title="Function Social Media Icon Pack" target="_blank" rel="nofollow">Function Social Media Icon Pack</a><a class="twentythree" href="http://www.chris-wallace.com/2009/06/30/woodgrain-a-free-social-media-iconset/" title="Woodgrain" target="_blank" rel="nofollow">Woodgrain</a><a class="twentyfour" href="http://webtoolkit4.me/2008/09/05/webtoolkit4me-releases-the-first-icon-set/" title="webtoolkit4.me" target="_blank" rel="nofollow">webtoolkit4.me</a><a class="twentyfive icon_right" href="http://www.templates.com/presentations/free-icon-set-for-bloggers.html" title="Free Icon Set for Bloggers" target="_blank" rel="nofollow">Free Icon Set for Bloggers</a><a class="twentysix" href="http://webtoolkit4.me/2009/06/10/icon-set-free-glossy-social-icons/" title="Free Glossy Social Icons" target="_blank" rel="nofollow">Free Glossy Social Icons</a><a class="twentyseven" href="http://www.smashingmagazine.com/2008/12/29/free-icons-photoshop-brushes-and-a-wordpress-theme/" title="Nurture Icon Set" target="_blank" rel="nofollow">Nurture Icon Set</a><a class="twentyeight" href="http://arbent.net/blog/freebies-a-social-media-icon-set-just-for-you" title="Circular Social Media Icons" target="_blank" rel="nofollow">Circular Social Media Icons</a><a class="twentynine" href="http://icondock.com/free/vector-social-media-icons" title="Icon Dock Vector Icons" target="_blank" rel="nofollow">Icon Dock Vector Icons</a><a class="thirty icon_right" href="http://www.iconspedia.com/pack/web-2-0-social-bookmarks/" title="Web 2.0 Icons" target="_blank" rel="nofollow">Web 2.0 Icons</a><a class="thirtyone" href="http://www.tutorial9.net/resources/3d-social-media-icon-pack-20-icon-set/" title="Social Media 3D Icons Pack" target="_blank" rel="nofollow">Social Media 3D Icons Pack</a><a class="thirtytwo" href="http://www.tutorial9.net/resources/free-icons-grunge-peeling-stickers-social-media-icons/" title="Grunge Peeling Sticker Social Media Icon Set" target="_blank" rel="nofollow">Grunge Peeling Sticker Social Media Icon Set</a><a class="thirtythree" href="http://www.tutorial9.net/resources/free-icon-pack-bevel-dark-social-icons/" title="Bevel Dark Social Media Icons" target="_blank" rel="nofollow">Bevel Dark Social Media Icons</a><a class="thirtyfour" href="http://www.smashingmagazine.com/2008/09/10/cheers-a-free-social-icon-set/" title="Cheers" target="_blank" rel="nofollow">Cheers</a><a class="thirtyfive icon_right" href="http://www.smashingmagazine.com/2008/04/01/fresh-free-and-gorgeous-rssfeed-icons/" title="RSS Feed Icons" target="_blank" rel="nofollow">RSS Feed Icons</a><a class="thirtysix" href="http://psd.tutsplus.com/freebies/icons/free-set-of-25-icons-from-turbomilk-courtesy-of-graphicriver/" title="TurboMilk Icons" target="_blank" rel="nofollow">TurboMilk Icons</a><a class="thirtyseven" href="http://psd.tutsplus.com/freebies/icons/81-pixel-perfect-social-media-icons/" title="Pixel Perfect Social Media Icons" target="_blank" rel="nofollow">Pixel Perfect Social Media Icons</a><a class="thirtyeight" href="http://www.zeusboxstudio.com/icon/social-balls" title="Social Balls" target="_blank" rel="nofollow">Social Balls</a><a class="thirtynine" href="http://thinkdesignblog.com/free-vectors-20-free-social-bookmarking-icons.htm" title="Free Vector Icons" target="_blank" rel="nofollow">Free Vector Icons</a><a class="forty icon_right" href="http://thinkdesignblog.com/free-vectors-social-networking-icons-10-colors2-styles.htm" title="More Free Vector Icons" target="_blank" rel="nofollow">More Free Vector Icons</a><a class="fortyone" href="http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/" title="Social Network Icon Pack" target="_blank" rel="nofollow">Social Network Icon Pack</a><a class="fortytwo" href="http://webtoolkit4.me/2009/03/17/polaroid-icon-set/" title="Polaroid Icon Set" target="_blank" rel="nofollow">Polaroid Icon Set</a><a class="fortythree" href="http://icon.leau.net/" title="Forty Free Social Icons" target="_blank" rel="nofollow">Forty Free Social Icons</a><a class="fortyfour" href="http://nishad2m8.deviantart.com/art/jeans-social-media-icon-pack-131069708" title="Jeans Icon Pack" target="_blank" rel="nofollow">Jeans Icon Pack</a><a class="fortyfive icon_right" href="http://colaja.deviantart.com/art/Extreme-Grunge-Garments-Icons-137666117" title="Extreme Grunge Garments Icons" target="_blank" rel="nofollow">Extreme Grunge Garments Icons</a><a class="fortysix" href="http://webtreatsetc.deviantart.com/art/Black-Paint-Splatter-Icons-138031300" title="Black Paint Splatter Icons" target="_blank" rel="nofollow">Black Paint Splatter Icons</a><a class="fortyseven" href="http://www.snap2objects.com/2007/11/06/free-vector-social-bookmark-icons/" title="Free Vector Social Bookmark Icons" target="_blank" rel="nofollow">Free Vector Social Bookmark Icons</a><a class="fortyeight" href="http://www.snap2objects.com/2009/12/15/3d-social-media-icons-for-bloggers/" title="3D Social Media Icons for Bloggers" target="_blank" rel="nofollow">3D Social Media Icons for Bloggers</a><a class="fortynine" href="http://www.snap2objects.com/2009/02/05/social-bookmark-sketchy-icons/" title="Social Bookmark Sketchy Icons" target="_blank" rel="nofollow">Social Bookmark Sketchy Icons</a><a class="fifty icon_right" href="http://www.webfruits.it/freebies.htm#maxIconsSet1" title="Webfruits Blog Icons Set One" target="_blank" rel="nofollow">Webfruits Blog Icons Set One</a><a class="fiftyone" href="http://www.webfruits.it/freebies.htm#maxIconsSet2" title="Webfruits Blog Icons Set Two" target="_blank" rel="nofollow">Webfruits Blog Icons Set Two</a><a class="fiftytwo" href="http://www.webfruits.it/freebies.htm#maxIconsSet3" title="Webfruits Blog Icons Set Three" target="_blank" rel="nofollow">Webfruits Blog Icons Set Three</a><a class="fiftythree" href="http://thedesignsuperhero.com/2009/03/heart-v2-free-social-iconset-in-heart-shape/" title="Hearts" target="_blank" rel="nofollow">Hearts</a><a class="fiftyfour" href="http://www.iconspedia.com/pack/social-post-stamps-1860/" title="Stamps" target="_blank" rel="nofollow">Stamps</a><a class="fiftyfive icon_right" href="http://icontexto.blogspot.com/2009/02/drink-web-20.html" title="Drink Web 2.0 Icons" target="_blank" rel="nofollow">Drink Web 2.0 Icons</a><a class="fiftysix" href="http://deepubalan.com/blog/2009/12/14/high-resolution-social-media-iconset-for-free-price-tag-style/" title="Pricetag Social Media Icons" target="_blank" rel="nofollow">Pricetag Social Media Icons</a><a class="fiftyseven" href="http://www.chethstudios.net/2009/02/wild-twist-social-media-icon-pack.html" title="Wild Twist Social Media Icon Pack" target="_blank" rel="nofollow">Wild Twist Social Media Icon Pack</a><a class="fiftyeight" href="http://www.noupe.com/freebie/new-free-social-media-icon-set-for-your-blog.html" title="Beeker Social Media Icons" target="_blank" rel="nofollow">Beeker Social Media Icons</a><a class="fiftynine" href="http://sixrevisions.com/freebies/free-set-of-social-media-icons-rivet-social/" title="Rivet Social Media Icons" target="_blank" rel="nofollow">Rivet Social Media Icons</a><a class="sixty icon_right" href="http://cheth.deviantart.com/art/Sleek-Social-Network-tab-icons-142555717" title="Sleek Social Network Tabs" target="_blank" rel="nofollow">Sleek Social Network Tabs</a><a class="sixtyone" href="http://mfayaz.deviantart.com/art/FreeHand-ColorStroked-icon-pac-117362788" title="Free Hand Color Stroked Icon Set" target="_blank" rel="nofollow">Free Hand Color Stroked Icon Set</a><a class="sixtytwo" href="http://fiyah-gfx.deviantart.com/art/34-Wood-Social-Media-Icons-133693398" title="Wood Social Media Icons" target="_blank" rel="nofollow">Wood Social Media Icons</a><a class="sixtythree" href="http://kyo-tux.deviantart.com/art/PC-Social-Media-Icons-148039281" title="PC Social Media Icons" target="_blank" rel="nofollow">PC Social Media Icons</a><a class="sixtyfour" href="http://littleboxofideas.deviantart.com/art/SocioLEGO-Lego-Social-Icon-Set-130121656" title="Lego Social Media Icons" target="_blank" rel="nofollow">Lego Social Media Icons</a><a class="sixtyfive icon_right" href="http://paulodelvalle.deviantart.com/art/Social-Media-Buttons-140893744" title="Social Media Buttons" target="_blank" rel="nofollow">Social Media Buttons</a><a class="sixtysix" href="http://iconblock.deviantart.com/art/Social-2-Duo-118057239" title="Social 2 Duo" target="_blank" rel="nofollow">Social 2 Duo</a><a class="sixtyseven" href="http://www.chethstudios.net/2009/11/christmas-free-social-networking-icons.html" title="Christmas Social Icon Pack" target="_blank" rel="nofollow">Christmas Social Icon Pack</a><a class="sixtyeight" href="http://studiom6.deviantart.com/art/65-Bookmarks-And-Social-Icons-120098825" title="65 Social Icons" target="_blank" rel="nofollow">65 Social Icons</a><a class="sixtynine" href="http://www.thelogorunner.com/latest-news/free-social-bookmarking-icons/" title="Free Social Bookmarking Icons" target="_blank" rel="nofollow">Free Social Bookmarking Icons</a><a class="seventy icon_right" href="http://www.thelogorunner.com/latest-news/free-vector-social-bookmarking-icons/" title="Free Vector Social Media Icons" target="_blank" rel="nofollow">Free Vector Social Media Icons</a><a class="seventyone" href="http://sixrevisions.com/freebies/icons/free-vector-icons-panda-social-network-icons/" title="Panda Social Network Icons" target="_blank" rel="nofollow">Panda Social Network Icons</a><a class="seventytwo" href="http://sixrevisions.com/freebies/icons/social-sketches-exclusive-free-hand-sketched-icon-set/" title="Social Sketches" target="_blank" rel="nofollow">Social Sketches</a><a class="seventythree" href="http://sixrevisions.com/freebies/icons/free-social-media-icons-old-bottle-crowns-icon-set/" title="Old Bottle Crowns Social Icon Set" target="_blank" rel="nofollow">Old Bottle Crowns Social Icon Set</a><a class="seventyfour" href="http://sixrevisions.com/freebies/icons/free-set-of-social-media-icons-large-icons-social/" title="Large Social Icons" target="_blank" rel="nofollow">Large Social Icons</a><a class="seventyfive icon_right" href="http://arbent.net/blog/circular-social-media-icons" title="Grunge Circular Social Icons" target="_blank" rel="nofollow">Grunge Circular Social Icons</a><a class="seventysix" href="http://arbent.net/blog/social-media-stars-icon-set" title="Stars Social Icons Set" target="_blank" rel="nofollow">Stars Social Icons Set</a><a class="seventyseven" href="http://wegraphics.net/downloads/icons-downloads/free-social-media-icon-set/" title="Free Social Media Icon Set" target="_blank" rel="nofollow">Free Social Media Icon Set</a><a class="seventyeight" href="http://www.myinkblog.com/2010/04/18/splatter-social-media-icons/" title="Splatter Social Media Icons" target="_blank" rel="nofollow">Splatter Social Media Icons</a><a class="seventynine" href="http://creativenerds.co.uk/freebies/a-free-sophisticated-premium-peel-over-icon-set/" title="Premium Peel Over Icon Set" target="_blank" rel="nofollow">Premium Peel Over Icon Set</a><a class="eighty icon_right" href="http://www.elegantthemes.com/blog/resources/free-social-media-icon-set" title="Elegant Themes Social Icons" target="_blank" rel="nofollow">Elegant Themes Social Icons</a><a class="eightyone" href="http://designinstruct.com/free-resources/icons/sleeksocial-icon-pack/" title="Sleek Social Icon Pack" target="_blank" rel="nofollow">Sleek Social Icon Pack</a><a class="eightytwo" href="http://www.hongkiat.com/blog/freebie-release-social-truck-icon-set/" title="Social Truck Icon Set" target="_blank" rel="nofollow">Social Truck Icon Set</a><a class="eightythree" href="http://www.tutorial9.net/resources/social-buzz-icon-pack/" title="Social Buzz Icon Pack" target="_blank" rel="nofollow">Social Buzz Icon Pack</a><a class="eightyfour" href="http://www.hongkiat.com/blog/social-network-icon-set/" title="Social Network Icon Set" target="_blank" rel="nofollow">Social Network Icon Set</a><a class="eightyfive icon_right" href="http://www.pinkmoustache.net/new-free-social-icons-sticker-set/" title="Free Social Icon Sticker Set" target="_blank" rel="nofollow">Free Social Icon Sticker Set</a><a class="eightysix" href="http://iconshots.com/free-icons/vector-social-media-icons/" title="Vector Social Media Icons" target="_blank" rel="nofollow">Vector Social Media Icons</a><a class="eightyseven" href="http://www.cypherbox.net/blog/free-social-media-icons-for-your-blog/" title="Free Social Media Icons for Your Blog" target="_blank" rel="nofollow">Free Social Media Icons for Your Blog</a><a class="eightyeight" href="http://digitalartempire.com/2010/02/free-social-media-networking-bookmarking-icon-set/" title="Networking and Bookmarking Icon Set" target="_blank" rel="nofollow">Networking and Bookmarking Icon Set</a><a class="eightynine" href="http://rafiki270.deviantart.com/art/Hand-drawn-social-media-icons-153787919" title="Hand Drawn Social Media Icons" target="_blank" rel="nofollow">Hand Drawn Social Media Icons</a><a class="ninety icon_right" href="http://webexpedition18.com/articles/vintage-icon-set-for-bloggers/" title="Vintage Icon Set for Bloggers" target="_blank" rel="nofollow">Vintage Icon Set for Bloggers</a><a class="ninetyone" href="http://www.daddydesign.com/wordpress/72-free-puzzle-social-network-icons/" title="Puzzle Social Network Icons" target="_blank" rel="nofollow">Puzzle Social Network Icons</a><a class="ninetytwo" href="http://designreviver.com/freebies/exclusive-scribble-social-media-icon-set-and-tutorial/" title="Scribble Social Media Icon Set" target="_blank" rel="nofollow">Scribble Social Media Icon Set</a><a class="ninetythree" href="http://www.webfruits.it/dblog/articolo.asp?articolo=62" title="Social Web Buttons" target="_blank" rel="nofollow">Social Web Buttons</a><a class="ninetyfour" href="http://icontexto.deviantart.com/art/WebDev-Social-Bookmark-95974780" title="WebDev Social Bookmarks" target="_blank" rel="nofollow">WebDev Social Bookmarks</a><a class="ninetyfive icon_right" href="http://bigkobe.deviantart.com/art/Website-Icons-Vol-1-95915593" title="Website Icons" target="_blank" rel="nofollow">Website Icons</a><a class="ninetysix" href="http://icontexto.blogspot.com/2009/04/icontexto-web-20-user.html" title="IconTexto Web 2.0 User Icons" target="_blank" rel="nofollow">IconTexto Web 2.0 User Icons</a><a class="ninetyseven" href="http://www.freeiconsdownload.com/Free_Downloads.asp?id=330" title="Apollo Icons" target="_blank" rel="nofollow">Apollo Icons</a><a class="ninetyeight" href="http://www.marcofolio.net/icon/social_post_stamps_free_icon_set.html" title="Social Post Stamps" target="_blank" rel="nofollow">Social Post Stamps</a><a class="ninetynine" href="http://narjisnaqvi.deviantart.com/art/Web-social-icons-117562335" title="Web Social Icons" target="_blank" rel="nofollow">Web Social Icons</a><a class="hundred icon_right" href="http://tydlinka.deviantart.com/art/Set-of-social-grunge-icons-109456180" title="Social Grunge Icons" target="_blank" rel="nofollow">Social Grunge Icons</a><a class="hundredone" href="http://gizzistar.deviantart.com/art/Socials-PNG-icons-by-giZ-100882199" title="Social PNG Icons" target="_blank" rel="nofollow">Social PNG Icons</a><a class="hundredtwo" href="http://www.noupe.com/freebie/free-furry-cushions-social-icons-set.html" title="Furry Cushion Social Icons" target="_blank" rel="nofollow">Furry Cushion Social Icons</a><a class="hundredthree" href="http://speckyboy.com/2010/02/04/free-grass-textured-social-bookmarking-icon-set/" title="Grass Textured Icons" target="_blank" rel="nofollow">Grass Textured Icons</a><a class="hundredfour" href="http://www.dawghousedesignstudio.com/archives/2010/free-icons-vintage-postage-stamps-social-media-icon-pack/" title="Vintage Stamp Icons" target="_blank" rel="nofollow">Vintage Stamp Icons</a><a class="hundredfive icon_right" href="http://www.pinkmoustache.net/20-amazing-3d-social-icons/" title="Amazing 3D Social Icons" target="_blank" rel="nofollow">Amazing 3D Social Icons</a><a class="hundredsix" href="http://www.iconarchive.com/category/social-network/free-social-icons-by-iconshock.html" title="Free Social Icons by IconShock" target="_blank" rel="nofollow">Free Social Icons by IconShock</a><a class="hundredseven" href="http://koidesign.deviantart.com/art/koidesign-social-icon-pack-135276528" title="Koidesign Social Icon Pack" target="_blank" rel="nofollow">Koidesign Social Icon Pack</a><a class="hundredeight" href="http://www.freesocialicons.com/free-pumpkin-halloween-social-icons/" title="Pumpkin Halloween Social Icons" target="_blank" rel="nofollow">Pumpkin Halloween Social Icons</a><a class="hundrednine" href="http://www.freesocialicons.com/free-social-media-bird-icons/" title="Free Social Media Bird Icons" target="_blank" rel="nofollow">Free Social Media Bird Icons</a><a class="hundredten icon_right" href="http://www.freeiconsdownload.com/Free_Downloads.asp?id=906" title="High Detail Social Icons" target="_blank" rel="nofollow">High Detail Social Icons</a><a class="hundredeleven" href="http://www.freeiconsdownload.com/Free_Downloads.asp?id=747" title="Lontar Social Icons" target="_blank" rel="nofollow">Lontar Social Icons</a><a class="hundredtwelve" href="http://www.freeiconsdownload.com/Free_Downloads.asp?id=656" title="Shiny Hearts" target="_blank" rel="nofollow">Shiny Hearts</a><a class="hundredthirteen" href="http://www.freeiconsdownload.com/Free_Downloads.asp?id=595" title="Starry Site Icons" target="_blank" rel="nofollow">Starry Site Icons</a><a class="hundredfourteen" href="http://www.iconarchive.com/category/social-network/beer-cap-social-icons-by-cute-little-factory.html" title="Beer Cap Social Icons" target="_blank" rel="nofollow">Beer Cap Social Icons</a><a class="hundredfifteen icon_right" href="http://www.iconarchive.com/category/social-network/blue-jeans-social-media-icons-by-mysitemyway.html" title="Blue Jeans Social Icons" target="_blank" rel="nofollow">Blue Jeans Social Icons</a><a class="hundredsixteen" href="http://www.freeiconsdownload.com/Free_Downloads.asp?id=907" title="Amazing Social Icons" target="_blank" rel="nofollow">Amazing Social Icons</a><a class="hundredseventeen" href="http://icons.mysitemyway.com/matte-white-square-icons-social-media-logos/" title="Matte White Square Icons" target="_blank" rel="nofollow">Matte White Square Icons</a><a class="hundredeighteen" href="http://icons.mysitemyway.com/magic-marker-icons-social-media-logos/" title="Magic Marker Icons" target="_blank" rel="nofollow">Magic Marker Icons</a><a class="hundrednineteen" href="http://icons.mysitemyway.com/simple-black-square-icons-social-media-logos/" title="Simple Black Square Icons" target="_blank" rel="nofollow">Simple Black Square Icons</a><a class="hundredtwenty icon_right" href="http://icons.mysitemyway.com/simple-red-square-icons-social-media-logos/" title="Simple Red Square Icons" target="_blank" rel="nofollow">Simple Red Square Icons</a><a class="hundredtwentyone" href="http://icons.mysitemyway.com/gallery/post/glowing-green-neon-icons-social-media-logos/" title="Glowing Green Neon Icons" target="_blank" rel="nofollow">Glowing Green Neon Icons</a><a class="hundredtwentytwo" href="http://icons.mysitemyway.com/3d-glossy-orange-orbs-icons-social-media-logos/" title="3D Glossy Orange Orb Icons" target="_blank" rel="nofollow">3D Glossy Orange Orb Icons</a><a class="hundredtwentythree" href="http://icons.mysitemyway.com/gallery/post/crumpled-paper-icons-social-media-logos/page-3/" title="Crumpled Paper Icons" target="_blank" rel="nofollow">Crumpled Paper Icons</a><a class="hundredtwentyfour" href="http://icons.mysitemyway.com/whitewashed-star-patterned-icons-social-media-logos/" title="Whitewashed Star Patterned Icons" target="_blank" rel="nofollow">Whitewashed Star Patterned Icons</a><a class="hundredtwentyfive icon_right" href="http://icons.mysitemyway.com/3d-glossy-pink-orbs-icons-social-media-logos/" title="3D Glossy Pink Orb Icons" target="_blank" rel="nofollow">3D Glossy Pink Orb Icons</a><a class="hundredtwentysix" href="http://icons.mysitemyway.com/category/3d-glossy-blue-orbs-icons/" title="3D Glossy Blue Orb Icons" target="_blank" rel="nofollow">3D Glossy Blue Orb Icons</a><a class="hundredtwentyseven" href="http://icons.mysitemyway.com/3d-transparent-glass-icons-social-media-logos/" title="3D Transparent Glass Icons" target="_blank" rel="nofollow">3D Transparent Glass Icons</a><a class="hundredtwentyeight" href="http://icons.mysitemyway.com/category/abstract-red-and-gold-paint-splatter-icons/" title="Abstract Red and Gold Paint Splatter Icons" target="_blank" rel="nofollow">Abstract Red and Gold Paint Splatter Icons</a><a class="hundredtwentynine" href="http://icons.mysitemyway.com/amber-glossy-chrome-icons-social-media-logos/" title="Amber Glossy Chrome Icons" target="_blank" rel="nofollow">Amber Glossy Chrome Icons</a><a class="hundredthirty icon_right" href="http://icons.mysitemyway.com/category/antique-glowing-copper-orbs-icons/" title="Antique Glowing Copper Orbs Icons" target="_blank" rel="nofollow">Antique Glowing Copper Orbs Icons</a><a class="hundredthirtyone" href="http://icons.mysitemyway.com/category/black-ink-grunge-stamps-textures-icons/" title="Black Ink Grunge Stamps Textures Icons" target="_blank" rel="nofollow">Black Ink Grunge Stamps Textures Icons</a><a class="hundredthirtytwo" href="http://icons.mysitemyway.com/category/black-inlay-crystal-clear-bubble-icons/" title="Black Inlay Crystal Clear Bubble Icons" target="_blank" rel="nofollow">Black Inlay Crystal Clear Bubble Icons</a><a class="hundredthirtythree" href="http://icons.mysitemyway.com/category/black-inlay-steel-squares-icons/" title="Black Inlay Steel Squares Icons" target="_blank" rel="nofollow">Black Inlay Steel Squares Icons</a><a class="hundredthirtyfour" href="http://icons.mysitemyway.com/category/black-paint-splatter-icons/" title="Black Paint Splatter Icons" target="_blank" rel="nofollow">Black Paint Splatter Icons</a><a class="hundredthirtyfive icon_right" href="http://icons.mysitemyway.com/category/blue-jelly-icons/" title="Blue Jelly Icons" target="_blank" rel="nofollow">Blue Jelly Icons</a><a class="hundredthirtysix" href="http://icons.mysitemyway.com/category/blue-chrome-rain-icons/" title="Blue Chrome Rain Icons" target="_blank" rel="nofollow">Blue Chrome Rain Icons</a><a class="hundredthirtyseven" href="http://icons.mysitemyway.com/category/black-white-pearls-icons/" title="Black White Pearl Icons" target="_blank" rel="nofollow">Black White Pearl Icons</a><a class="hundredthirtyeight" href="http://icons.mysitemyway.com/category/blue-metallic-orbs-icons/" title="Blue Metallic Orbs Icons" target="_blank" rel="nofollow">Blue Metallic Orbs Icons</a><a class="hundredthirtynine" href="http://icons.mysitemyway.com/category/blue-retro-rusted-grunge-icons/" title="Blue Retro Rusted Grunge Icons" target="_blank" rel="nofollow">Blue Retro Rusted Grunge Icons</a><a class="hundredforty icon_right" href="http://icons.mysitemyway.com/category/blue-tiedyed-cloth-icons/" title="Blue Tiedyed Cloth Icons" target="_blank" rel="nofollow">Blue Tiedyed Cloth Icons</a><a class="hundredfortyone" href="http://icons.mysitemyway.com/category/flat-gray-floral-icons/" title="Flat Gray Floral Icons" target="_blank" rel="nofollow">Flat Gray Floral Icons</a><a class="hundredfortytwo" href="http://icons.mysitemyway.com/category/firey-orange-jelly-icons/" title="Firey Orange Jelly Icons" target="_blank" rel="nofollow">Firey Orange Jelly Icons</a><a class="hundredfortythree" href="http://icons.mysitemyway.com/category/blue-white-pearls-icons/" title="Blue White Pearls Icons" target="_blank" rel="nofollow">Blue White Pearls Icons</a><a class="hundredfortyfour" href="http://icons.mysitemyway.com/category/glossy-black-3d-buttons-icons/" title="Glossy Black 3D Buttons Icons" target="_blank" rel="nofollow">Glossy Black 3D Buttons Icons</a><a class="hundredfortyfive icon_right" href="http://icons.mysitemyway.com/category/glossy-black-comment-bubbles-icons/" title="Glossy Black Comment Bubbles Icons" target="_blank" rel="nofollow">Glossy Black Comment Bubbles Icons</a><a class="hundredfortysix" href="http://icons.mysitemyway.com/category/glossy-black-icons/" title="Glossy Black Icons" target="_blank" rel="nofollow">Glossy Black Icons</a><a class="hundredfortyseven" href="http://icons.mysitemyway.com/category/glossy-silver-icons/" title="Glossy Silver Icons" target="_blank" rel="nofollow">Glossy Silver Icons</a><a class="hundredfortyeight" href="http://icons.mysitemyway.com/category/glossy-space-icons/" title="Glossy Space Icons" target="_blank" rel="nofollow">Glossy Space Icons</a><a class="hundredfortynine" href="http://icons.mysitemyway.com/category/glossy-waxed-wood-icons/" title="Glossy Wood Icons" target="_blank" rel="nofollow">Glossy Wood Icons</a><a class="hundredfifty icon_right" href="http://icons.mysitemyway.com/category/green-checkered-retro-grunge-icons/" title="Green Checkered Retro Grunge Icons" target="_blank" rel="nofollow">Green Checkered Retro Grunge Icons</a><a class="hundredfiftyone" href="http://icons.mysitemyway.com/category/green-grunge-clipart-icons/" title="Green Grunge Clipart Icons" target="_blank" rel="nofollow">Green Grunge Clipart Icons</a><a class="hundredfiftytwo" href="http://icons.mysitemyway.com/category/green-jelly-icons/" title="Green Jelly Icons" target="_blank" rel="nofollow">Green Jelly Icons</a><a class="hundredfiftythree" href="http://icons.mysitemyway.com/category/green-metallic-orbs-icons/" title="Green Metallic Orb Icons" target="_blank" rel="nofollow">Green Metallic Orb Icons</a><a class="hundredfiftyfour" href="http://icons.mysitemyway.com/category/grunge-brushed-metal-pewter-icons/" title="Grunge Brushed Metal Pewter Icons" target="_blank" rel="nofollow">Grunge Brushed Metal Pewter Icons</a><a class="hundredfiftyfive icon_right" href="http://icons.mysitemyway.com/category/grunge-icons/" title="Grunge Icons" target="_blank" rel="nofollow">Grunge Icons</a><a class="hundredfiftysix" href="http://icons.mysitemyway.com/category/high-resolution-dark-blue-denim-jeans-icons/" title="Dark Blue Denim Jeans Icons" target="_blank" rel="nofollow">Dark Blue Denim Jeans Icons</a><a class="hundredfiftyseven" href="http://icons.mysitemyway.com/category/lime-green-white-pearls-icons/" title="Lime Green White Pearls Icons" target="_blank" rel="nofollow">Lime Green White Pearls Icons</a><a class="hundredfiftyeight" href="http://icons.mysitemyway.com/category/orange-fiesta-icons/" title="Orange Fiesta Icons" target="_blank" rel="nofollow">Orange Fiesta Icons</a><a class="hundredfiftynine" href="http://icons.mysitemyway.com/category/orange-grunge-stickers-icons/" title="Orange Grunge Stickers Icons" target="_blank" rel="nofollow">Orange Grunge Stickers Icons</a><a class="hundredsixty icon_right" href="http://icons.mysitemyway.com/category/orange-white-pearls-icons/" title="Orange White Pearls Icons" target="_blank" rel="nofollow">Orange White Pearls Icons</a><a class="hundredsixtyone" href="http://icons.mysitemyway.com/category/pink-black-cherry-blossom-festival-icons/" title="Pink Black Cherry Blossom Festival Icons" target="_blank" rel="nofollow">Pink Black Cherry Blossom Festival Icons</a><a class="hundredsixtytwo" href="http://icons.mysitemyway.com/category/pink-jelly-icons/" title="Pink Jelly Icons" target="_blank" rel="nofollow">Pink Jelly Icons</a><a class="hundredsixtythree" href="http://icons.mysitemyway.com/category/pink-metallic-orbs-icons/" title="Pink Metallic Orbs Icons" target="_blank" rel="nofollow">Pink Metallic Orbs Icons</a><a class="hundredsixtyfour" href="http://icons.mysitemyway.com/category/purple-white-pearls-icons/" title="Purple White Pearl Icons" target="_blank" rel="nofollow">Purple White Pearl Icons</a><a class="hundredsixtyfive icon_right" href="http://icons.mysitemyway.com/category/quilted-floral-icons/" title="Quilted Floral Icons" target="_blank" rel="nofollow">Quilted Floral Icons</a><a class="hundredsixtysix" href="http://icons.mysitemyway.com/category/red-white-pearls-icons/" title="Red White Pearl Icons" target="_blank" rel="nofollow">Red White Pearl Icons</a><a class="hundredsixtyseven" href="http://icons.mysitemyway.com/category/retro-green-floral-icons/" title="Retro Green Floral Icons" target="_blank" rel="nofollow">Retro Green Floral Icons</a><a class="hundredsixtyeight" href="http://icons.mysitemyway.com/category/rounded-glossy-black-icons/" title="Rounded Glossy Black Icons" target="_blank" rel="nofollow">Rounded Glossy Black Icons</a><a class="hundredsixtynine" href="http://icons.mysitemyway.com/category/silver-inlay-square-metal-icons/" title="Silver Inlay Square Icons" target="_blank" rel="nofollow">Silver Inlay Square Metal Icons</a><a class="hundredseventy icon_right" href="http://icons.mysitemyway.com/category/simple-red-glossy-icons/" title="Simple Red Glossy Icons" target="_blank" rel="nofollow">Simple Red Glossy Icons</a><a class="hundredseventyone" href="http://icons.mysitemyway.com/category/sky-blue-white-pearls-icons/" title="Sky Blue White Pearl Icons" target="_blank" rel="nofollow">Sky Blue White Pearl Icons</a><a class="hundredseventytwo" href="http://icons.mysitemyway.com/category/stitched-denim-blue-jeans-icons/" title="Stitched Denim Blue Jeans Icons" target="_blank" rel="nofollow">Stitched Denim Blue Jeans Icons</a><a class="hundredseventythree" href="http://icons.mysitemyway.com/category/striped-retro-grunge-icons/" title="Striped Retro Grunge Icons" target="_blank" rel="nofollow">Striped Retro Grunge Icons</a><a class="hundredseventyfour" href="http://icons.mysitemyway.com/category/ultra-glossy-silver-buttons-icons/" title="Ultra Glossy Silver Button Icons" target="_blank" rel="nofollow">Ultra Glossy Silver Button Icons</a><a class="hundredseventyfive icon_right" href="http://icons.mysitemyway.com/category/vibrant-pattern-icons/" title="Vibrant Pattern Icons" target="_blank" rel="nofollow">Vibrant Pattern Icons</a><a class="hundredseventysix" href="http://icons.mysitemyway.com/category/yellow-black-striped-grunge-construction-icons/" title="Yellow Black Striped Grunge Construction Icons" target="_blank" rel="nofollow">Yellow Black Striped Grunge Construction Icons</a><a class="hundredseventyseven" href="http://icons.mysitemyway.com/category/yellow-comment-bubbles-icons/" title="Yellow Comment Bubbles Icons" target="_blank" rel="nofollow">Yellow Comment Bubbles Icons</a><a class="hundredseventyeight" href="http://icons.mysitemyway.com/category/yellow-road-sign-icons/" title="Yellow Road Sign Icons" target="_blank" rel="nofollow">Yellow Road Sign Icons</a><a class="hundredseventynine" href="http://icons.mysitemyway.com/matte-blue-and-white-square-icons-social-media-logos/" title="Matte Blue and White Square Icons" target="_blank" rel="nofollow">Matte Blue and White Square Icons</a><a class="hundredeighty icon_right" href="http://icons.mysitemyway.com/matte-grey-square-icons-social-media-logos/" title="Matte Grey Square Icons" target="_blank" rel="nofollow">Matte Grey Square Icons</a><a class="hundredeightyone" href="http://icons.mysitemyway.com/category/glowing-purple-neon-icons/" title="Glowing Purple Neon Icons" target="_blank" rel="nofollow">Glowing Purple Neon Icons</a></p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/6LOGf2ISgnU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/355/free-social-media-icons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.themebig.com/355/free-social-media-icons/</feedburner:origLink></item>
		<item>
		<title>New And Improved Thesis Numbered Page Navigation</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/6Rd1WgeN7o4/</link>
		<comments>http://www.themebig.com/317/new-and-improved-thesis-numbered-page-navigation/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 23:40:20 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Hooks]]></category>

		<guid isPermaLink="false">http://www.themebig.com/?p=317</guid>
		<description><![CDATA[A while back I wrote a tutorial over at Art of Blog explaining how to set up numbered page navigation for Thesis without using a plugin. While the code in that post is serviceable, it needs to be updated. If you are filtering any posts from your homepage, using custom templates, or using any custom taxonomy pages then the numbered nav gets a bit buggy. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A while back I wrote a tutorial over at <a href="http://www.artofblog.com/thesis-page-navigation/" target="_blank">Art of Blog</a> explaining how to set up numbered page navigation for Thesis without using a plugin.  While the code in that post is serviceable, it needs to be updated.  If you are filtering any posts from your homepage, using custom templates, or using any custom taxonomy pages then the numbered nav gets a bit buggy.</p>
<h3>Why use Numbered Page Navigation?</h3>
<p>The main reason to use numbered page navigation is to improve the navigation of your blog.  Anything you can do to up your page views will contribute to your blogging goals whether that&#8217;s gaining RSS subscribers, newsletter subscribers, selling ads or whatever else.</p>
<h3>The New Code</h3>
<p>This new code is compatible with every post index on your website!  Blog index?  Done.  Search page?  Check.  Archive (tag, category, and author) pages?  Yup.  Custom taxonomies?  Yessir!  Got a custom loop?  Filtering posts from any loop?  You&#8217;re covered.  This code is written to be incredibly flexible, and uses the same pagination method as Thesis itself!</p>
<p>Here&#8217;s the code to copy and paste into <code>custom_functions.php</code>.</p>
<pre class="php">function numbered_page_nav($prelabel = &#039;&#039;, $nxtlabel = &#039;&#039;, $pages_to_show = 8) {
    global $wp_query, $paged;
    $custom_range = round( $pages_to_show/2 );
    $max_page = $wp_query-&gt;max_num_pages;
    if( is_home() || is_archive() || is_search() || is_tax() ) {
        if(!$paged) {
            $paged = 1;
        }
        if($max_page &gt; 1) { ?&gt;
            &lt;ul class=&quot;numbered_nav&quot;&gt;&lt;li class=&quot;intro&quot;&gt;Page &lt;? echo $paged; ?&gt; of &lt;? echo $max_page; ?&gt;&lt;/li&gt;
            &lt;? if( $paged &gt;= ( $pages_to_show-2) ) { ?&gt;
                &lt;li class=&quot;number&quot;&gt;&lt;a href=&quot;&lt;? echo get_pagenum_link(); ?&gt;&quot;&gt;1&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;ellipsis&quot;&gt;...&lt;/li&gt;
            &lt;? }
            for( $i = $paged - $custom_range; $i &lt;= $paged + $custom_range; $i++ ) {
                if( $i &gt;= 1 &amp;&amp; $i &lt;= $max_page ) {
                    if( $i == $paged ) { ?&gt;
                        &lt;li class=&quot;current_number&quot;&gt;&lt;? echo $i; ?&gt;&lt;/li&gt;
                    &lt;? }
                    else { ?&gt;
                        &lt;li class=&quot;number&quot;&gt;&lt;a href=&quot;&lt;? echo get_pagenum_link($i); ?&gt;&quot;&gt;&lt;? echo $i; ?&gt;&lt;/a&gt;&lt;/li&gt;
                    &lt;? }
                }
            }
            if ( ($paged + $custom_range) &lt; ($max_page) ) { ?&gt;
                &lt;li class=&quot;ellipsis&quot;&gt;...&lt;/li&gt;&lt;li class=&quot;number&quot;&gt;&lt;a href=&quot;&lt;? echo get_pagenum_link($max_page); ?&gt;&quot;&gt;&lt;? echo $max_page; ?&gt;&lt;/a&gt;&lt;/li&gt;
            &lt;? } ?&gt;
            &lt;/ul&gt;
        &lt;? }
    }
}
remove_action('thesis_hook_after_content', 'thesis_post_navigation');
add_action('thesis_hook_after_content', 'numbered_page_nav');</pre>
<h3>Adding Style</h3>
<p>The CSS for this code will vary quite a bit, but here is the CSS I&#8217;m using here on Theme Big.  </p>
<pre class="css">.numbered_nav { list-style-type: none; font-size: 10pt; margin: 0 0 2em; padding-right: 2em; overflow: hidden; color: #7e572e; text-shadow: 0px 1px #fff; font-weight: bold; }
.numbered_nav li { float: left; margin-right: .4em; overflow: hidden; }
.numbered_nav li a { display: block; padding: .5em .7em; color: #7e572e; background: #fefee8; }
.numbered_nav li a:hover { color: #cc661d; }
.numbered_nav li.number a:hover { background: #fefee8; color: #7e572e; text-shadow: 0px 1px #fff; border-bottom: .3em solid #4e973f; }
.numbered_nav li.intro { margin-right: 1.5em; background: #cc661d; color: #fefee8; text-shadow: 0px 1px #0c3144; padding: .5em .7em; }
.numbered_nav li.current_number { padding: .5em .7em; border-bottom: .3em solid #4e973f; background: #fefee8; }
.numbered_nav li.ellipsis { border: 0; padding: .3em 0; }</pre>
<p>You&#8217;ll need to tweak this to match up to your own design, but this should give you a pretty good starting point.  If you have any questions give me a shout in the comments and I&#8217;ll do my best to help you out!</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/6Rd1WgeN7o4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/317/new-and-improved-thesis-numbered-page-navigation/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		<feedburner:origLink>http://www.themebig.com/317/new-and-improved-thesis-numbered-page-navigation/</feedburner:origLink></item>
		<item>
		<title>Two Useful Edits For Thesis Excerpts</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/CzlCKo1fIbc/</link>
		<comments>http://www.themebig.com/179/two-useful-edits-for-thesis-excerpts/#comments</comments>
		<pubDate>Sat, 01 May 2010 15:22:20 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Filters]]></category>

		<guid isPermaLink="false">http://www.rockingwp.com/?p=179</guid>
		<description><![CDATA[Thesis offers you a ton of options for using excerpts. The problem is, you can&#8217;t control the length and this ugly &#8220;[...]&#8221; shows up at the end. Let&#8217;s get that under control. Removing The Elipses This is pretty simple. All we are going to do is use a filter that singles out the &#8220;[...]&#8221; and replaces it with nothing. Just copy and paste this code [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.rockingwp.com/aff/thesis.php">Thesis</a> offers you a ton of options for using excerpts.  The problem is, you can&#8217;t control the length and this ugly &#8220;[...]&#8221; shows up at the end.  Let&#8217;s get that under control.</p>
<h3>Removing The Elipses</h3>
<p>This is pretty simple.  All we are going to do is use a filter that singles out the &#8220;[...]&#8221; and replaces it with nothing.  Just copy and paste this code into custom_functions.php:</p>
<pre class="html">function no_ellipsis($text) {
	return str_replace('[...]', '', $text);
}
add_filter('the_excerpt', 'no_ellipsis');</pre>
<h3>Adjusing The Excerpt Length</h3>
<p>Well, this is about as simple as it gets.  We insert the parameter <code>$length</code> into the function title.  Then, we return the length in number of words contained in the excerpt.  The default is 55.  I&#8217;ve set it to 30 here, but you can set it to whatever you like.</p>
<pre class="html">function excerpt_length($length) {
	return 30;
}
add_filter('excerpt_length', 'excerpt_length');</pre>
<h4>Advanced Excerpt Length Control</h4>
<p>You can take this a step further using <a href="http://codex.wordpress.org/Conditional_Tags">conditional tags</a>.  Let&#8217;s say you want different excerpt lengths for your homepage and archive pages.  Let&#8217;s say you also have a list of posts from a specific category on your homepage and you need a really short excerpt for that.  Your code would look like this.</p>
<pre class="html">function excerpt_length($length) {
	if( is_home() &amp;&amp; in_category('featured') ) {
		return 10;
	} elseif( is_home() &amp;&amp; !in_category('featured') ) {
		return 70;
	} else {
		return 40;
	}
}
add_filter('the_excerpt', 'excerpt_length');</pre>
<p>Once you learn to be creative with conditional tags, you open up a world of possibilities when it comes to serving content dynamically.  This is just one example.</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/CzlCKo1fIbc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/179/two-useful-edits-for-thesis-excerpts/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.themebig.com/179/two-useful-edits-for-thesis-excerpts/</feedburner:origLink></item>
		<item>
		<title>How to Create a WordPress Function</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/qTYEgsV9tZM/</link>
		<comments>http://www.themebig.com/94/create-wordpress-functions/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:44:47 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.rockingwp.com/?p=94</guid>
		<description><![CDATA[I&#8217;ve seen a ton of tutorials for creating WordPress functions. The thing is, most of them are over-complicated garbage that are really only understandable to people who already know how to write functions. What&#8217;s the point in that? Let me show you a simple 4 step process to get this crap under control. What is a WordPress Function? Actually, functions aren&#8217;t anything unique to WordPress. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve seen a ton of tutorials for creating WordPress functions.  The thing is, most of them are over-complicated garbage that are really only understandable to people who already know how to write functions. What&#8217;s the point in that?  Let me show you a simple 4 step process to get this crap under control.</p>
<h3>What is a WordPress Function?</h3>
<p>Actually, functions aren&#8217;t anything unique to WordPress.  In reality, functions are a basic core component of PHP (the coding language WordPress is built on).  However, since you (and I) are unlikely to ever need to code anything outside of WordPress, we&#8217;ll just talk about it in that context.</p>
<p>Think of a WordPress function as a simple, effective way to shorten your code.  It allows you to add one line of code to your markup rather than how ever many lines your function is.  I&#8217;ve written functions that are hundreds of lines long, so these functions are pretty handy.</p>
<h3>The Process</h3>
<p>As I said, I&#8217;m going to lay out a simple 4 step process for creating a function.  Here we go:</p>
<h4>1. Name Your Function</h4>
<p>Think you can handle that?  I certainly hope so.  I would just choose something simple that defines what the function does and fits with the overall theme of your website.  For example, if I had a website about cats, and I was writing a function for an excerpt about mittens, I might call the function &#8220;kitten_mittens&#8221;&#8230;</p>
<h4>2. Create Your Function&#8217;s Structure</h4>
<p>All functions require the same basic structure.  They need the word &#8220;function&#8221; to appear at the beginning, the name of your function, and content enclosed in brackets.  It looks like this:</p>
<pre class="html">function kitten_mittens() {
	// example content
}</pre>
<p>Oh yeah, those pesky little parentheses after the function name are important too.  Since we&#8217;re keeping this simple, let&#8217;s save that for another post.  You don&#8217;t need to do anything with them, you just have to include them in your function.</p>
<h4>3. Add Content, Let Simmer</h4>
<p>So now we have a name for our function and we&#8217;ve created our structure.  Where to?  Oh, that&#8217;s right, our function is useless without content.  Let&#8217;s add a paragraph about kitten mittens.</p>
<pre class="html">function kitten_mittens() {
	&lt;p&gt;Does your cat making toooooo much noise all the time?  Is your cat constantly stomping around, driving you crazy?!?  Think there's no answer?  Try Kitten Mittens!!!&lt;/p&gt;
}</pre>
<p>You can add whatever you want here.  It can be a list, a group of ads, an about the author box&#8230;whatever you want!</p>
<h4>4. Add HTML/PHP Switches</h4>
<p>HTML and PHP aren&#8217;t friends.  They don&#8217;t play well with each other.  Sooooo, we have to seperate them.  We have to tell WordPress when we&#8217;re using PHP and when we&#8217;re using HTML.  Luckily, this is extremely easy.  All we have to do is add <code>?&gt;</code> to switch from PHP to HTML, and <code>&lt;?</code> to switch from HTML to PHP.</p>
<pre class="html">function kitten_mittens() { <strong>?&gt;</strong>
	&lt;p&gt;Does your cat making toooooo much noise all the time?  Is your cat constantly stomping around, driving you crazy?!?  Think there's no answer?  Try Kitten Mittens!!!&lt;/p&gt;
<strong>&lt;?</strong> }</pre>
<p>And there you have it.  That&#8217;s a completed WordPress function ladies and gents.</p>
<h3>Using Your Function</h3>
<p>Now for the easy part&#8230;using your function in your WordPress theme.  You just need to place <code>&lt;?php kitten_mittens(); ?&gt;</code> where ever you want your excerpt about kitten mittens to appear in your theme.</p>
<p>If you&#8217;re using <a href="http://www.rockingwp.com/aff/thesis.php" target="_blank">Thesis</a>, you&#8217;ll need to attach the function to a hook in custom_functions.php in order for it to appear in your theme.  That looks like this:</p>
<pre class="html">add_action('thesis_hook', 'kitten_mittens');</pre>
<p>Obviously, you&#8217;ll need to use whichever Thesis hook is appropriate for your situation.</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/qTYEgsV9tZM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/94/create-wordpress-functions/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		<feedburner:origLink>http://www.themebig.com/94/create-wordpress-functions/</feedburner:origLink></item>
		<item>
		<title>The Obligatory Plugin Rant</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/GsxZQ4u3REY/</link>
		<comments>http://www.themebig.com/77/plugin-rant/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 21:28:14 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.rockingwp.com/?p=77</guid>
		<description><![CDATA[Not all WordPress plugins are created equal. There are some plugins, loved and used by many, that are absolutely horrific in terms of your site&#8217;s performance. Conversely, there are plugins that virtually no one uses that are absolutely fan-damn-tastic. With that said, unfortunately most plugins fall into the former category rather than the latter. The Down Low on Plugins So, here a few golden rules [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Not all WordPress plugins are created equal.  There are some plugins, loved and used by many, that are absolutely horrific in terms of your site&#8217;s performance.  Conversely, there are plugins that virtually no one uses that are absolutely fan-damn-tastic.  With that said, unfortunately most plugins fall into the former category rather than the latter.</p>
<h3>The Down Low on Plugins</h3>
<p>So, here a few golden rules of using WordPress plugins:</p>
<h4>1. Only use a plugin if three things are true:</h4>
<p><em>Note: The third point is especially important!</em></p>
<ul>
<li>You absolutely must have the functionality offered by this plugin</li>
<li>You can&#8217;t easily accomplish the same functionality without a plugin</li>
<li>The damage done to your site&#8217;s performance by activating this plugin does not outweigh what you gain by using this plugin.</li>
</ul>
<p>I constantly see people using plugins that possess absolutely zero benefit to their site.  Actually think about what a plugin is going to do for your site before you install it.</p>
<h4>2. If you are using more than 10 plugins you&#8217;re probably using WAY too many</h4>
<p>If you&#8217;re using <a href="http://rmarsh.com/plugins/" target="_blank">5 plugins</a> to create thumbnail images for your recent, popular, and similar blog post lists, there is something seriously wrong.  With a relatively small amount of research, and a very small amount of php/html/css knowledge, you can create something similar with zero plugins.  The same can be said for so many of the popular plugins in existence right now.</p>
<h4>3. Only use plugins that are routinely updated</h4>
<p>This is very important.  You don&#8217;t want your website depending on something that was last updated in 2007.  Seriously.  Would you let your car go three years without an oil change?  C&#8217;mon now.  Think about this&#8230;if your plugin hasn&#8217;t been updated in years, it probably won&#8217;t be ever again.  What does that mean?  Eventually it will break because of a WordPress update and you&#8217;ll be up poop creek without a paddle.</p>
<p>Conversely, if you find a way to <a href="http://rockingwp.com/2010/03/adding-breadcrumbs-to-thesis">do something without a plugin</a>, you&#8217;ll have the solution and, most likely, the knowledge to fix that solution if a WordPress update ever breaks it.</p>
<h3>The Bright Spots</h3>
<p>Alright, enough gloom and doom.  Let me point you in the direction of some really amazing plugins that are lightweight, clean, fast, and&#8230;useful!</p>
<h4>Akismet</h4>
<p><a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Akismet</a> is the best comment spam control on the market.  You&#8217;ll never have to worry about approving comments again (unless you have a very large blog).  The best part is, there&#8217;s no strain on your server since it runs completely on WordPress&#8217;s servers.  Additionally, because it was created and is developed by WP, you know its not going anywhere.</p>
<h4>Login Lockdown</h4>
<p>One of the bad things about WordPress is that there is no way to protect against brute force attacks.  If you don&#8217;t know, that&#8217;s when a hacker sets up a program to enter your username along with every conceivable password until one works and they gain access to your site.  Obviously, if you run a popular website, its likely that someone will try to hack it at some point.  <a href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank">Login Lockdown</a> isn&#8217;t a foolproof solution (I&#8217;m not sure there is one), but its pretty good.  Check it out.</p>
<h4>WP Total Cache</h4>
<p><a href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">WP Total Cache</a> is used by major WordPress blogs such as <a href="http://mashable.com" target="_blank">Mashable</a>, and <a rel="no-follow" href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">John Chow</a>.  It has the capability to speed up your site by caching just about anything running on your site.</p>
<h3>The Rub</h3>
<p>In the end, there are a lot of plugins that are really great and can do you a ton of good.  Besides the ones in this article, I can think of at least 10 more that are very useful for the right site.  With that said, be vigilant, do your research, and make sure you find what&#8217;s right for you.</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/GsxZQ4u3REY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/77/plugin-rant/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<feedburner:origLink>http://www.themebig.com/77/plugin-rant/</feedburner:origLink></item>
		<item>
		<title>Create An HTML Link</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/0AglZnMEae4/</link>
		<comments>http://www.themebig.com/71/create-an-html-link/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 02:11:36 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.rockingwp.com/?p=71</guid>
		<description><![CDATA[Creating html links, known as &#8220;hyperlinks&#8221;, is one of the most basic elements of web design. It is extremely simple. Just use the basic code below and fill in the link URL and the text of your link in the indicated: &#60;a href="[ LINK URL ]"&#62;[ LINK TEXT ]&#60;/a&#62;]]></description>
			<content:encoded><![CDATA[<p></p><p>Creating html links, known as &#8220;hyperlinks&#8221;, is one of the most basic elements of web design.  It is extremely simple.  Just use the basic code below and fill in the link URL and the text of your link in the indicated:</p>
<pre class="html">&lt;a href="[ LINK URL ]"&gt;[ LINK TEXT ]&lt;/a&gt;</pre>
<img src="http://feeds.feedburner.com/~r/themebig/~4/0AglZnMEae4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/71/create-an-html-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.themebig.com/71/create-an-html-link/</feedburner:origLink></item>
		<item>
		<title>The Cheap Bastard’s Guide to WordPress Design</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/8wh60sV21FQ/</link>
		<comments>http://www.themebig.com/56/cheap-wordpress-design/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:41:51 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.rockingwp.com/?p=56</guid>
		<description><![CDATA[I design websites for a living. A friend of mine recently wondered about getting started in web design. He noted that I had spent a decent sum of money on the current suite of tools I work with. Fortunately, that doesn&#8217;t have to be the case if you&#8217;re just getting started. I&#8217;ve invested in a decent laptop that set me back about $1500 3 years [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I design websites for a living. A friend of mine recently wondered about getting started in web design.  He noted that I had spent a decent sum of money on the current suite of tools I work with.  Fortunately, that doesn&#8217;t have to be the case if you&#8217;re just getting started.</p>
<p>I&#8217;ve invested in a decent laptop that set me back about $1500 3 years ago, perhaps another $1,000 in software/training materials, and I&#8217;m in the market for a new computer that will probably set me back $3,000 or so.  With that said, keep in mind, this is what I do for a living.  I spend 50-60 hours per week in front of my computer.  If a faster computer, more efficient software, and improved skills from training can save me just a few hours a week, they&#8217;ll pay for themselves VERY quickly.</p>
<p>However, if you&#8217;re just starting out, you have no portfolio, and you don&#8217;t really know if you&#8217;ll ever be able to get paid to do web design&#8230;let alone &#8220;go pro.&#8221;  Again, that&#8217;s ok!  I&#8217;ve got a list of 9 tools to make a beginning WordPress designer&#8217;s life easier&#8230;and they are all FREE!</p>
<h3>FileZilla</h3>
<p><a href="http://filezilla-project.org/" target="_blank">Filezilla</a> is the best free FTP program on the market.  For that matter, its one of the most beginner friendly programs out there period.  It allows you to drag and drop files where you want them, open multiple ftp connections at one time, and much much more!</p>
<h3>NetRenderer</h3>
<p><a href="http://ipinfo.info/netrenderer/index.php" target="_blank">NetRenderer</a> is a web based engine that will allow you to view a printscreen snapshot of a given web page in just about every relevant web browser in existence.  While its not perfect (snapshot doesn&#8217;t extend below the fold), it is a pretty good starting point, and its free.</p>
<h3>The Gimp</h3>
<p><a href="http://www.gimp.org/" target="_blank">The Gimp</a> is an open source Photoshop clone.  While it works a bit differently, there are a lot of similarities and the gimp&#8217;s functionality has come to rival that of its expensive step brother.  I definitely recommend Photoshop if you have the means, but if not, the gimp will do quite nicely for the time being&#8230;especially if you&#8217;re not doing any complicated graphic design.</p>
<h3>Color Picker</h3>
<p><a href="http://www.colorpicker.com/" target="_blank">Color Picker</a> is an extremely simple web based tool that will allow you to choose a color and get the hex and/or RGB code for that color for use in CSS or whatever else you need it for.</p>
<h3>CSS Compressor</h3>
<p><a href="css compressor - http://www.cssdrive.com/index.php/main/csscompressor" target="_blank">The CSS Compressor</a> is another web based tool that will allow you to compress CSS files.  Your theme has at least one CSS file, and many themes also come with extra CSS files (for example, Thesis has 3 CSS stylesheets).  Many plugins also come with CSS files included. Compressing CSS files will probably knock at least 5% off of your page load time and possibly as much as 10% if you&#8217;re using a large number of CSS files.  I know it doesn&#8217;t sound like much, but little things like this add up.</p>
<p><em>Hint: Always keep uncompressed versions of your CSS files.  Edit the uncompressed version, save it as a back up, compress, and upload to your server.  Repeat this process whenever you edit your CSS.  This will save you some serious headaches.</em></p>
<h3>Image Omptimizer</h3>
<p><a href="http://www.imageoptimizer.net/Home.aspx" target="_blank">The Image Optimizer</a> is a free web based tool that will drastically reduce the size of your image files.  This is HUGE for reducing your page load time.  If you&#8217;re using a lot of images in your design (or your content) this could cut your page load time in half.  Seriously.  This is a big deal&#8230;and its free!  They also have a version for download, but it may or may not work on your machine.</p>
<p><em>Hint: Keep an eye on the quality of your images.  Making them smaller is great, but don&#8217;t sacrifice their visual appeal or you&#8217;ve defeated the entire purpose of having images in the first place.</em></p>
<h3>Web Page Analyzer</h3>
<p><a href="http://www.websiteoptimization.com/services/analyze/" target="_blank">The Web Page Analyzer</a> is yet another web based tool that will calculate how long it takes to load any given page on your website.  It will also break down all the elements of your page and tell you what you can do to make your page faster.  Some of the advice is a bit outdated, but this is an amazing starting point for anyone looking to learn a thing or two about web performance (which any designer/developer worth his salt should do).</p>
<h3>Snipplr</h3>
<p><a href="http://snipplr.com/" target="_blank">Snipplr</a> is a repository of code snippets to help you do just about anything.  Anytime you&#8217;re stumped, its a good place to look for a solution.  Keep in mind that you should always test anything you find here before using it on an actual live site.</p>
<h3>HTMLizer</h3>
<p><a href="http://www.onlinetools.org/tools/htmlizerdata/">The HTMLizer</a> will allow you to convert HTML/PHP code into a form that will not actually create any output.  It does this by changing special characters (like <, or >) into long code that will be read by web browsers by not by anything trying to create any sort of output from that HTML code.</p>
<p>Why is this useful you ask?  When posting in a blog, blog comment, or forum post, the blog or forum software will often take your code and just show the output rather than the actual code.  This can be very frustrating when trying to find an answer to a question.</p>
<div class="note">It appears the HTMLizer is no longer operational :(  You can find a good replacement <a href="http://www.stanleyshilov.com/online-tools/convert-special-characters-into-html-entities/" target="_blank">here</a>!</div>
<h3>Google</h3>
<p>You&#8217;re probably thinking I&#8217;m kind of a jerk for putting Google on the list of tools, but I&#8217;m serious.  Google is absolutely the beginning (and experienced) web designer&#8217;s best friend.  If you don&#8217;t know how to do something, there is probably a great tutorial just waiting for you.  You just gotta go find it.  There&#8217;s no excuse.</p>
<h3>The Rub</h3>
<p>So, that&#8217;s the list.  If you&#8217;re just getting started, it can be a bit daunting to try and digest all of the information that is available to you.  Be persistent, stay motivated, and you&#8217;ll probably land on your feet.  Hopefully these tools making it easier for you to do so.</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/8wh60sV21FQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/56/cheap-wordpress-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.themebig.com/56/cheap-wordpress-design/</feedburner:origLink></item>
		<item>
		<title>Adding Detailed Breadcrumbs to the Thesis Theme</title>
		<link>http://feedproxy.google.com/~r/themebig/~3/KKVH93Y0B7I/</link>
		<comments>http://www.themebig.com/143/adding-breadcrumbs-to-thesis/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 06:09:44 +0000</pubDate>
		<dc:creator>Adam Baird</dc:creator>
				<category><![CDATA[Hooks]]></category>
		<category><![CDATA[featured home]]></category>

		<guid isPermaLink="false">http://www.rockingwp.com/?p=8</guid>
		<description><![CDATA[Adding a breadcrumb navigation menu is a great way to increase your page views and help your visitors find their way around your site.]]></description>
			<content:encoded><![CDATA[<p></p><p>Adding a breadcrumb navigation menu is a great way to increase your page views and help your visitors find their way around your site.</p>
<img src="http://feeds.feedburner.com/~r/themebig/~4/KKVH93Y0B7I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.themebig.com/143/adding-breadcrumbs-to-thesis/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		<feedburner:origLink>http://www.themebig.com/143/adding-breadcrumbs-to-thesis/</feedburner:origLink></item>
	</channel>
</rss>
