<?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>Jim F Munro &#187; Tutorials</title>
	<atom:link href="http://www.jimfmunro.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jimfmunro.com</link>
	<description>Web Design, Web Development and Internet Marketing</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:07:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Removing Borders from Thesis</title>
		<link>http://www.jimfmunro.com/thesis/removing-borders-thesis/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=removing-borders-thesis</link>
		<comments>http://www.jimfmunro.com/thesis/removing-borders-thesis/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 18:31:23 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=1105</guid>
		<description><![CDATA[By default Thesis theme looks pretty good, but the default theme is only the starting point, a blank slate. If you&#8217;re like me, you&#8217;ll want to customize it. It&#8217;d be like buying a bicycle and just hoping it fits without adjusting the seat or handle bars—it might work, but it may not be very comfortable, [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/thesis/removing-borders-thesis/" title="Permanent link to Removing Borders from Thesis"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/08/thesis-frame.jpg" width="600" height="350" alt="Removing Thesis Interior Borders" /></a>
</p><p>By default Thesis theme looks pretty good, but the default theme is only the starting point, a blank slate. If you&#8217;re like me, you&#8217;ll want to customize it. It&#8217;d be like buying a bicycle and just hoping it fits without adjusting the seat or handle bars—it might work, but it may not be very comfortable, or pretty, in our case.</p>
<p>Often, my designs remove the default interior border displays. They look nice, but might seem like overkill if you use good spatial delineation of your content. And, thanks to Thesis, with a little effort you can remove the interior border quite easily.  There are many ways you could do it, but I will show you two methods I use to remove borders from Thesis.</p>
<p><span id="more-1105"></span></p>
<h2>Thesis Interior Borders Map</h2>
<p>This graphic below shows which CSS selector targets which border. It also shows the property name that you can modify for whatever style you wish.</p>
<div id="attachment_1110" class="wp-caption alignnone" style="width: 500px">
	<a href="http://www.jimfmunro.com/wp-content/uploads/2010/08/Thesis-Interior-Borders-Map.png"><img class="wp-image-1110  " title="Thesis Interior Borders Map" src="http://www.jimfmunro.com/wp-content/uploads/2010/08/Thesis-Interior-Borders-Map-300x266.png" alt="Thesis Interior Borders Map" width="500" /></a>
	<p class="wp-caption-text">Click To Enlarge</p>
</div>
<h2>Removing Borders in Thesis by Admin Options</h2>
<p>If you want to just remove them all, then the admin option is for you.</p>
<p>Go to the Thesis Design Options menu. Under Fonts, Colors and More! expand the Body (and Content Area) section and uncheck the box labeled <em>Show interior layout borders</em>.  Click the save button and you are done.</p>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/08/disable-thesis-interior-borders.jpg"><img class="size-full wp-image-1111 alignnone" title="disable-thesis-interior-borders" src="http://www.jimfmunro.com/wp-content/uploads/2010/08/disable-thesis-interior-borders.jpg" alt="disable-thesis-interior-borders" width="332" height="666" /></a></p>
<h2>Removing Borders in Thesis using CSS</h2>
<p>If you perhaps only want to remove one or two of the existing borders, you also have supreme control through the custom.css file.<br />
This is definitely a more refined way of specifying just the border you want to target.</p>
<p>First, open up your Custom File Editor under the Thesis menu. By default, the custom.css is visible.</p>
<h3>Removing Header Borders from Thesis</h3>
<p>The border just above the content area is part of the #header section and is, by default, a double border.  To remove we simply target that specifically like this:</p>
<pre class="css">.custom #header: border-bottom: 0;</pre>
<h3>Removing Bottom Borders from Thesis</h3>
<p>Like the header, the footer is a double border that you can do away with by setting the following style:</p>
<pre class="css">.custom #footer:border-top:0;</pre>
<h3>Removing the content area right border from Thesis</h3>
<p>The content area doesn&#8217;t use a border, but has an image background as separator.  This can be removed by setting the following CSS rule:</p>
<pre class="css">.custom #content_box {background: 0;}</pre>
<h3>Removing the post_box border from Thesis</h3>
<p>If you display posts on the main page, there will be a border between each. To get rid of it set the following style:</p>
<pre class="css">.custom .post_box {border: 0;}</pre>
<h3>Removing the teasers_box border from Thesis</h3>
<p>Like the post_box borders, the teasers (if you use them) have a border between each row. This is identical to above and we specify the following CSS rule for the class:</p>
<pre class="css">.custom .teasers_box {border: 0}</pre>
<h2>Removing Navigation Borders in Thesis</h2>
<p>If you&#8217;ve ever wanted to remove the borders from the default Thesis nav menu, here are two more options which make it easy.</p>
<h3>Removing Navigation Borders in Thesis by Admin Options</h3>
<p>The simplest way is to either set the border width of the menu border to zero, or to change the menu border&#8217;s <em>nav border color</em> to match the background.  I&#8217;ll only outline the first as I don&#8217;t recommend the second method for most cases.</p>
<p>Just open your Thesis Design Options panel and expand the Nav Menu subsection.  Set the nav border width (px) to zero and save.</p>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/08/thesis-nav-menu-no-border.jpg"><img class="alignnone size-full wp-image-1112" title="thesis-nav-menu-no-border" src="http://www.jimfmunro.com/wp-content/uploads/2010/08/thesis-nav-menu-no-border.jpg" alt="thesis-nav-menu-no-border" width="332" height="616" /></a></p>
<h3>Removing Navigation Borders in Thesis using CSS</h3>
<p>As always, the CSS allows you to be more specific.</p>
<p>By default there are two borders in the Thesis nav bar: one for the menu itself, and one for each tab&#8217;s link.</p>
<p>You can achieve the same results with the following style changes:</p>
<pre class="css">.custom .menu, .custom .menu  a { border: 0; }</pre>
<p>There, as you can see there are some further simple ways to customize your Thesis WordPress theme framework without too much work.  That&#8217;s one of the many things I love about using Thesis and WordPress to design websites—so simple!</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/thesis/removing-borders-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Installation For Multiple Websites</title>
		<link>http://www.jimfmunro.com/wordpress/wordpress-installation-multiple-websites/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-installation-multiple-websites</link>
		<comments>http://www.jimfmunro.com/wordpress/wordpress-installation-multiple-websites/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 19:28:20 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=944</guid>
		<description><![CDATA[I was recently at a session at Wordcamp Boulder and there was a question asked on what a good way to install plugins on multiple blogs.  I believe the question was related to the situation where you have Blog A where you have tested and installed a bunch of plugins and you have things working [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/wordpress/wordpress-installation-multiple-websites/" title="Permanent link to WordPress Installation For Multiple Websites"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/07/paper-doll-clone.jpg" width="600" height="328" alt="Wordpress Plugin Installation For Multiple Websites" /></a>
</p><p>I was recently at a session at <a title="Wordcamp Boulder 2010" href="http://www.jimfmunro.com/wordpress/wordcamp-2010-review/" target="_self">Wordcamp Boulder</a> and there was a question asked on what a good way to install plugins on multiple blogs.  I believe the question was related to the situation where you have Blog A where you have tested and installed a bunch of plugins and you have things working the way you like them and you wish to move all of these same plugins to Blog B which is a new install, or something similar.</p>
<p>I recommend a couple of ways which can save you boatloads of time when installing WordPress Plugins across multiple websites. It just depends on how much work you want to do.</p>
<p><span id="more-944"></span></p>
<h2>The Plugin Method</h2>
<p>If you are a fan of plugins there is a handy one called <a title="Plugin Central" href="http://wordpress.org/extend/plugins/plugin-central/" target="_self">Plugin Central</a> which was written by the prolific plugin author <a title="Vladimir Prelovac" href="http://www.prelovac.com/vladimir/" target="_self">Vladimir Prelovac</a>.  It allows you to basically paste in a list of your plugins from one site and then it will go out find (on WordPress.org), download and install all of them in one click.  It&#8217;s a pretty nice solution if you want to use a plugin for this.</p>
<p>The down side is that it only works for plugins and needs to be run after</p>
<h2>The Template Site Method</h2>
<p>If you find that you install WordPress on a lot of different websites, there is another way which I&#8217;ve used a fair amount, but it takes a little bit of work to set up once, after that, you are ready to go.</p>
<p>It will provide you with a way to install the exact same Website &#8220;template&#8221; on as many domains as you would and also includes the WordPress install, any themes and all your favorite plugins.</p>
<h2>Build It</h2>
<p>Start by gathering up all the files to be included. WordPress install zip, theme and plugins. Just download from WordPress.org or, in the case of custom themes or plugins, from any vendors you purchase add-ons from.</p>
<p>Extract WordPress somewhere like your desktop and open up WordPress folder.</p>
<p>Delete any unwanted stuff. I usually get rid of the default theme and the Hello Dolly plugin (no offense Matt!), just to reduce the amount of files needed to copy (and for security).</p>
<p>Renaming your config-sample.php to config.php now will save you some time later on.</p>
<p>Add your theme to the folder as you would normally by extracting the theme zip into the wordpress/wp-content/themes directory. Do the same for plugins, extracing them into wordpress/wp-content/plugins.</p>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/08/wp-install-dir.jpg"><img class="alignnone size-medium wp-image-1019" title="Wordpress Directories" src="http://www.jimfmunro.com/wp-content/uploads/2010/08/wp-install-dir-300x140.jpg" alt="Wordpress Directories" width="300" height="140" /></a></p>
<h3>Compress It</h3>
<p>Now open up the WordPress folder and highlight all the files and directories and create and add them to a new zip file (or whatever archive you use) named something like wpsite-template.zip.</p>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/08/add-to-zip-file.jpg"><img class="alignnone size-full wp-image-1020" title="Add WordPress to Zip File" src="http://www.jimfmunro.com/wp-content/uploads/2010/08/add-to-zip-file.jpg" alt="Add WordPress to Zip File" width="347" height="415" /></a></p>
<p>Be sure to zip the files in the WordPress folder and not the folder itself. This way it allows you to extract the archive of files right into the location it will run from.</p>
<h2>Install It</h2>
<p>Fire up your FTP program or control panel&#8217;s file manager.  Upload the archive into the root directory or sub-directory of your web server hosting account.</p>
<p>Now you have your base installation you can use whenever you need to set up a new website. This works well on a shared hosting account where you may decide to add a new site, in which case you create it&#8217;s directory, unzip the files there and *bam* you&#8217;ve got your installation done in a few seconds.</p>
<h3>Extract it</h3>
<p>Locate the file in whatever remote file manager you use, like CPanel or whatever you&#8217;re comfortable with and extract the files to wherever you&#8217;ve set up the website.</p>
<h3>Use It</h3>
<p>You still need to create your database, modify the config.php to add your database info, secret keys and database table prefix (you are changing these, right?).</p>
<p>You should also (right now, don&#8217;t wait) update your installed files (WP, theme and plugins) to all the latest versions for security reasons.  Fortunately, WordPress 3.0 makes it pretty simple to do from a single location in the control panel.</p>
<h2>Enjoy Life</h2>
<p>Once done you will have an easy way to add your customized sites quickly with almost a single click and will hopefully save time and avoid confusion.</p>
<p>Let me know if you have any suggestions to improve this concept as I&#8217;m always looking for ways to save time.</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/wordpress/wordpress-installation-multiple-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Word Documents Into Pages on the iPad</title>
		<link>http://www.jimfmunro.com/tutorials/import-word-documents-pages-ipad/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=import-word-documents-pages-ipad</link>
		<comments>http://www.jimfmunro.com/tutorials/import-word-documents-pages-ipad/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 18:06:40 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Pages]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=933</guid>
		<description><![CDATA[Creating Content On Your iPad I use my iPad as a media consumption device (mmm, media nom nom), but I also think it can be a powerful way to create content without being limited by the size and battery life of a laptop.  [I recommend using either the wireless keyboard or the keyboard doc for [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/tutorials/import-word-documents-pages-ipad/" title="Permanent link to Import Word Documents Into Pages on the iPad"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/06/import-export.jpg" width="600" height="300" alt="Import Word Documents into Pages on the iPad" /></a>
</p><h2>Creating Content On Your iPad</h2>
<p>I use my iPad as a media consumption device (mmm, media nom nom), but I also think it can be a powerful way to create content without being limited by the size and battery life of a laptop.  [I recommend using either the wireless keyboard or the keyboard doc for easier typing though.]</p>
<p>With that in mind, if you&#8217;ve ever wanted to edit a Word document on your iPad, you may have discovered there&#8217;s not a simple way to import files directly into Pages. But here is a method I&#8217;ve been using.</p>
<p><span id="more-933"></span></p>
<p>One of the better &#8220;high-end&#8221; word processors is Pages, made by Apple.  It may not be the best one available, but it is likely the easiest one to understand if you come from a MS Word background like I did.  It&#8217;s very similar and I find it less bloated with irrelevant features, and more intuitive to use than Word.</p>
<p>Unfortunately, Pages has frustratingly few ways to work with existing documents and other media formats. If you want to work with existing documents, you have to resort to some arcane methods to get the docs onto your iPad and into Pages.  As they say, there&#8217;s an app for that.</p>
<h2>My Methods</h2>
<p>Rather than having to resort to emailing documents to yourself, we can access the file directly. I tend to use Dropbox a lot and love it. I still have yet to use up my free 2 gigabyte account and this is a perfect application for it.</p>
<p>Let&#8217;s say we keep a folder called Documents and store our .doc file there.  If I want to import it into Pages I first need to get it onto my iPad.</p>
<p>My favorite method also requires an additional app for the iPad: GoodReader. It&#8217;s only $1.00 and is probably number 2 or 3 on my most-used-app list.  The thing is great for reading PDFs and any other materials you can throw at it.</p>
<p>The nice feature here is that you can directly access your Dropbox account from within the GoodReader app itself.</p>
<h2>How To Convert A Word Document To Pages</h2>
<p>Just direct Goodreader to your file location above and select the Modify Files button, select the round button next to your file and click on the Open In&#8230; button which will appear in the panel on the right.  It will give you a couple of choices including Pages (assuming you own the app on your iPad.)</p>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/06/ipad-import1.jpg"><img class="alignnone size-full wp-image-956" title="Import Word Document Into Pages" src="http://www.jimfmunro.com/wp-content/uploads/2010/06/ipad-import1.jpg" alt="Import Word Document Into Pages" width="400" /></a></p>
<p>If you edited your word doc on Windows rather than Mac you may get some warnings about missing fonts, I just lived with whatever changes it made and kept going.</p>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/06/import-warning.gif"><img class="alignnone size-full wp-image-957" title="Pages Font Import Warning" src="http://www.jimfmunro.com/wp-content/uploads/2010/06/import-warning.gif" alt="Pages Font Import Warning" width="400" /></a></p>
<p>This should let you import Word Docs into Pages on your iPad pretty easily.</p>
<p>As with all technology, this could be out of date very quickly if Pages ever decides they want to support this directly, but for now it is a pretty simple solution.</p>
<h2>What Do You Think?</h2>
<p>Have you used your iPad for content creation for people (other than yourself)?  If so, what tools or apps have you found handy to use?</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/tutorials/import-word-documents-pages-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Content Only In Posts With Thesis Theme</title>
		<link>http://www.jimfmunro.com/blogs/adding-content-only-in-posts-thesis/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=adding-content-only-in-posts-thesis</link>
		<comments>http://www.jimfmunro.com/blogs/adding-content-only-in-posts-thesis/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 04:07:31 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[custom functions]]></category>
		<category><![CDATA[custom_functions.php]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=849</guid>
		<description><![CDATA[I get a lot of questions about how to add theme content to only single posts. (Versus pages, the home page, etc.) Again, I&#8217;m using the Thesis theme framework on most of my websites and will go over how to bend Thesis to your will and also I&#8217;ll give an easy way to add to [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/blogs/adding-content-only-in-posts-thesis/" title="Permanent link to Adding Content Only In Posts With Thesis Theme"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/06/post-mail.jpg" width="599" height="316" alt="Add only to post using Thesis" /></a>
</p><p>I get a lot of questions about how to add theme content to only single posts. (Versus pages, the home page, etc.)</p>
<p>Again, I&#8217;m using the Thesis theme framework on most of my websites and will go over how to bend Thesis to your will and also I&#8217;ll give an easy way to add to any theme, Thesis or not.</p>
<p>I&#8217;ll give two simple ways to do this (using custom_functions.php and also with the OpenHook plugin). I&#8217;ll even throw in a bonus for people using any theme at all.</p>
<p><span id="more-849"></span></p>
<h3>Add A Custom Function</h3>
<p>This method assumes you&#8217;re comfortable modifying your custom_functions.php file.  I recommend testing this on a local testing machine and not your live site since you can render your site unconscious (temporarily) if you goof up a bracket. Just copy the following PHP code snippet and paste it at the bottom of your custom_function.php file.  Make sure the PHP brackets are not closed or you&#8217;ll bork up your site.</p>
<pre class="html">function do_in_post_only() {
if (is_single()) { /*don't show on the home page*/
?&gt;
&lt;h3&gt;Test&lt;/h3&gt;
&lt;!--do something useful here--&gt;
&lt;?php}
}
add_action('<span style="color: #ff0000;">thesis_hook_after_post</span>','do_in_post_only'); /*add after the post content*/
</pre>
<p>You can see that it&#8217;s pretty simple. If you want it in a different location on the post then find where you want it to go, get the hook name and replace the text in red above with your hook name and it&#8217;ll be displayed in the location. Need a clue to some of the hook names? You can find <a title="Thesis Hooks Reference List" href="http://diythemes.com/thesis/rtfm/hooks/" target="_self">a listing of all Thesis hooks</a> and <a title="Thesis Hook Maps" href="http://thesishooks.com/" target="_self">a visual guide is also available</a> if that&#8217;s not clear.</p>
<h3>Using OpenHook</h3>
<p>A plugin I use frequently to make things even simpler (yes, it gets even easier) is Rick Beckman&#8217;s <a title="Thesis Openhook Plugin" href="http://wordpress.org/extend/plugins/thesis-openhook/" target="_self">Thesis OpenHook plugin</a>.</p>
<p>I won&#8217;t go into the details on the plugin, but if you like things easy, then this is for you.</p>
<p>To recreate what we did above, all we need to do is navigate to the plugin page under <strong>Appearance-&gt;Thesis OpenHook</strong>.  Find the appropriate hook box (here we will use After Post hook section) and drop in the following PHP code. Check the box to &#8216;Execute PHP on this hook&#8217; and voila, the same fascinating result is displayed.</p>
<h3>For Non-Thesis Themes</h3>
<p>Again, I have to jab. If you aren&#8217;t using <a title="Thesis WordPress Theme" href="http://jimfmunro.com/go/thesis" target="_self">Thesis</a>, why not? Life is too short to hack poorly written themes. <img src='http://www.jimfmunro.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>That being said, you can do this but it will require a) working in PHP (just cut &amp; paste, so it&#8217;s not very difficult) and b) some trial and error depending on how your theme is designed.</p>
<p>You need to access the PHP files which you can do either through FTP or through the WordPress Admin interface by going to Appearance-&gt;Editor. Once there you&#8217;ll probably find a file called single.php or post.php or some variant of the two. Edit that file and play around where you want your text/image/whatever to display and paste in whatever PHP functions or HTML code you want. Save the file and that should be it. Again, I&#8217;m short cutting here because there are many ways to do it and I can&#8217;t cover them all. Just experiment.</p>
<p>There you have it, a simple way to add some text or function only to your single post pages.  Let me know how it goes in the comments.</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/blogs/adding-content-only-in-posts-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designer Pull Quotes Made Simple</title>
		<link>http://www.jimfmunro.com/blogs/pull-quotes-made-simple/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=pull-quotes-made-simple</link>
		<comments>http://www.jimfmunro.com/blogs/pull-quotes-made-simple/#comments</comments>
		<pubDate>Sun, 30 May 2010 21:40:50 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[pull quote]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=786</guid>
		<description><![CDATA[I’m always looking for ways to enhance my blog articles easily. I may be lazy, but I also like small changes that have big impact. Pull quotes are a fun and, more importantly, easy way to give a more professional or journalistic look to your posts or pages.  I’ve read several blogs recently which gave [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/blogs/pull-quotes-made-simple/" title="Permanent link to Designer Pull Quotes Made Simple"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/05/pull-quote-tutorial.jpg" width="600" height="302" alt="Pull Quote Plugin Tutorial" /></a>
</p><p>I’m always looking for ways to enhance my blog articles easily. I may be lazy, but I also like small changes that have big impact.</p>
<p>Pull quotes are a fun and, more importantly, easy way to give a more professional or journalistic look to your posts or pages.  I’ve read <a title="Pearsonified Snazzy Pull Quotes" href="http://www.pearsonified.com/2006/09/snazzy_pullquotes_for_your_blo.php" target="_self">several</a> <a title="Wolf-Howl SEO Pull Quotes" href="http://www.wolf-howl.com/seo/tips-improve-blog-posts/" target="_self">blogs</a> recently which gave tips and suggestions on how to use them in your posts.</p>
<div class="simplePullQuote">Pull quotes are used to pull a text passage out of the reader’s flow and give  it a more dominant position in the post or the article.</div>What are pull quotes? The short definition of Pull quotes is that they are simply short excerpts from the text you are presenting. They are used to pull a text passage out of the reader’s flow and give it a more dominant position in the post or the article. I take that to mean any important key phrase or special point you want your reader to take away from the article.</p>
<p>I have put together a couple of screencasts showing you the basics and how to make them useful to your blog. I&#8217;ve also included a few image files to get you started.</p>
<p><span id="more-786"></span></p>
<h2>Why Would I Want To Use Them?</h2>
<p>Sometimes things are easier to understand if you can see them in action. If you want plenty of visual examples you can <a title="Smashing Magazine Pull Quote Article" href="http://www.smashingmagazine.com/2008/06/12/block-quotes-and-pull-quotes-examples-and-good-practices/" target="_self">read more about pull quotes</a> on Smashing Magazine’s site.</p>
<p>Another benefit of pull quotes is that since many people (me at least) skim-read content on the web, you can give them a few summarized highlights of your article and if they read at least that, you are lucky.  So it can enhance your readability without requiring you to change your approach to presenting your content. It can also give a reader an idea if they want to devote the time to reading the article. Either way seems like a win.</p>
<p>You don’t need to know the definition of pull quotes to recognize them, you see them all the time in newspapers and magazines.  On the web their use seems to be less common, but they appear to be gaining in popularity.</p>
<h2>Easy Install With A Plugin</h2>
<p>Fortunately for us, they are quite easy to implement thanks to yet another WordPress plugin.  The plugin I’m using here is called Simple Pull Quotes and the plugin is just that. You can get this plugin either from the <a title="Wordpress Plugin Repository" href="http://wordpress.org/extend/plugins/simple-pull-quote/" target="_self">WordPress repository</a> or from <a title="simple pull quote site" href="http://www.themightymo.com/simple-pull-quote/" target="_self">the author’s site</a>.</p>
<p>Three things to keep in mind when using pull quotes is that they shouldn’t be used too often, they shouldn’t be too large and they shouldn’t be included for the wrong purposes. In most cases an ordinary article should have at most 1-2 pull quotes, otherwise they lose their appeal and the article becomes harder to scan.</p>
<p>However if you’re trying to emphasize a key point, or a key word, then this is an easy way to do it without seeming too spammy.  So they can only help your on-page SEO.</p>
<p>In this first video below I go over some of the basics of using the plugin.</p>
<p><p><a href="http://www.jimfmunro.com/blogs/pull-quotes-made-simple/"><em>Click here to view the embedded video.</em></a></p>
<h2>How To Easily Make Them Unique</h2>
<p>In the second video I demonstrate a few ways you can quickly and easily style your pull quotes to look different than the standard out-of-the-box installation.  This will help give your quotes a unique look that blends in with your website theme.</p>
<p><a href="http://www.jimfmunro.com/blogs/pull-quotes-made-simple/"><em>Click here to view the embedded video.</em></a></p>
<h2>Some Examples</h2>
<p>Here are some cut &amp; paste examples of CSS styling I added in the second video. Just drop this into the plugin&#8217;s CSS file, upload the images and off you go.</p>
<h3><strong>Darker gray quote</strong>:</h3>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/05/Picture-5.png"><img class="alignnone size-full wp-image-795" style="border: 2px solid #ccc;" title="Dark Gray Pull Quote" src="http://www.jimfmunro.com/wp-content/uploads/2010/05/Picture-5-e1275181244663.png" alt="Dark Gray Pull Quote" width="363" height="147" /></a></p>
<p><code>width:200px;<br />
float:right;<br />
border-top:3px #868686 solid;<br />
background: #fff top left no-repeat url("../images/gray-quotes.png");<br />
text-indent:10px;<br />
padding:15px 6px 10px 10px;<br />
margin:10px 0 10px 10px;<br />
-webkit-box-shadow: 7px 7px 8px #818181;<br />
-moz-box-shadow: 7px 7px 8px #818181;<br />
</code></p>
<h3><strong>Orange background blue text</strong>:</h3>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/05/Picture-6.png"><img class="alignnone size-full wp-image-796" style="border: 2px solid #ccc;" title="Orange Blue Pull Quote" src="http://www.jimfmunro.com/wp-content/uploads/2010/05/Picture-6.png" alt="Orange Blue Pull Quote" width="382" height="232" /></a></p>
<p><code>width:200px;<br />
float:right;<br />
background: #ffbd54 url("../images/orange-quote.jpg") no-repeat 5px 5px;<br />
color: #3140f3;<br />
padding: 5px 10px 5px 35px;<br />
margin:10px 0 10px 10px;<br />
</code></p>
<h3><strong>Red quote &amp; border no shadow</strong>:</h3>
<div id="attachment_794" class="wp-caption alignnone" style="width: 395px">
	<a href="http://www.jimfmunro.com/wp-content/uploads/2010/05/Picture-4.png"><img class="size-full wp-image-794  " title="Red Pull Quotes" src="http://www.jimfmunro.com/wp-content/uploads/2010/05/Picture-4.png" alt="Red Pull Quotes" width="395" height="281" /></a>
	<p class="wp-caption-text">Oh my, oh my!</p>
</div>
<p><code>width:200px;<br />
float:right;<br />
border:1px solid #f00;<br />
background: #FFDFDF top left no-repeat url("../images/red-quote.png");<br />
text-indent:30px;<br />
padding:10px;<br />
margin:10px 0 10px 10px;<br />
</code></p>
<h3><strong>Centered text top borders</strong>:</h3>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/05/Picture-2.png"><img class="alignnone size-full wp-image-793" style="border: 2px solid #ccc;" title="Centered Pull Quote" src="http://www.jimfmunro.com/wp-content/uploads/2010/05/Picture-2.png" alt="Centered Pull Quote" width="393" height="265" /></a><br />
<code>width:200px;<br />
float:right;<br />
border-top:1px solid #333;<br />
border-bottom: 1px solid #333<br />
background: #fff;<br />
text-align:center;<br />
padding: 5px;<br />
margin:10px 0 10px 10px;<br />
font-family: serif;<br />
font-size: larger;</code></p>
<h2>Put them to work</h2>
<p><strong><div class="simplePullQuote">If you have used pull quotes on your blog and have anything to add,  please feel free to leave a comment.</div></strong></p>
<p>As demonstrated, you can easily add impact to your next blog post with a pull quote (or two) and provide your readers with an easy way to get the meaning from your text, hopefully giving them more incentive to read the full article.<strong><br />
</strong></p>
<p>Here are the image files used above which you can try out, plus a couple of bonus images thrown in for good measure. (Click icon to download.)<br />
<a title="Pull Quote Images Archive" href="http://www.jimfmunro.com/media/PullQuoteImages.zip"><img class="alignnleft size-full wp-image-800" style="border: 2px solid #0000ff;" title="mac_zip_icon" src="http://www.jimfmunro.com/wp-content/uploads/2010/05/mac_zip_icon.jpg" alt="mac_zip_icon" width="61" height="69" /></a></p>
<p>[<a title="Image Attribution from Flickr" href="http://www.flickr.com/photos/orinrobertjohn/4127141779/sizes/l/" target="_blank">Image Attribution</a>: CC License]</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/blogs/pull-quotes-made-simple/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Customizing Thesis 404 Pages</title>
		<link>http://www.jimfmunro.com/general/customizing-thesis-404-pages/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=customizing-thesis-404-pages</link>
		<comments>http://www.jimfmunro.com/general/customizing-thesis-404-pages/#comments</comments>
		<pubDate>Thu, 20 May 2010 19:48:11 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[user experience]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=712</guid>
		<description><![CDATA[I like to think that my websites are error proof. WordPress does a great job handling cases of mis-typed URLs, outdated or broken links, and general server-farts.  But no matter how bullet proof the system is, it is possible to crumb up your own system as it gets older, obtains more internal links and posts [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/general/customizing-thesis-404-pages/" title="Permanent link to Customizing Thesis 404 Pages"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/05/customize-thesis-404-page.jpg" width="342" height="245" alt="Customize Thesis 404 Page" /></a>
</p><p>I like to think that <span class="stress">my websites are error proof</span>. WordPress does a great job handling cases of mis-typed URLs, outdated or broken links, and general server-farts.  But no matter how bullet proof the system is, it is possible to crumb up your own system as it gets older, obtains more internal links and posts and others link to who-knows-what on your site.  These will often create a 404 error condition and how you handle them on your site can be important in order to keep visitors from leaving your site too soon.</p>
<p><span id="more-712"></span>That being the case, I have been amazed lately how many well-known websites that run Thesis theme (I&#8217;m not naming any names.) use the <a title="Thesis Default 404 Text Search" href="http://www.google.com/search?source=ig&amp;hl=en&amp;rlz=&amp;=&amp;q=%22Surfin%E2%80%99+ain%E2%80%99t+easy%2C+and+right+now%2C+you%E2%80%99re+lost+at+sea" target="_self">default 404 error-page text</a>.  The text on the standard Thesis 404 page is, to put it simply, icky and a bit condescending to your potential site visitors.</p>
<blockquote><p>You 404’d it. Gnarly, dude.</p>
<p>Surfin’ ain’t easy, and right now, you’re lost at sea. But don’t worry; simply pick an option from the list below, and you’ll be back out riding the waves of the Internet in no time.</p>
<p>* Hit the “back” button on your browser. It’s perfect for situations like this!<br />
* Head on over to the home page.<br />
* Punt.</p></blockquote>
<p>After all, it&#8217;s not their fault they&#8217;ve ended up on a non-existing page on your site. (How many people actually type in URLs to any but the homepage.)</p>
<p>If you aren&#8217;t sure what a 404 error message is, here is a definition from <a title="Wikipedia 404" href="http://en.wikipedia.org/wiki/HTTP_404" target="_self">Wikipedia</a>:</p>
<blockquote><p>The 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server but the server could not find what was requested.</p></blockquote>
<p>It could be an outdated or moved page that was indexed a long time ago or maybe you&#8217;ve updated your site, moved things around. Who knows, but finding and fixing broken links is the website owners responsibility.  There are some useful plugins to help to check for broken links, here&#8217;s a good <a title="Wordpress Broken Link Checker" href="http://wordpress.org/extend/plugins/broken-link-checker/" target="_self">one</a>.</p>
<p>Rather than scare off a potential (future) visit, you can easily adjust the language (that&#8217;s why Thesis is so great, right?) to make it more user friendly.  At the same time you can give the user a few options that make it more more likely they will stay on your site for awhile and then go off and tell their friends how much a genius you are. (Okay, maybe I&#8217;m gettiing a little hopeful, but you get the idea.)</p>
<p>There are a couple of simple methods to add a customized 404 page if you&#8217;re running Thesis:</p>
<h3>1. The easy way using OpenHook plugin.</h3>
<p>If you use this plugin, you&#8217;ll have things easier.  You can find a simple tutorial on how to change the page title and text <a title="Changine Error Pages with OpenHook" href="http://lisaangelettieblog.com/thesis-template-how-to-change-error-404-pages/" target="_self">here</a>. (I find it humurous that the author of the tutorial doesn&#8217;t actually use the technique she demonstrates. Oh well, it still will work for YOUR site.)</p>
<h3>2. The code way, with the custom_functions.php.</h3>
<p>This way involves working with a little bit of php, nothing too challenging, but if you aren&#8217;t comfortable doing that then I would suggest method #1 or asking someone for help.<br />
Rae Hoffman has a straightforward guide to making the changes on her website <a title="Customize Thesis 404 Error Page" href="http://www.sugarrae.com/thesis-tutorial-custom-404/" target="_self">here</a>.</p>
<h4>Now that we know how to do it, what should a 404 error page contain?</h4>
<p>Some good ideas include:</p>
<ul>
<li> A link to the homepage.</li>
<li> A category listing or page listing.</li>
<li> A search box front and center.</li>
<li> Something humorous to keep them there. Rae put a video on her page. I&#8217;ve seen someone give away a free eBook as an apology gift, how much more generous could you be?</li>
<li> Try something new and creative. You can check out some ideas at <a title="Smashing Magazine 404 Error Page Gallery" href="http://www.smashingmagazine.com/2009/01/29/404-error-pages-one-more-time/" target="_self">Smashing Magazine</a>.</li>
</ul>
<h3>Ideas to Avoid Confusion</h3>
<p>I would suggest removing the &#8220;404&#8243; from the error message as 99% of visitors usually have no idea (and don&#8217;t care) what that means.  Why show them an error code at all and risk them thinking there is something wrong with your website. You should just tell them there&#8217;s a problem and that you have a solution.</p>
<p>The most important of all is: don&#8217;t confuse them. Help them find what they were looking for and give them as many ways as possible to get them back on track. Do that and you&#8217;ll be able to retain more visitors and get them to return again and again.</p>
<h3>What If I Don&#8217;t Have Thesis?</h3>
<p>Well, then <a title="Thesis Theme" href="http://jimfmunro.com/go/thesis" target="_self">go here and get it</a>! <img src='http://www.jimfmunro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Seriously, life is just easier with Thesis, but I&#8217;m biased I guess.</p>
<p>In the case you don&#8217;t have Thesis, there are some options.</p>
<h4>The WordPress Codex on creating 404 error pages</h4>
<p>You can find the <a title="Creating_an_Error_404_Page" href="http://codex.wordpress.org/Creating_an_Error_404_Page" target="_self">WordPress Codex page  for handling 404 pages</a>. Do this if you want to code it yourself or want to modify an existing theme.</p>
<h4>404 Notifier Plugin</h4>
<p><a title="404 Notifier Plugin" href="http://wordpress.org/extend/plugins/404-notifier/">This plugin</a> will help you catch 404 errors that come up on your page. Useful if you&#8217;ve moved things around on your blog.</p>
<h4>Smart 404 for WordPress</h4>
<p><a title="Smart 404 Plugin" href="http://wordpress.org/extend/plugins/smart-404/" target="_self">This plugin</a> goes even further.  Here&#8217;s the description:</p>
<blockquote><p>When a page cannot be found, Smart 404 will use the current URL to attempt to find a matching page, and redirect to it automatically. Smart 404 also supplies template tags which provide a list of suggestions, for use on a 404.php template page if a matching post can’t be immediately discovered.</p></blockquote>
<h3>What If I Don&#8217;t Run WordPress OR Thesis theme</h3>
<p>This was originally an article geared toward WordPress-centric websites, but I&#8217;ve had a few questions about non-blog issues or HTML/PHP-based websites.  The answer is pretty simple and direct but requires you customize your .htaccess file.  If you&#8217;re not comfortable with that, I suggest calling in a professional. But it&#8217;s pretty easy if you follow <a title="Custom 404 Page" href="http://www.thesitewizard.com/archive/custom404.shtml" target="_self">these basic instructions.</a> It&#8217;s essentially editing a text file on your server and pretty straightforward, assuming your web hosting company gives you that kind of access (most do). Follow this and you&#8217;ll be up and running in no time.</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/general/customizing-thesis-404-pages/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add A Facebook Like Button To Your Thesis Theme</title>
		<link>http://www.jimfmunro.com/tutorials/add-facebook-like-button-thesis-theme/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-facebook-like-button-thesis-theme</link>
		<comments>http://www.jimfmunro.com/tutorials/add-facebook-like-button-thesis-theme/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 17:32:57 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[social bookmark]]></category>
		<category><![CDATA[social marketing]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=668</guid>
		<description><![CDATA[The Facebook like button is here and is potentially going to be huge.  Do you want to add one to your website? If you already have the awesome Thesis theme framework, this will be easy to do without having to touch any .php template files directly. If you do have Thesis, I also recommend using [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/tutorials/add-facebook-like-button-thesis-theme/" title="Permanent link to Add A Facebook Like Button To Your Thesis Theme"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/04/facebook-like-button.jpg" width="250" height="158" alt="Facebook Like Button" /></a>
</p><p>The Facebook like button is here and is potentially going to be huge.  Do you want to add one to your website?</p>
<p>If you already have the awesome <a title="Thesis Theme for WordPress" href="http://www.jimfmunro.com/thesis-theme" target="_self">Thesis theme</a> framework, this will be easy to do without having to touch any .php template files directly. If you do have Thesis, I also recommend using the Thesis <a title="Thesis Openhook Plugin" href="http://wordpress.org/extend/plugins/thesis-openhook/" target="_blank">Openhook plugin</a>, it make working with hooks simpler and &#8220;safer&#8221; than ever.</p>
<p><span id="more-668"></span></p>
<blockquote><p>Note: I see there are now a ton of Like Button plugins on wordpress.org, in fact there are tons of them.  So if you want another way to add this on your blog or if you don&#8217;t have the remarkable Thesis theme (you don&#8217;t!?), it might be another way to go.  However, the main downside to plugins, in general, is plugin-bloat and overhead during page access.  It may impact page speed and also depending on how well the code was written may inject some extra CSS into the document head, bulking up your pages.  So the tutorial below is still a viable method for adding a Like button.</p></blockquote>
<p>I have replaced my old <a title="Post Footer" href="http://www.jimfmunro.com/tutorials/add-post-footer-open-hook-plugin-thesis/" target="_self">post subscription footer</a> with a new footer where I include the Facebook Like button. As shown here:</p>
<p style="text-align: center;"><a href="http://www.jimfmunro.com/wp-content/uploads/2010/04/facebook-footer.jpg"><img class="size-medium wp-image-673 alignleft" style="border: 1px solid #000;" title="facebook-footer" src="http://www.jimfmunro.com/wp-content/uploads/2010/04/facebook-footer-300x83.jpg" alt="facebook footer" width="300" height="83" /></a></p>
<h3>The HTML</h3>
<p>You can go to the Facebook site and generate your own customized code <a title="Facebook Like Widget" href="http://developers.facebook.com/docs/reference/plugins/like" target="_blank">here</a>, or you can just cut and post this snippet below:</p>
<pre class="html">&lt;iframe src="http://www.facebook.com/plugins/like.php?href=<strong>&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;</strong>&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;font=lucida+grande&amp;amp;colorscheme=dark" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px"&gt;&lt;/iframe&gt;
</pre>
<p>Note the <strong>bolded section</strong> is *not* created by the Facebook widget generator, this is an addition that will enhance the specific link to point directly to your post. So if you generated code from Facebook, replace the url with the bold text above.  [Thanks to <a title="Cordobo Design" href="http://cordobo.com/1608-facebook-like-plugin-wordpress/" target="_blank">Andreas Jacob</a> for this idea.]</p>
<p>Assuming you want to add this just to your posts (not pages or the home page), then add the following snippet into the OpenHook plugin section named &#8220;After Post&#8221; (or the <code>thesis_hook_after_post if you are editing the custom_functions.php).<br />
</code></p>
<pre class="css">&lt;?php if (is_single()) { ?&gt;
&lt;div id="fb"&gt;
&lt;iframe src="http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;font=verdana&amp;amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;?php } ?&gt;
</pre>
<p><span style="color: #ff0000;">Note: Be sure to select the checkbox to &#8220;Execute PHP on this Hook&#8221;.   Don&#8217;t forget to save the changes.</span></p>
<p>The div section will allow us to style this into a eye-catching box, which we&#8217;ll do next.</p>
<h3>The CSS</h3>
<p>Go to the Thesis Custom File Editor and work on the custom.css file.  I presume you&#8217;ll want to customize this, be original. This is just for reference to get you started.</p>
<p>Add the following section somewhere in the custom.css file:</p>
<pre class="css">  .custom #fb {
  padding:5px;
  background:#CFE7FF url('images/facebook_32.png') no-repeat 5px 7px;
  border:2px solid #3b5998;
  width:85%;
  margin: 0 auto 20px auto;
 -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.custom #fb iframe { height: 25px; margin:5px 0 0 45px;}
</pre>
<p>You can see there is a background image for the Facebook logo specified. If you want to make it easy, right click on the one on this post and save it to your machine and upload it to your Thesis custom images directory.</p>
<p>Save your changes to the custom.css file.</p>
<p>Go to any post page on your site and it will be displayed simiarly.  Now go write amazing articles that everyone will like and you will be loved by all.</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/tutorials/add-facebook-like-button-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Removing Page Titles In Thesis</title>
		<link>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=removing-page-titles-thesis</link>
		<comments>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:31:49 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[remove page titles]]></category>
		<category><![CDATA[thesis theme]]></category>
		<category><![CDATA[thesis tutorial]]></category>
		<category><![CDATA[titles]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=520</guid>
		<description><![CDATA[There were a couple of threads in the DIYThemes forum about removing page titles.  Lots of solutions were thrown out including hiding the title with CSS rules like: h1 { display: none;} While this does work, it&#8217;s not really a recommended solution because of the possibility of being construed (by the search engines) as a nefarious, [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/" title="Permanent link to Removing Page Titles In Thesis"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/02/wrenches.jpg" width="250" height="166" alt="Toolkit for websites" /></a>
</p><p>There were a couple of threads in the DIYThemes forum about removing page titles.  Lots of solutions were thrown out including hiding the title with CSS rules like:</p>
<pre>    h1 { display: none;}</pre>
<p>While this does work, it&#8217;s not really a recommended solution because of the possibility of being construed (by the search engines) as <a title="Hiding Text Not Recommended" href="http://maileohye.com/html-text-indent-not-messing-up-your-rankings/" target="_self">a nefarious, evil, black hat technique</a>. Oooooh *hand waving*.</p>
<p>I suggested that the easiest way is just to chop the titles straight out of the PHP code and be done with it. No need to hide, align, obfuscate or anything tricky on the presentation end.<br />
<span id="more-520"></span></p>
<h3>What&#8217;s Involved?</h3>
<p>This can be as simple as commenting out 2 lines of code.  If you aren&#8217;t comfortable with mucking around with your thesis files, please don&#8217;t. But I expect even beginners can achieve this by following the directions. (Famous last words.)</p>
<p>This modification assumes that you don&#8217;t need titles to display on any Page (not Posts) within your WordPress website (it removes it from every pages on your site).</p>
<blockquote><p><strong>Keep in mind</strong> &#8212; that we are going to modify the php templates within Thesis, not the Custom files.  This is usually a no-no only because if you upgrade your theme (or reinstall for whatever reason), you will lose your changes.  Not the end of the world, but you should keep this in mind and possibly back up your changed files.  (You do back up your site frequently anyway, right?)</p></blockquote>
<h3>Let&#8217;s Begin</h3>
<p>Just comment out line 36 &amp; 37 from \lib\functions\content.php (This is in Thesis 1.6)</p>
<p>Looks like this below: (starts on line 33)</p>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/02/thesis-remove-page-titles.jpg"><img class="alignnone size-thumbnail wp-image-523" title="thesis-remove-page-titles" src="http://www.jimfmunro.com/wp-content/uploads/2010/02/thesis-remove-page-titles-150x150.jpg" alt="Thesis Remove Page Titles" width="150" height="150" /></a></p>
<p>Change this:</p>
<pre class="php">elseif (is_page()) {
	if (is_front_page())
		echo ' &lt;h2&gt;' . get_the_title() . '&lt;/h2&gt;' . "\n";
	else
		echo ' &lt;h1&gt;' . get_the_title() . '&lt;/h1&gt;' . "\n";</pre>
<div>to this:</div>
<pre class="php">elseif (is_page()) {
	if (is_front_page())
		echo ' &lt;h2&gt;' . get_the_title() . '&lt;/h2&gt;' . "\n";
	//else
		//echo ' &lt;h1&gt;' . get_the_title() . '&lt;/h1&gt;' . "\n";</pre>
<h3>Things To Consider</h3>
<p>The only issue you may see is that the formatting will leave a gap where the title used to be, but that could be worked around with some extra css rules.</p>
<h3>Let me Know How It Goes</h3>
<p>Did this tutorial answer your questions? Did you use it on your own site?  <span style="color: #000000;">Please leave</span><span style="color: #000000;"> a comment</span>.</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/tutorials/removing-page-titles-thesis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thesis CSS Map</title>
		<link>http://www.jimfmunro.com/tutorials/thesis-css-map/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=thesis-css-map</link>
		<comments>http://www.jimfmunro.com/tutorials/thesis-css-map/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 21:55:51 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[customizing thesis]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[thesis css]]></category>
		<category><![CDATA[thesis theme]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[xhtml]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=487</guid>
		<description><![CDATA[I haven&#8217;t found a lot of great resources for adding basic CSS customizations for the Thesis theme so I created one of my own. Note: If you&#8217;re looking for a Thesis theme hooks map, you can find one here. I didn&#8217;t drill down to every single child element, but if you&#8217;re looking for the basic container [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/tutorials/thesis-css-map/" title="Permanent link to Thesis CSS Map"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/01/css-map-thesis.png" width="320" height="183" alt="Thesis Theme CSS Map" /></a>
</p><p>I haven&#8217;t found a lot of great resources for adding basic CSS customizations for the <a title="Thesis Theme" href="http://www.jimfmunro.com/reviews/thesis-theme-review/" target="_self">Thesis theme</a> so I created one of my own.</p>
<p><span style="color: #ff0000;">Note:</span> If you&#8217;re looking for a Thesis theme hooks map, you can find one <a href="http://www.jimfmunro.com/thesis-hook-map/">here</a>.</p>
<p>I didn&#8217;t drill down to every single child element, but if you&#8217;re looking for the basic container divs on the main default page or need some place to start here it is.</p>
<p><span id="more-487"></span></p>
<p>I colored the divs with the following custom CSS.</p>
<pre class="css">.custom #body {}
.custom #container { border: 1px solid blue !important; }
.custom #page { border: 1px solid green !important; margin:4px;}
.custom .menu { border: 1px solid red !important; }
.custom #header { border: 1px dashed blue;}
.custom #content_box { border: 1px dashed green; width: 952px;}
.custom #content { border: 1px dashed red;}
.custom .post { border: 1px dotted blue;}
.custom .headline_area { border: 1px dotted green;}
.custom .teasers_box { border: 1px dotted red; }
.custom #sidebars {border: 1px dashed purple;}
.custom #sidebar_1 { border: 1px dashed brown; width: 190px;}
.custom #sidebar_2 { border: 1px dashed black; width: 190px;}
.custom #footer {border: 1px solid red; }</pre>
<p><a href="http://www.jimfmunro.com/wp-content/uploads/2010/01/thesis_css_tags2.jpg"><img class="alignnone size-medium wp-image-490" style="padding: 5px; border: 1px solid #00f !important;" title="Thesis Theme Default CSS Tags Map" src="http://www.jimfmunro.com/wp-content/uploads/2010/01/thesis_css_tags2-230x300.jpg" alt="Thesis Theme Default CSS Tags Map" width="230" height="300" /></a><br />
(Click the the thumbnail for the full size link)</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/tutorials/thesis-css-map/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add A Useful Post Footer With The Open Hook Plugin For Thesis</title>
		<link>http://www.jimfmunro.com/tutorials/add-post-footer-open-hook-plugin-thesis/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-post-footer-open-hook-plugin-thesis</link>
		<comments>http://www.jimfmunro.com/tutorials/add-post-footer-open-hook-plugin-thesis/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 02:55:57 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[openhook plugin]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://www.jimfmunro.com/?p=408</guid>
		<description><![CDATA[People go to a lot of effort to get people to visit to their site.  Once you get them there, why not encourage them to come back? Since my blog is kind of new, I&#8217;m doing all I can to encourage people to come back and read all this fantastic, brilliant and inspirational content day [...]<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, Wordpress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable Wordpress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for Wordpress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.jimfmunro.com/tutorials/add-post-footer-open-hook-plugin-thesis/" title="Permanent link to Add A Useful Post Footer With The Open Hook Plugin For Thesis"><img class="post_image alignnone remove_bottom_margin frame" src="http://www.jimfmunro.com/wp-content/uploads/2010/01/add-post-footer.jpg" width="250" height="165" alt="Post image for Add A Useful Post Footer With The Open Hook Plugin For Thesis" /></a>
</p><p>People go to a lot of effort to get people to visit to their site.  Once you get them there, why not encourage them to come back?</p>
<p>Since my blog is kind of new, I&#8217;m doing all I can to encourage people to come back and read all this fantastic, brilliant and inspirational content day after day.  <img src='http://www.jimfmunro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Assuming you&#8217;re actually creating content regularly, one way you could get more readers to your blog is to give them a way to keep up-to-date on your latest content.  By giving them options to follow your updates, you are lowering the barrier and making it easy for people. This is key.</p>
<p>The problem with a lot of the default RSS feed, contact form and social bookmark links is that they live at the top-right corner of your blog theme. Once you read down to the bottom of a post, they are long gone, but this seems like the perfect location where you should be asking your reader to follow you, the assumption being that if they got the end of an article, they might very well be interested in future articles.</p>
<div id="attachment_447" class="wp-caption aligncenter" style="width: 300px">
	<a href="http://www.jimfmunro.com/wp-content/uploads/2010/01/post-footer-detail3.jpg"><img class="size-medium wp-image-447" title="post-footer-details" src="http://www.jimfmunro.com/wp-content/uploads/2010/01/post-footer-detail3-300x132.jpg" alt="post footer details" width="300" height="132" /></a>
	<p class="wp-caption-text">My post footer box.</p>
</div>
<p>They just need to know where to find it and you will show them.</p>
<p>One great method you can use is a single post footer, which provides your readers several ways  to subscribe to your content &#8212; RSS, email, Twitter, etc.  This will be displayed at the bottom of every individual post page on your site.</p>
<p>Let me show you one easy way to add a post footer to your blog.</p>
<p><span id="more-408"></span></p>
<p><strong>Easy With Thesis and OpenHook plugin</strong></p>
<h3><!--more--></h3>
<p>First off, I use <a title="Thesis Review" href="http://www.jimfmunro.com/reviews/thesis-theme-review/" target="_self">Thesis </a>as my theme. It&#8217;s great: easy to customize and simple to use. However,  no matter what theme you use, you can still follow this tutorial. The steps might be a little different or more involved. <a title="Contact Me" href="http://www.jimfmunro.com/contact/" target="_self">Need help</a>?</p>
<p>In addition to the Thesis theme, you can simplify things greatly by using the Thesis OpenHook plugin (get it <a title="Thesis OpenHook Plugin" href="http://wordpress.org/extend/plugins/thesis-openhook/" target="_self">here</a>).  This allows you to access Thesis  system of custom hooks without needing to mess with custom theme files.  (Note: I may expand this tutorial to use the native Thesis custom files if anyone asks for it. If that would be useful, leave a comment.)</p>
<h3>Write the HTML</h3>
<p>I chose to keep things simple, by using a simple box containing an RSS icon and some actionable text. Using an icon will show instantly what you&#8217;re trying to achieve.  (Need an RSS icon? Try <a title="FeedIcons.com" href="http://www.feedicons.com/" target="_self">this site</a>.)</p>
<p>You can obviously dress it up and make it as fancy as you want. Be creative and differentiate yourself. Don&#8217;t just cut and paste my example.</p>
<p>This is the html and text I used for my own site:</p>
<pre class="html">&lt;div id="subscribe-box"&gt;
	&lt;div id="rss-icon"&gt;
		&lt;a href="http://feeds.feedburner.com/" target="_blank" /&gt;&lt;img src="/icon-rss.png" /&gt;&lt;/a&gt;
	&lt;/div&gt;
	&lt;div id="subscribe-text"&gt;
		I regularly add new articles about . If this article was helpful why not subscribe to my &lt;a href="http://feeds.feedburner.com/" target="_blank" /&gt;RSS feed&lt;/a&gt; and get the latest updates immediately. You can also subscribe through &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=&amp;loc=en_US" target="_blank" /&gt;email&lt;/a&gt; or follow me on &lt;a href="http://twitter.com/" target="_blank" /&gt;Twitter&lt;/a&gt;.
	&lt;/div&gt;
	&lt;div class="clear"&gt;&lt;/div&gt;
&lt;/div&gt;</pre>
<h3>Format With CSS</h3>
<p>I chose to retain some standards and decouple the presentation (formatting) from the data by adding CSS rules to the custom.css file within Thesis.  (If you are not using Thesis, this would likely go in your themes style.css.)</p>
<p>Select the following menu (the CSS file will be displayed by default):</p>
<pre>Thesis Options-&gt;Custom File Editor</pre>
<p>Paste in the CSS and update the formatting to your liking:</p>
<pre class="css">/* Subcribe box*/
#subscribe-box { padding:5px; background:#F4F9FD; border:2px solid #BFF0FF; width:90%; margin: 0 auto 20px auto;}
#subscribe-box #rss-icon {float:left; width:10%; padding-top:5px; padding-left:5px; margin-right: 10px;}
#subscribe-box #subscribe-text {float:right; width:87%; font-family:arial, verdana, sans-serif; font-size:1.2em;}
.clear { clear: both; }</pre>
<h3>Add It To OpenHook</h3>
<p>Now we will take what you created in the HTML section and add it to the footer on each post.  (I am assuming it&#8217;s already installed on your blog.)</p>
<p>From the Administrator console, you access the plugin options by going here:</p>
<pre>Appearance -&gt; Thesis OpenHook</pre>
<p>Scroll down or choose the hook from the floating menu. The Hook you want to use is called, oddly enough, <strong>After Post</strong> (For reference, the Thesis hook name is thesis_hook_after_post in the floating menu).</p>
<p>Paste in the following code:</p>
<pre class="php">&lt;?php
if (is_single()) { //only use it when displaying a single post on it's own
?&gt;
&lt;div id="subscribe-box"&gt;
	&lt;div id="rss-icon"&gt;
		&lt;a href="http://feeds.feedburner.com/StickyBeanLegs" target="_blank" /&gt;&lt;img src="http://www.jimfmunro.com/wp-content/uploads/2009/12/icon-rss.png" /&gt;&lt;/a&gt;
	&lt;/div&gt;
	&lt;div id="subscribe-text"&gt;
		I regularly add new articles about resources, tutorials and WordPress for web designers and developers. If this article was helpful why not subscribe to my &lt;a href="http://feeds.feedburner.com/StickyBeanLegs" target="_blank" /&gt;RSS feed&lt;/a&gt; and get the latest updates immediately. You can also subscribe through &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=StickyBeanLegs&amp;loc=en_US" target="_blank" /&gt;email&lt;/a&gt; or follow me on &lt;a href="http://twitter.com/jimfmunro" target="_blank" /&gt;Twitter&lt;/a&gt;.
	&lt;/div&gt;
	&lt;div class="clear"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;?php
}
?&gt;</pre>
<p>Be sure to select the checkbox (located below the code input field) named Execute PHP on this hook so it will actually run the code instead of displyaing it as text.</p>
<h3>View It</h3>
<p>Go to any single post on your blog, and there it is &#8212; a way for your readers to sign up and follow your brilliant words.</p>
<p>If this tutorial was useful, please consider leaving comment feedback.</p>
<p>All content is copyright 2009-2010 Jim F. Munro.
<br />Visit my blog for more great content on web design and development, WordPress and Internet Marketing: <a href="http://www.jimfmunro.com">Jim F Munro</a>
<br /><br />
Are you looking for a powerful, easy to use and infinitely customizable WordPress theme?  I suggest you try <a href="http://jimfmunro.com/thesis">Thesis</a> for WordPress. Read my review of the Thesis theme <a href="http://bit.ly/9xIfq3">here</a>.
<br /><br />
It's 2010 and site speed matters, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" rel="nofollow">just ask Google</a>.<br /><br />
Don't let your webhosting choice be a crapshoot, get started on the right foot with <a href="http://jimfmunro.com/bluehost" rel="nofollow">Bluehost</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimfmunro.com/tutorials/add-post-footer-open-hook-plugin-thesis/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
