<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>GL3 Media &#187; Thesis</title> <atom:link href="http://www.gl3media.com/category/thesis/feed/" rel="self" type="application/rss+xml" /><link>http://www.gl3media.com</link> <description>Custom Blog Setup and Design</description> <lastBuildDate>Sat, 17 Jul 2010 01:37:22 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>My Thoughts on Thesis vs WordPress</title><link>http://www.gl3media.com/my-thoughts-on-thesis-vs-wordpress/</link> <comments>http://www.gl3media.com/my-thoughts-on-thesis-vs-wordpress/#comments</comments> <pubDate>Sat, 17 Jul 2010 01:34:43 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://www.gl3media.com/?p=313</guid> <description><![CDATA[This past Tuesday, the constant bickering about Thesis vs WordPress came to a head in The Great Thesis vs WordPress Debate 2010. (I&#8217;m totally going to trademark that name, by the way. ) I won&#8217;t bore you with too many details &#8211; the gist of the argument is this: Chris Pearson, creator of Thesis, feels [...]]]></description> <content:encoded><![CDATA[<p></p><p
style="clear: both;">This past Tuesday, the constant bickering about <a
href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">Thesis</a> vs WordPress came to a head in <a
href="http://mixergy.com/chris-pearson-matt-mullenweg/" target="_blank">The Great Thesis vs WordPress Debate 2010</a>. (I&#8217;m totally going to trademark that name, by the way. )</p><p
style="clear: both;">I won&#8217;t bore you with too many details &#8211; the gist of the argument is this:</p><p
style="clear: both;">Chris Pearson, creator of Thesis, feels that he can license his software however he wants.</p><p
style="clear: both;">Matt Mullenweg, the alpha dog behind WordPress, says &#8220;nuh uh&#8221;, since WordPress uses the GPL license, ALL themes/ frameworks / plugins / etc must also use the GPL.</p><p
style="clear: both;">Again, not to get too technical, but the GPL requires that all code be freely distributable. The creator can still charge for non &#8220;code&#8221; files, such as CSS files, images, etc&#8230;. but PHP files must be freely available for anyone to do whatever they want.</p><p
style="clear: both;">I&#8217;m no lawyer, and I didn&#8217;t read the entire GPL &#8211; I have no interest in such matters. And that&#8217;s key, right there. As a developer, I don&#8217;t have even the slightest concern for licensing disputes. They don&#8217;t matter to me, and they don&#8217;t matter to my business.</p><p
style="clear: both;">When I build a client site, I use WordPress, and Thesis. For each client site I build, I purchase a Thesis Client Site Option. It&#8217;s $40, and it&#8217;s required by <a
href="http://diythemes.com/" target="_blank">DIY Themes</a>. I gladly pay this amount, since Thesis is a great framework for me to build on.  As long as it makes sense, I will continue to do this.</p><p
class="alert" style="clear: both;">End users don&#8217;t care about Thesis vs WordPress.</p><p
style="clear: both;">Not at all. They don&#8217;t care about GPL, derivatives, licensing, or any of this fuss. They care about using the best software around. They care about having a site that works well. They care about getting things done. So while there&#8217;s a Holy War going on, folks are still building sites on WordPress and Thesis. Work is still getting done, and it will continue to get done.  Folks will continue using two great products, until such a time as something better comes along.</p><p><br
class="final-break" style="clear: both;" /></p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/my-thoughts-on-thesis-vs-wordpress/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How To: Use Adsense Section Targeting with Thesis</title><link>http://www.gl3media.com/how-to-use-adsense-section-targeting-with-thesis/</link> <comments>http://www.gl3media.com/how-to-use-adsense-section-targeting-with-thesis/#comments</comments> <pubDate>Sat, 22 May 2010 02:24:18 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category><guid
isPermaLink="false">http://www.gl3media.com/?p=290</guid> <description><![CDATA[There are dozens of ways that people make money with their website. None is easier than using Google Adsense, even if it&#8217;s not always the most profitable. When using Adsense, it&#8217;s important to use a feature called Section Targeting. Basically that means you get to define the area that Google uses for context when it [...]]]></description> <content:encoded><![CDATA[<p></p><p
style="clear: both;">There are dozens of ways that people make money with their website. None is easier than using <a
href="http://www.google.com/" class="kblinker" target="_blank" title="More about google &raquo;">Google</a> Adsense, even if it&#8217;s not always the most profitable.</p><p
style="clear: both;">When using Adsense, it&#8217;s important to use a feature called <strong>Section Targeting</strong>. Basically that means you get to define the area that Google uses for context when it displays ads. Normally you&#8217;ll just insert two lines of code into your single.php template &#8211; one before the post, and one after.</p><p
style="clear: both;">Since you&#8217;re using <a
href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">Thesis</a> (And seriously, haven&#8217;t I <a
href="http://www.gl3media.com/why-thesis/" target="_blank">convinced you</a> to switch yet?), you can&#8217;t go hacking the Thesis core &#8211; that&#8217;s a big no-no. Instead, you can just insert this block of code into your custom_functions.php file.</p><p
class="note" style="clear: both;">//Adsense Section Targeting<br
/> function start_adsense_targeting(){<br
/> echo &#8220;&lt;!&#8211; google_ad_section_start &#8211;&gt;&#8221;;<br
/> }<br
/> function finish_adsense_targeting(){<br
/> echo &#8220;&lt;!&#8211; google_ad_section_end &#8211;&gt;&#8221;;<br
/> }<br
/> add_action(&#8216;thesis_hook_before_headline&#8217;,'start_adsense_targeting&#8217; );<br
/> add_action(&#8216;thesis_hook_after_post&#8217;, &#8216;finish_adsense_targeting&#8217;);</p><p
style="clear: both;">The reason I recommend using the thesis_hook_before_headline hook rather than the thesis_hook_before_post hook is that my method includes the post title in the section targeting.  Since your headline is very likely to be keyword-rich, why not include it to target your ads better?</p><p
style="clear: both;">That&#8217;s it. One little tiny block of code, and your Adsense ads will be much better targeted to your content. The end result? More relevant ads, more clicks, and more money in your pocket.</p><p><br
class="final-break" style="clear: both;" /></p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/how-to-use-adsense-section-targeting-with-thesis/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tweetish &#8211; Another Free Thesis Skin</title><link>http://www.gl3media.com/tweetish-another-free-thesis-skin/</link> <comments>http://www.gl3media.com/tweetish-another-free-thesis-skin/#comments</comments> <pubDate>Tue, 20 Apr 2010 02:38:12 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category><guid
isPermaLink="false">http://www.gl3media.com/tweetish-another-free-thesis-skin/</guid> <description><![CDATA[The number of free]]></description> <content:encoded><![CDATA[<p></p><p
style="clear: both">The number of free <a
href="http://www.gl3media.com/free-thesis-skins/" class="kblinker" title="More about <a href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">thesis</a> skins &raquo;&#8221;>Thesis skins</a> seems to grow by the day. There are tons of great, free options available to you if you&#8217;ve decided to go with Thesis. After all, a completely custom blog design isn&#8217;t for everyone. Some of us simply don&#8217;t need to spend that kind of money, when a great free skin will do the trick.</p><p
style="clear: both">The skin of the day is called <a
href="http://wpblogger.com/tweetish-free-thesis-skin.php" target="_blank">Tweetish</a>, and it was created by <a
href="http://twitter.com/skitzzo" target="_blank">Ben Cook</a> of WP Blogger. As you might have guessed by the name, this Thesis skin is inspired and heavily influenced by Twitter. Ben even included a big ol&#8217; Twitter bird above the sidebar. Of course, that&#8217;s really just for the demo site &#8211; it&#8217;s a bio area when you install it.</p><p
style="clear: both">Posts are truncated at 20 words &#8211; not exactly the same as Twitter&#8217;s 140 character limit, but certainly similar. Fortunately the posts are capped at that limit &#8211; the entire post just won&#8217;t appear on the index page. You&#8217;ll have to click the &#8220;read more&#8221; link to see the rest. Basically all the posts are set up to show as teasers.</p><p
style="clear: both">If you&#8217;re a big Twitter fan, (and if you&#8217;re not, what&#8217;s the matter with you?), take a quick look at Tweetish. If it fits your needs, go get it &#8211; remember, the price is right. Just keep things short, eh?</p><p><br
class="final-break" style="clear: both" /></p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/tweetish-another-free-thesis-skin/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Thesis 1.7 is Live</title><link>http://www.gl3media.com/thesis-1-7-is-live/</link> <comments>http://www.gl3media.com/thesis-1-7-is-live/#comments</comments> <pubDate>Thu, 01 Apr 2010 03:54:16 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category><guid
isPermaLink="false">http://www.gl3media.com/?p=200</guid> <description><![CDATA[I wrote a quick preview on Thesis 1.7 recently &#8211; and I&#8217;m happy to announce that Thesis 1.7 final is Live, Live, Live. It&#8217;s faster than ever, the options are more in-depth than ever, the options are better organized.  Pearson even managed to include a killer feature at the end &#8211; a built-in affiliate link [...]]]></description> <content:encoded><![CDATA[<p></p><p>I wrote a quick <a
href="http://www.gl3media.com/thesis-1-7-preview/">preview on Thesis 1.7</a> recently &#8211; and I&#8217;m happy to announce that <a
href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">Thesis</a> 1.7 final is Live, Live, Live. It&#8217;s faster than ever, the options are more in-depth than ever, the options are better organized.  Pearson even managed to include a killer feature at the end &#8211; a built-in affiliate link creator.  Previously, one had to rely on plugins, or .htaccess wizardry to make pretty affiliate links.  No more of that nonsense, now you can make all the pretty affiliate links you want from right in the WordPress dashboard.</p><p>There isn&#8217;t much I can add that hasn&#8217;t already been said. The bottom line is this:</p><p>If you already own Thesis, <a
href="http://diythemes.com/thesis/downloads/">download 1.7</a> right now and upgrade.  Yes, right now.</p><p>If you aren&#8217;t yet a Thesis customer, it&#8217;s time for that to change.  You need to <a
href="http://www.gl3media.com/thesis">buy Thesis now</a>.  I recommend the Developer&#8217;s version to nearly everyone, but if you only have one site and no plans for any more, the personal option is just fine.  Either way, get Thesis.  Your business will thank you.</p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/thesis-1-7-is-live/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Thesis 1.7 Preview</title><link>http://www.gl3media.com/thesis-1-7-preview/</link> <comments>http://www.gl3media.com/thesis-1-7-preview/#comments</comments> <pubDate>Wed, 10 Mar 2010 03:15:04 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category><guid
isPermaLink="false">http://www.gl3media.com/?p=193</guid> <description><![CDATA[The wait is almost over, at least for the smart folks who own a Thesis Developer&#8217;s License. Thesis 1.7 is almost ready to go into beta mode, according to Chris Pearson. In fact, Chris was busy today giving us a sneak preview of the new options panels. Here are a couple of the highlights: Thesis [...]]]></description> <content:encoded><![CDATA[<p></p><p
style="clear: both;">The wait is almost over, at least for the smart folks who own a <a
href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">Thesis</a> Developer&#8217;s License. Thesis 1.7 is almost ready to go into beta mode, according to <a
href="http://twitter.com/pearsonified" target="_blank">Chris Pearson</a>. In fact, Chris was busy today giving us a <a
href="http://twitter.com/pearsonified/status/10206223441" target="_blank">sneak preview</a> of the new options panels. Here are a couple of the highlights:</p><ul
style="clear: both;"><li>Thesis Options will be renamed Site Options, shrink, and be more organized.</li><li>Design Options gets all sorts of new built-in Javascript libraries, and comment settings</li><li>Brand new Options Manager lets you import / export settings from the Thesis options pages. Amazing tool for <a
href="http://www.gl3media.com/free-thesis-skins/" class="kblinker" title="More about thesis skin &raquo;">Thesis skin</a> designers.</li><li>New Page Options panel to fine-tune SEO settings.</li></ul><p
style="clear: both;">Better organization, better control over SEO, and the Options Manager. Sounds like it should be Thesis 2.0, but it&#8217;s being released as 1.7. Even with all these goodies that we get to enjoy, I&#8217;m sure Chris was hard at work under the hood, tweaking and optimizing code that we&#8217;ll never see.</p><p
style="clear: both;">Though there has been talk about a price hike, nothing has been done yet. You can still get in on the Thesis goodness for $87. Of course, you really should go with the Developer&#8217;s Option at $164 &#8211; that lets you use Thesis on unlimited sites, and you get access to beta releases.</p><p><br
class="final-break" style="clear: both;" /></p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/thesis-1-7-preview/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Thesis Skin of the Week: ThesisPlay</title><link>http://www.gl3media.com/thesis-skin-of-the-week-thesisplay/</link> <comments>http://www.gl3media.com/thesis-skin-of-the-week-thesisplay/#comments</comments> <pubDate>Tue, 02 Mar 2010 03:43:32 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category><guid
isPermaLink="false">http://www.gl3media.com/?p=190</guid> <description><![CDATA[Most of the skins featured here on GL3 media are of the free variety. Since there are plenty of great free]]></description> <content:encoded><![CDATA[<p></p><p
style="clear: both;">Most of the skins featured here on GL3 media are of the free variety. Since there are plenty of great free <a
href="http://www.gl3media.com/free-thesis-skins/" class="kblinker" title="More about <a href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">thesis</a> skins &raquo;&#8221;>Thesis skins</a> available, I try to focus on them. However, sometimes a more professional look is desired, but there simply isn&#8217;t a budget for a completely custom design.</p><p
style="clear: both;">Let&#8217;s face it &#8211; custom work isn&#8217;t cheap. Not everyone can afford to have a site designed and developed from scratch. That&#8217;s where premium Thesis skins come in.  You get premium features and premium design without the completely custom price tag.</p><p
style="clear: both;"><strong>ThesisPlay</strong></p><p
style="clear: both;"><a
class="image-link" href="http://www.gl3media.com/wp-content/uploads/2010/03/Screen_shot_2010-03-01_at_9.42.32_PM.png"><img
class="linked-to-original" style="display: inline; float: left; margin: 0 10px 10px 0;" src="http://www.gl3media.com/wp-content/uploads/2010/03/Screen_shot_2010-03-01_at_9-thumb.42.32_PM.png" alt="ThesisPlay Thesis Skin" width="200" height="195" align="left" /></a>The skin I want to take a quick look at today is called <a
href="http://thesisthemes.com/premium-skins/thesisplay/" target="_blank">ThesisPlay</a>, and it was created by <a
href="http://www.matthodder.com/" target="_blank">Matt Hodder</a>. ThesisPlay&#8217;s big selling point is the easy color switcher. With a single click, you can cycle through 8 different color schemes. If you like to change the look of your site frequently, this feature could appeal to you.</p><p
style="clear: both;">Beyond the color switcher, ThesisPlay offers a customizable header area, where you can include an image, ads, text, or just about whatever you want. You can manage this area right from the WordPress Dashboard.</p><p
style="clear: both;">ThesisPlay is just solid. Professionally designed with plenty of attention to detail. You won&#8217;t find any rough edges; there&#8217;s nothing amateurish about the skin. Granted, it&#8217;s not free &#8211; but it only costs $45. Compared to somewhere in the four figure range for a completely custom design, that&#8217;s quite inexpensive.</p><p
style="clear: both;"><strong>Can I get ThesisPlay with a Custom Blog Setup?</strong><br
/> Absolutely. While my &#8220;prepackaged&#8221; setup includes your choice of a free Thesis skin, I&#8217;m more than happy to help you upgrade to a premium skin. When checking out, just leave me a note with your desired premium skin. I&#8217;ll purchase a license for you, and include it on your bill. No extra work on your part, and you&#8217;ll get the custom look that you want.</p><p><br
class="final-break" style="clear: both;" /></p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/thesis-skin-of-the-week-thesisplay/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How To: Use a Header Image with Thesis</title><link>http://www.gl3media.com/how-to-use-a-header-image-with-thesis/</link> <comments>http://www.gl3media.com/how-to-use-a-header-image-with-thesis/#comments</comments> <pubDate>Sat, 13 Feb 2010 02:31:19 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category><guid
isPermaLink="false">http://www.gl3media.com/?p=147</guid> <description><![CDATA[There are a ton of things I love about Thesis, many of which I go over in my Why Thesis post. However, one thing that people often have trouble with is including a header image instead of just text. There are plenty of tutorials on how to do this out there, but many of them [...]]]></description> <content:encoded><![CDATA[<p></p><p
style="clear: both;">There are a ton of things I love about <a
href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">Thesis</a>, many of which I go over in my <a
href="http://www.gl3media.com/why-thesis/" class="kblinker" title="More about why thesis &raquo;">Why Thesis</a> post. However, one thing that people often have trouble with is including a header image instead of just text. There are plenty of tutorials on how to do this out there, but many of them handle it <strong>just plain wrong.</strong> The biggest issue I have is that many tutorials advocate using this faulty line of code:</p><p
class="badcode" style="clear: both;">.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }</p><p
style="clear: both;">No, no, no. This little snippet casts the text headline 9,999 pixels to the left, so it will never be seen. It technically works, but it&#8217;s more of a hack than a solution. One day, search engines may decide that they really don&#8217;t like the practice of hiding text this way, much like they don&#8217;t like white text on white background.</p><p
style="clear: both;"><strong>What&#8217;s the right way to get rid of the text?</strong></p><p>Thesis has a built-in hook for exactly this purpose, though few people use it. This is the hook you&#8217;re looking for:</p><p
class="note" style="clear: both;">remove_action(&#8216;thesis_hook_header&#8217;, &#8216;thesis_default_header&#8217;);</p><p
style="clear: both;">That gets rid of the header text correctly, instead of just hiding it. The next step is to actually add your header. This is the code:</p><p
class="note">function custom_header() { ?&gt;<br
/> &lt;div id=&#8221;headerlogo&#8221;&gt;<br
/> &lt;a href=&#8221;&lt;?php bloginfo( &#8216;url&#8217; ); ?&gt;/&#8221;&gt;<br
/> &lt;img src=&#8221;&lt;?php bloginfo(&#8216;template_directory&#8217;) ?&gt;/custom/images/header.jpg&#8221; alt=&#8221;Dont forget your alt text here&#8221; /&gt;<br
/> &lt;/a&gt;<br
/> &lt;/div&gt;<br
/> &lt;?php }<br
/> add_action(&#8216;thesis_hook_before_header&#8217;, &#8216;custom_header&#8217;);</p><p>Of course, you&#8217;ll need to make a header image, and upload it to the /custom/images directly of your Thesis installation.  So, to put it all together, just copy and paste this block of code into your custom_functions.php file:</p><p
class="note">function custom_header() { ?&gt;<br
/> &lt;div id=&#8221;headerlogo&#8221;&gt;<br
/> &lt;a href=&#8221;&lt;?php bloginfo( &#8216;url&#8217; ); ?&gt;/&#8221;&gt;<br
/> &lt;img src=&#8221;&lt;?php bloginfo(&#8216;template_directory&#8217;) ?&gt;/custom/images/header.jpg&#8221; alt=&#8221;Dont forget your alt text here&#8221; /&gt;<br
/> &lt;/a&gt;<br
/> &lt;/div&gt;<br
/> &lt;?php }<br
/> add_action(&#8216;thesis_hook_before_header&#8217;, &#8216;custom_header&#8217;);<br
/> remove_action(&#8216;thesis_hook_header&#8217;, &#8216;thesis_default_header&#8217;);</p><p>That&#8217;s it.  One tiny block of code, and you have a <strong>clickable image header</strong> in Thesis.</p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/how-to-use-a-header-image-with-thesis/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Looks Good Naked Updated for Thesis 1.6</title><link>http://www.gl3media.com/looks-good-naked-updated-for-thesis-1-6/</link> <comments>http://www.gl3media.com/looks-good-naked-updated-for-thesis-1-6/#comments</comments> <pubDate>Wed, 27 Jan 2010 01:59:41 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category><guid
isPermaLink="false">http://www.gl3media.com/looks-good-naked-updated-for-thesis-1-6/</guid> <description><![CDATA[One of my favorite Thesis skins is Looks Good Naked. When the latest version of Thesis, 1.6, was released, this skin broke. Thesis 1.6 overhauled the nav menu code, which means all skins needed to be updated or they would break. Finally, the author of Looks Good Naked took the time to make the necessary [...]]]></description> <content:encoded><![CDATA[<p></p><p
style="clear: both">One of my favorite <a
href="http://www.gl3media.com/thesis-skins/" target="_blank">Thesis skins</a> is <a
href="http://looks-good-naked.com/">Looks Good Naked</a>. When the latest version of <a
href="http://gl3media.com/thesis" target="_blank"><a
href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">Thesis</a></a>, 1.6, was released, this skin broke. Thesis 1.6 overhauled the nav menu code, which means all skins needed to be updated or they would break.</p><p
style="clear: both">Finally, the author of Looks Good Naked took the time to make the necessary upgrades. Now you can use LGN once again, without having to modify the code yourself.</p><p><br
class="final-break" style="clear: both" /></p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/looks-good-naked-updated-for-thesis-1-6/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Why Thesis?</title><link>http://www.gl3media.com/why-thesis/</link> <comments>http://www.gl3media.com/why-thesis/#comments</comments> <pubDate>Thu, 14 Jan 2010 02:59:34 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category><guid
isPermaLink="false">http://www.gl3media.com/why-thesis/</guid> <description><![CDATA[Here at GL3 Media, each and every site that I design is built on the Thesis WordPress framework. That&#8217;s right, every single site &#8211; without fail. When I have a new site on the drawing board, I never question what I&#8217;m going to start with. The choice is always Thesis, and it will be until [...]]]></description> <content:encoded><![CDATA[<p></p><p
style="clear: both;">Here at GL3 Media, each and every site that I design is built on the <a
href="http://www.gl3media.com/thesis">Thesis WordPress framework</a>. That&#8217;s right, every single site &#8211; without fail. When I have a new site on the drawing board, I never question what I&#8217;m going to start with. The choice is always <a
href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">Thesis</a>, and it will be until something even more amazing comes along. (Is that even possible?)</p><p
style="clear: both;">What in the world makes Thesis my only choice? A few things, actually.</p><p
style="clear: both;"><strong>Efficiency</strong><br
/> See, though Thesis is often referred to as a &#8220;theme&#8221;, even by it&#8217;s creator, it is nothing of the sort. Thesis is actually a framework, which is a whole different beast. See, before Thesis, every site needed to be built from scratch. All the boring, but incredibly important, foundation of each site needed to be created every time you made a new site.</p><p
style="clear: both;">Not very efficient.</p><p
style="clear: both;">Starting with the Thesis framework means I don&#8217;t have to re-invent the wheel each time. There is a solid foundation in place, ready to be built on top of. My focus is on creating an amazing site, not setting up Gravatars in the comments.</p><p
style="clear: both;">If you decide to have your site professionally designed, using Thesis will save you money. Remember, the foundation of the site is done. Your designer / developer will spend less time on the site, which means less billable hours. More money in your pocket.</p><p
style="clear: both;"><strong>You don&#8217;t have to code if you don&#8217;t want to</strong></p><p
style="clear: both;">Say you&#8217;re ready to move forward with Thesis, but a full site design just isn&#8217;t in your budget right now. No problem. But, you say, you don&#8217;t know how to code any sort of site design.</p><p
style="clear: both;">No problem.</p><p
style="clear: both;">Say what?!</p><p
style="clear: both;">Thesis has a built-in design tool. Through a series of easy to use drop-down boxes, you can change things like: number of columns, column width, text &amp; link colors, even whether you want to include a multimedia box above the sidebar. There are hundreds of changes you can make to a site <em>without editing a single line of code. </em>That&#8217;s powerful.</p><p
style="clear: both;"><strong>Top-Notch SEO Out of the box</strong></p><p>It&#8217;s easy to spend thousands of dollars optimizing your site for search engines. It&#8217;s also tough to find that sort of budget these days. Thesis is the best-optimized WordPress framework in the world, period. Your sites are likely to rank higher, thus getting more traffic, when built on top of Thesis.</p><p
style="clear: both;"><strong>If you&#8217;re serious about your business, you need Thesis</strong></p><p
style="clear: both;">Yes, Thesis is that good. Whether you have a blog or a conventional website, Thesis makes sense. The cost is minimal compared to the benefits. Eighty-seven bucks? I would recommend Thesis at $200. It&#8217;s crazy cheap at $87. <a
href="http://www.gl3media.com/thesis">Buy Thesis now</a>.</p><p
style="clear: both;"><p><br
class="final-break" style="clear: both;" /></p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/why-thesis/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Thesis Skins</title><link>http://www.gl3media.com/thesis-skins/</link> <comments>http://www.gl3media.com/thesis-skins/#comments</comments> <pubDate>Sat, 24 Oct 2009 00:51:42 +0000</pubDate> <dc:creator>Rob</dc:creator> <category><![CDATA[Thesis]]></category><guid
isPermaLink="false">http://www.gl3media.com/?p=59</guid> <description><![CDATA[Below you&#8217;ll find some of the best free]]></description> <content:encoded><![CDATA[<p></p><p
style="clear: both;">Below you&#8217;ll find some of the best free <a
href="http://www.gl3media.com/free-thesis-skins/" class="kblinker" title="More about <a href="http://www.gl3media.com/thesis/" class="kblinker" title="More about thesis &raquo;">thesis</a> skins &raquo;&#8221;>Thesis Skins</a> available. All of these skins are available at no charge. Pick any one of these great skins, and I&#8217;ll install it for you as part of my <a
href="http://www.gl3media.com/services/" class="kblinker" title="More about custom blog setup &raquo;">Custom Blog Setup</a> package.<strong><br
/> </strong></p><p
style="clear: both;"><a
class="image-link" href="http://www.gl3media.com/wp-content/uploads/2010/01/gl3-minimalism-thesis-skin1.jpg"><img
class="linked-to-original" style="display: inline; float: left; margin: 0 10px 10px 0;" src="http://www.gl3media.com/wp-content/uploads/2010/01/gl3-minimalism-thesis-skin1-thumb.jpg" alt="" width="198" height="157" align="left" /></a><strong>GL3 Minimalism</strong> &#8211; My first homegrown Thesis skin. Created with absolute minimalism in mind, you&#8217;ll find no unnecessary design elements. Your text and images will get *all* the attention with this skin.</p><p
style="clear: both;"><strong>Thesis Sharp</strong> <a
href="http://thesistheme.net/thesis-sharp/2009/10/thesis-sharp-a-free-thesis-theme-skin/">Gorgeous theme</a> with tons of features, including a widgetized area in the header, for social media icons or banner ads.</p><p
style="clear: both;"><p
style="clear: both;"><a
class="image-link" href="http://www.gl3media.com/wp-content/uploads/2009/10/thesisbare-l.jpg"><img
class="linked-to-original" style="display: inline; float: left; margin: 0 10px 10px 0;" src="http://www.gl3media.com/wp-content/uploads/2009/10/thesisbare-l-thumb.jpg" alt="" width="200" height="136" align="left" /></a><strong>Thesis Bare</strong> &#8211; Just the <a
href="http://thesisbare.thesisthemes.com/">bare essentials</a> &#8211; a very clean Thesis skin.</p><p
style="clear: both;"><p
style="clear: both;"><a
class="image-link" href="http://www.gl3media.com/wp-content/uploads/2009/10/bold-big.gif"><img
class="linked-to-original" style="display: inline; float: left; margin: 0 10px 10px 0;" src="http://www.gl3media.com/wp-content/uploads/2009/10/bold-big-thumb.gif" alt="" width="198" height="135" align="left" /></a><strong>Thesis Bold </strong>- Dark, with a <a
href="http://thesisbold.thesisthemes.com/">bold header</a> and bold headlines.</p><p
style="clear: both;"><p
style="clear: both;"><a
class="image-link" href="http://www.gl3media.com/wp-content/uploads/2009/10/fresh-big.gif"><img
class="linked-to-original" style="display: inline; float: left; margin: 0 10px 10px 0;" src="http://www.gl3media.com/wp-content/uploads/2009/10/fresh-big-thumb.gif" alt="" width="198" height="135" align="left" /></a><strong>Fresh Company</strong> &#8211; A <a
href="http://freshcompany.thesisthemes.com/">bright skin</a>, great for companies.</p><p
style="clear: both;"><p
style="clear: both;"><a
class="image-link" href="http://www.gl3media.com/wp-content/uploads/2009/10/straightshooter-big.gif"><img
class="linked-to-original" style="display: inline; float: left; margin: 0 10px 10px 0;" src="http://www.gl3media.com/wp-content/uploads/2009/10/straightshooter-big-thumb.gif" alt="" width="198" height="135" align="left" /></a><strong>Straight Shooter</strong> &#8211; Minimal <a
href="http://straightshooter.thesisthemes.com/">in style</a>, but not lacking in any features.</p><p
style="clear: both;"><p
style="clear: both;"><a
class="image-link" href="http://www.gl3media.com/wp-content/uploads/2009/10/simplelife-big.gif"><img
class="linked-to-original" style="display: inline; float: left; margin: 0 10px 10px 0;" src="http://www.gl3media.com/wp-content/uploads/2009/10/simplelife-big-thumb.gif" alt="" width="198" height="135" align="left" /></a><strong>Simple Life</strong> &#8211; Bright and simple &#8211; with <a
href="http://simplelife.thesisthemes.com/">a focus</a> on RSS and Twitter.</p><p
style="clear: both;"><p
style="clear: both;"><a
class="image-link" href="http://www.gl3media.com/wp-content/uploads/2010/01/looks-good-naked-thesis-skin.jpg"><img
class="linked-to-original" style="display: inline; float: left; margin: 0 10px 10px 0;" src="http://www.gl3media.com/wp-content/uploads/2010/01/looks-good-naked-thesis-skin-thumb.jpg" alt="" width="200" height="160" align="left" /></a><strong>Looks Good Naked</strong> &#8211; Much like it sounds, Looks Good Naked strips away most of the design elements, allowing the content to shine through unobstructed.</p><p
style="clear: both;"><p
style="clear: both;"><strong>Blue Magic without Sidebars</strong> &#8211; Just a simple, single column skin</p><p
style="clear: both;"><p
style="clear: both;"><strong>Minimal Skin</strong><strong> </strong>No preview on this one &#8211; just a bare bones skin.</p><p
style="clear: both;"><p><br
class="final-break" style="clear: both;" /></p> ]]></content:encoded> <wfw:commentRss>http://www.gl3media.com/thesis-skins/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 16/55 queries in 0.131 seconds using disk
Object Caching 582/635 objects using disk

Served from: www.gl3media.com @ 2010-07-29 22:36:45 -->