<?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>Glenn Burks &#187; Thesis Theme</title>
	<atom:link href="http://www.glennburks.com/category/blogging/thesis-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glennburks.com</link>
	<description>Get More Out Of Life</description>
	<lastBuildDate>Sun, 19 Sep 2010 20:16:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Making Better Use of the WordPress Thesis Theme Categories</title>
		<link>http://www.glennburks.com/making-better-use-of-the-wordpress-thesis-theme-categories/</link>
		<comments>http://www.glennburks.com/making-better-use-of-the-wordpress-thesis-theme-categories/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 21:25:51 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>On Thanksgiving day, while waiting for the turkey to finish cooking I did some searching on the web. I was looking for a solution to make better use of the the categories in the wordpress Thesis theme.</p>

<p>While most people using Thesis will no doubt simply check the box that to not have the page indexed by the robots it kind of deletes the purpose of having those pages anyway.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.glennburks.com/making-better-use-of-the-wordpress-thesis-theme-categories/" title="Permanent link to Making Better Use of the WordPress Thesis Theme Categories"><img class="post_image aligncenter" src="http://assets.glennburks.com/wp-content/uploads/wordpress-thesis.jpg" width="350" height="155" alt="Post image for Making Better Use of the WordPress Thesis Theme Categories" /></a>
</p><p>On Thanksgiving day, while waiting for the turkey to finish cooking I did some searching on the web. I was looking for a solution to make better use of the the categories in the wordpress Thesis theme.</p>
<p>While most people using Thesis will no doubt simply check the box that to not have the page indexed by the robots it kind of deletes the purpose of having those pages anyway.</p>
<p>During that search I ran across an article written by Rae Hoffman at Sugarrae.com. She has done a fantastic job in explaining what needs to be done in-order to make better use of the category pages.</p>
<p>This is something that I&#8217;ve already done in one of my drupal sites and was much easer to do than it was in wordpress.</p>
<p>Ok so what am I talking about here making the categories more robust and giving both the search engines and site visitors just a page with that starts off with:</p>
<p>FROM THE CATEGORY ARCHIVES:</p>
<p>By using hooks we can add relevant text to the top of the archives pages making them both search engine and visitor friendly.</p>
<p>In looking at the code and some of the example sites I did see one thing which I also found as a challenge in Drupal. That challenge is in the pagination of Drupal As well as WordPress.</p>
<p>Here is the code that Rae provided and I&#8217;d recommend you read her entire page &#8220;<a href="http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/" target="_blank">Thesis Tutorial – Creating Custom Categories</a>&#8221;</p>
<p>In the code there is the statement:</p>
<p><code>if(is_category('apples')) { </code></p>
<p>Which does exactly what it is supposed to, but when pagination occurs we end up with the same message at the top of the category page again.</p>
<p>To the search engines it appears as duplicate content and might and I do say might appear to our visitors that they are still on the same page.</p>
<p>What I did was to add just a few items to the code:</p>
<p>if (is_category(&#8216;apples&#8217;) &amp;&amp; !is_home() &amp;&amp; !is_paged()) {</p>
<p>This now gives us the text we want on the main category page and subsequent pages will display 2, 3, 4, etc&#8230;</p>
<p>FROM THE CATEGORY ARCHIVES:</p>
<p>Still not perfect but at least it gets us off to a great start. For the technically savvy web surfer it is not a problem, but it is for the majority of web surfers.</p>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/making-better-use-of-the-wordpress-thesis-theme-categories/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/making-better-use-of-the-wordpress-thesis-theme-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Thesis Static Front Page &amp; Blog Page</title>
		<link>http://www.glennburks.com/wordpress-theme-thesis-static-front-page-blog-page/</link>
		<comments>http://www.glennburks.com/wordpress-theme-thesis-static-front-page-blog-page/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 23:11:28 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>This past Saturday, I finally decided to get to work with the Wordpress Thesis theme. I wanted to create a static front page and also have a blog section. The challenge arose with you guessed it duplicate titles and duplicate description fields.</p>
<p>Although I should be fair I do believe it had more to do with using the All-In-One-SEO wordpress plugin then anything to do with either Thesis or Wordpress. It took me almost 6 hours to get it setup, seems like no matter what I tried it just would not work.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.glennburks.com/wordpress-theme-thesis-static-front-page-blog-page/" title="Permanent link to WordPress Theme Thesis Static Front Page &#038; Blog Page"><img class="post_image aligncenter" src="http://assets.glennburks.com/wp-content/uploads/wordpress-thesis.jpg" width="350" height="155" alt="Post image for WordPress Theme Thesis Static Front Page &#038; Blog Page" /></a>
</p><p>This past Saturday, I finally decided to get to work with the WordPress Thesis theme. I wanted to create a static front page and also have a blog section. The challenge arose with you guessed it duplicate titles and duplicate description fields.</p>
<p>Although I should be fair I do believe it had more to do with using the All-In-One-SEO wordpress plugin then anything to do with either Thesis or WordPress. It took me almost 6 hours to get it setup, seems like no matter what I tried it just would not work.</p>
<p>Essentially the theme does not really need any SEO plugins to be effective anymore. Yet, I&#8217;m kind of hesitant to give up the SEO control to a template. I really did like the All-In-One-SEO plugin, yet all I really used it for was the auto-description function, call most of us lazy!</p>
<p>After hours of research, trying just about everything I finally logged into the database and completely removed Headspace2 and any reference to All-In-One-SEO. After this was done things finally began to progress.</p>
<p>The bad part is I ended up modifying the core Thesis theme header.php file, which also means that I&#8217;ll need to keep that in mind should any update come along. The most useful information I found for this process came from Luke Harrison&#8217;s page titled &#8220;<a href="http://www.luke-harrison.co.uk/giving-your-static-homepage-and-blog-page-different-titles-in-wordpress/" target="_blank">Giving your Static Homepage and Blog page different TITLES in WordPress</a>&#8221; this got me going in the right direction.</p>
<p>Yet I did deviate quite a bit from his example, click for a larger view.</p>
<div><a href="http://assets.glennburks.com/wp-content/uploads/thesis-header.jpg" rel="lightbox[158]"><img class="aligncenter size-thumbnail wp-image-686" title="thesis-header" src="http://assets.glennburks.com/wp-content/uploads/thesis-header-150x150.jpg" alt="" width="150" height="150" /></a></div>
<p>Once this was done it was a matter of getting the front page title and the blog title along with the correct description set on the respective pages, as I said I played with this for hours with no progress when the All-In-One-SEO plugin was installed.</p>
<p>In the Thesis forum there was no shortage of advice on how to setup a static front page, with titles and descriptions, which of course did not work. Now this maybe a problem since the version is rc5.</p>
<p>What I finally ended up with that was a working solution is, under Thesis Options &gt;&gt; Document Head &gt;&gt; Title tag everything is unchecked! Under Home Page &gt;&gt; Home Page Meta, there is nothing in the meta description or meta keywords. This is contradictory to everything they said to do.</p>
<p>On the front page using the Thesis SEO Details and Additional Style I entered the meta description here. The title is entered in WordPress &gt;&gt; Settings &gt;&gt; General under Blog Title <a href="http://www.nav60.com/" target="_blank">Home Business Opportunities News &amp; Ideas</a>.</p>
<p>Ok for the blog page, I gave the page a title in WordPress <a href="http://www.nav60.com/blogs/glenn" target="_blank">Nav60&#8242;s Home Business Blog</a> at this point I now had the title for the front page and blog set along with the description set for the front page.</p>
<p>In order to set the description for the blog page it was back to the WordPress &gt;&gt; Settings &gt;&gt; General under Tagline. Setting this up was a royal pain, as none of it makes any sense. Believe me I tried every possible combination to accomplish this!</p>
<p>My gut feeling is with a clean install of WordPress, then bringing in the Thesis template things are probably different. Yet, how many of us will take an existing site and destroy all of our content?</p>
<p>As I mentioned before one of my concerns was losing the auto-description feature from the All-In-One-SEO Plugin, since I like and use Marsedit to post to multiple blogs both Drupal and WordPress.</p>
<p>Reading through the Thesis forum, there where references that the theme would even take the excerpt field for a post description. So I gave it a try with Marsedit and sure enough it does work!</p>
<p>So now it makes my favorite blog editor that much more enjoyable to use. Of course I&#8217;m fully expecting that I may have to do this all over again with the final version of Thesis is released.</p>
<p>Yet if this helps just a few people who are concerned with duplicate titles and descriptions in WordPress then it is worth it. Do let me know if it helps you.</p>
<p><strong><em>Just A Follow Up&#8230; After several months playing with wordpress and thesis I came to the decision that in order to achieve the desired SEO actions I was after to move the site mentioned above to Drupal 6.x.</em></strong></p>
<p><strong><em>Eventually I may post about why this move was made and the benefits from it.</em></strong></p>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/wordpress-theme-thesis-static-front-page-blog-page/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/wordpress-theme-thesis-static-front-page-blog-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Thesis For WordPress</title>
		<link>http://www.glennburks.com/setting-up-thesis-for-wordpress/</link>
		<comments>http://www.glennburks.com/setting-up-thesis-for-wordpress/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 05:32:59 +0000</pubDate>
		<dc:creator>Glenn Burks</dc:creator>
				<category><![CDATA[Thesis Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>This past week I've been playing with and setting up the Wordpress theme <a rel="nofollow" target="_blank" href="http://www.glennburks.com/thesis.html">Thesis</a> by Chris Pearson. I had read just about everywhere about the theme and how good it was SEO wise, so I thought I would check it out since I have a few blogs that use Wordpress vs Drupal.</p>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.glennburks.com/setting-up-thesis-for-wordpress/" title="Permanent link to Setting up Thesis For WordPress"><img class="post_image aligncenter" src="http://assets.glennburks.com/wp-content/uploads/wordpress-thesis.jpg" width="350" height="155" alt="Post image for Setting up Thesis For WordPress" /></a>
</p><p>This past week I&#8217;ve been playing with and setting up the WordPress theme <a rel="nofollow" href="http://www.glennburks.com/thesis.html" target="_blank">Thesis</a> by Chris Pearson. I had read just about everywhere about the theme and how good it was SEO wise, so I thought I would check it out since I have a few blogs that use WordPress vs Drupal.</p>
<p>Not being able to look under the hood without actually buying the theme made it difficult to see what it was all about. Most of the sites that I had visited, well lets just say there where many mistakes being made that would be so easy to clean up if they only took a little time to do it.</p>
<p>Then again maybe they just don&#8217;t know about it. Today there are so many experts out there talking about setting up wordpress, of course will to charge the unsuspecting for it. Many web hosts have it setup to install it fairly quick and easy.</p>
<p>So what did I find different about the <a rel="nofollow" href="http://www.glennburks.com/thesis.html" target="_blank">Thesis theme</a>? Previously on my wordpress sites I had used the revolution themes, which where pretty easy to customize. If you know a little about php, you can do some pretty neat things.</p>
<p>I ended up installing the 1.5b Thesis theme &#8220;note the b it&#8217;s a beta version&#8221; there is at this time 1.4.2. Just about everywhere I looked everyone had pretty much left the theme almost just like it came. Yet that&#8217;s not my style, I like digging under the hood so to speak. One of the things I did not like about Thesis, yet is really is a minor issue if you know how to clean it up is the multiple CSS files.</p>
<h3>The Bloat</h3>
<p>Some of the sites that I had looked at no less then 15 external Javascript files and 11 external CSS files. I think this is where drupal really shines, it&#8217;s the ability to aggregate and compress the CSS files into just one. The Java files are aggregated but not compressed. The lack of aggregation and compression is a WordPress issue, not a Thesis theme issue.</p>
<p>I was very impressed with the support forum at diythemes.com, lots of people in there asking questions to issues they where facing which ranged from CSS issues to more complicated issues. Having a good support forum is essential for any piece of software, often you&#8217;ll find a few golden nuggets that lets you take it further then maybe even the designer imagined.</p>
<p>One of the things I&#8217;ve always liked is tabbed navigation with drop down menus. With a little CSS styling and a graphic I quickly set it up, now if I only knew how to use my Photoshop CS3 better I could create a decent header graphic for the site. You can see what I did in an afternoon here at <a href="http://www.nav60.com">Nav60.com</a> with the site and drop down menus.</p>
<h3>Thesis Options</h3>
<p>This was one area that was a nice addition to any wordpress theme, simply select the options you want or do not want.</p>
<p><strong>Display Options</strong></p>
<ul>
<li>Title Tag</li>
<li>Document Head</li>
<li>Archives</li>
<li>Tagging</li>
<li>Comments</li>
<li>Sidebars</li>
<li>Administration</li>
</ul>
<p>Customize Your Thesis Design</p>
<ul>
<li>Custom Stylesheet</li>
</ul>
<p>Syndication/Feed</p>
<p>Navigation Menu</p>
<p>Multimedia Box</p>
<p>Stats Software and Scripts</p>
<p><strong>Thesis Design Options</strong></p>
<p>Fonts and Font sizes</p>
<ul>
<li>Body and Content Area</li>
<li>Content Area</li>
<li>Nav Menu</li>
<li>Header</li>
<li>Headlines</li>
<li>Bylines and Post Meta Data</li>
<li>Code</li>
<li>Multimedia Box</li>
<li>Sidebars</li>
<li>Footer</li>
</ul>
<p><strong>Layout: Columns and Widths</strong></p>
<p><strong>Home Page Layout and Content</strong></p>
<p><strong>Feature Box</strong></p>
<p><strong>Post Images and Thumbnails</strong></p>
<p><strong>Framework Options</strong></p>
<p>As you can see from the list about, the Thesis theme gives you a lot of options to play around with, allowing you to really customize the theme to you. With just two pages to click on for options it is much simpler then Drupal, yet as far as I can tell at this point is not quite as easy to manipulate as Drupal. If you&#8217;re looking for a great theme then you could not go wrong with Thesis for WordPress.</p>
<div class="wpbuzzer_button" style="float: right; padding-left: 0.5em;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="http://www.glennburks.com/setting-up-thesis-for-wordpress/" data-imageurl=""></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.glennburks.com/setting-up-thesis-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 3/24 queries in 0.008 seconds using apc
Object Caching 413/440 objects using disk
Content Delivery Network via Amazon Web Services: CloudFront: assets.glennburks.com

Served from: www.glennburks.com @ 2012-02-07 10:08:16 -->
