<?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>BlogCrafted &#187; Tutorial</title>
	<atom:link href="http://blogcrafted.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogcrafted.com</link>
	<description>build the blog you want!</description>
	<lastBuildDate>Wed, 02 Jun 2010 10:00:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tutorial Triplicate &#8212; Handling Permalink Changes and 301 Redirects</title>
		<link>http://blogcrafted.com/tutorial-handling-permalink-changes-and-301-redirects/</link>
		<comments>http://blogcrafted.com/tutorial-handling-permalink-changes-and-301-redirects/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 10:00:35 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blogcrafted.com/?p=301</guid>
		<description><![CDATA[If you&#8217;ve been thinking about changing the permalink structure on your blog or already changed it and are trying to figure out what to do with your internal links, then this trio of pages I just created will help you out.
First, a tutorial on using the Redirection plugin to remove dates from incoming links. Not [...]


Related posts:<ul><li><a href='http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/' rel='bookmark' title='Permanent Link: Tutorial on Using Fantastico to Install Wordpress'>Tutorial on Using Fantastico to Install Wordpress</a></li>
<li><a href='http://blogcrafted.com/add-gravatars-cutline/' rel='bookmark' title='Permanent Link: Tutorial: Adding Gravatars to Cutline Themes'>Tutorial: Adding Gravatars to Cutline Themes</a></li>
<li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>If you&#8217;ve been thinking about changing the permalink structure on your blog or already changed it and are trying to figure out what to do with your internal links, then this trio of pages I just created will help you out.</p>
<p>First, a <a href="http://blogcrafted.com/redirection-plugin-remove-dates-incoming-links/">tutorial on using the Redirection plugin to remove dates from incoming links</a>. Not only do you want people clicking on the links to be able to find your site, you want your posts to rank like they did before. This method uses a 301 redirection to pass on the link juice <em>and</em> the visitors.</p>
<p>Second, a <a href="http://blogcrafted.com/search-regex-remove-dates-internal-permalinks/">tutorial on removing the dates from your internal links</a>. Though the redirection you&#8217;ve already set up is enough, having your links to yourself look right isn&#8217;t a bad idea. It also means that if the Redirection plugin breaks or you turn it off, your internal links still work</p>
<p>And third, for people who&#8217;ve just migrated over from Blogger, a <a href="http://blogcrafted.com/how-to-remove-html-from-old-blogger-permalinks/">tutorial on removing the .html from Blogger permalinks</a> and otherwise straightening them out. If you <em>also</em> want to remove the dates, do this before doing the other two.</p>
<p>Happy regexing!</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/' rel='bookmark' title='Permanent Link: Tutorial on Using Fantastico to Install Wordpress'>Tutorial on Using Fantastico to Install Wordpress</a></li>
<li><a href='http://blogcrafted.com/add-gravatars-cutline/' rel='bookmark' title='Permanent Link: Tutorial: Adding Gravatars to Cutline Themes'>Tutorial: Adding Gravatars to Cutline Themes</a></li>
<li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/tutorial-handling-permalink-changes-and-301-redirects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find LunarPages MySQL Database IP Address</title>
		<link>http://blogcrafted.com/find-lunarpages-mysql-database-ip-address/</link>
		<comments>http://blogcrafted.com/find-lunarpages-mysql-database-ip-address/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 10:00:24 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Website Hosting & Management]]></category>

		<guid isPermaLink="false">http://blogcrafted.com/?p=295</guid>
		<description><![CDATA[<p class="padded">Most shared hosting services store your files and databases on a the same server with the same IP address. However,  <a href="http://blogcrafted.com/go/lunarpages.php">LunarPages</a> has recently stopped that practice and keeps some people's databases on different servers with different IP address. This makes it more difficult to <a href="http://blogcrafted.com/how-to-install-a-wordpress-blog-on-lunarpages/">install Wordpress on LunarPages</a>.</p>

<p>If you're a LunarPages customer and trying to figure out what the IP address of your databases is, it's very likely NOT the same as the IP address of your Lunar Pages Control Panel (LPCP).</p>


Related posts:<ul><li><a href='http://blogcrafted.com/registering-domains-apart-from-your-host/' rel='bookmark' title='Permanent Link: Registering Domains Away from Your Host'>Registering Domains Away from Your Host</a></li>
<li><a href='http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/' rel='bookmark' title='Permanent Link: Tutorial on Using Fantastico to Install Wordpress'>Tutorial on Using Fantastico to Install Wordpress</a></li>
<li><a href='http://blogcrafted.com/deny-access-htaccess-403-error/' rel='bookmark' title='Permanent Link: Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages'>Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>Most shared hosting services store your files and databases on a the same server with the same IP address. However,  <a href="http://blogcrafted.com/go/lunarpages.php">LunarPages</a> has recently stopped that practice and keeps some people&#8217;s databases on different servers with different IP address. This makes it more difficult to <a href="http://blogcrafted.com/how-to-install-a-wordpress-blog-on-lunarpages/">install Wordpress on LunarPages</a>.</p>
<p>If you&#8217;re a LunarPages customer and trying to figure out what the IP address of your databases is, it&#8217;s very likely NOT the same as the IP address of your Lunar Pages Control Panel (LPCP).</p>
<h3>How to Find Your MySQL Database IP Address on LunarPages</h3>
<ol>
<li>Go to the main page of your LPCP and scroll down to databases.</li>
<li>Click on PhpMyAdmin (sailboat icon on the right side).</li>
<li>It may ask you to fill in your login information again, do so.</li>
<li>Now you&#8217;re in phpMyAdmin for your hosting. Though the url in your address bar still has the same IP address as your LPCP, the very <strong>top of the page will say Server: 229.237.233.32</strong> (only your IP address).</li>
</ol>
<p>Here&#8217;s a screenshot of what this looked like for one client, but with most of the IP address blacked out for privacy:</p>
<p><img src="http://blogcrafted.com/img/phpserverinfo.jpg" alt="MySQL Manager" title="MySQL Manager" class="aligncenter" /></p>
<p>It&#8217;s at the very top of the page, a little bit left of center. You&#8217;ll see that it probably shares many of the same digits as your LPCP IP address, but it&#8217;s got a few different ones too. If it&#8217;s identical, then your database &amp; files are on the same server.</p>
<p>You can use this IP address it fill in the <code>DB_HOST</code> field in a wp-config.php file for Wordpress (replacing <code>localhost</code>) or wherever else you need the IP of your MySQL databases on LunarPages.</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/registering-domains-apart-from-your-host/' rel='bookmark' title='Permanent Link: Registering Domains Away from Your Host'>Registering Domains Away from Your Host</a></li>
<li><a href='http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/' rel='bookmark' title='Permanent Link: Tutorial on Using Fantastico to Install Wordpress'>Tutorial on Using Fantastico to Install Wordpress</a></li>
<li><a href='http://blogcrafted.com/deny-access-htaccess-403-error/' rel='bookmark' title='Permanent Link: Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages'>Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/find-lunarpages-mysql-database-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Handle Comment Spam Akismet Doesn&#8217;t Catch</title>
		<link>http://blogcrafted.com/how-to-handle-comment-spam-akismet-doesnt-catch/</link>
		<comments>http://blogcrafted.com/how-to-handle-comment-spam-akismet-doesnt-catch/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 20:57:20 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blogcrafted.com/?p=282</guid>
		<description><![CDATA[Akismet and other spam plugins are great for catching 99% of spam. But sometimes spambots get creative and only leave http://link. Other times, it's the person who's spammy.


Related posts:<ul><li><a href='http://blogcrafted.com/deny-access-htaccess-403-error/' rel='bookmark' title='Permanent Link: Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages'>Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages</a></li>
<li><a href='http://blogcrafted.com/wordpress-php-conditional-tags/' rel='bookmark' title='Permanent Link: Using Wordpress PHP Conditional Tags to Create Variable Design'>Using Wordpress PHP Conditional Tags to Create Variable Design</a></li>
<li><a href='http://blogcrafted.com/best-plugins-new-wordpress-blog/' rel='bookmark' title='Permanent Link: Must-Have Plugins for Your New Wordpress Blog'>Must-Have Plugins for Your New Wordpress Blog</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently, a number spam bots have been managing to get past Akismet to leave nonsensical comments with no actual link. Instead the link has read <strong>http://link</strong> with no .com. It seems likely that these bots are attempting to get these fake comments accepted on blogs so that when the same bots leave comments with links, they&#8217;ll be 2nd time commenters. People have reported a great deal of frustration at having these comments show up and sit on their blogs until they get a chance to mark as spam.</p>
<p>Here&#8217;s how you can either send these comments to your moderation queue or even send them directly to your spam. If you are reasonably certain that no one else will be leaving a valid comment on your site with <strong>http://link</strong>, then you might as well sent it to spam. If you&#8217;re worried that a real comment might left with <strong>http://link</strong> in the link, field, then there&#8217;s a way to sent it to moderation instead.</p>
<h3>Sending These Spam http://link Comments to Spam</h3>
<p>There&#8217;s a manual way to send these comments to spam, at least until Akismet picks up on them.</p>
<p>1. Navigate to <strong>Settings -> Discussion</strong>.</p>
<p>2. Scroll down to <strong>Comment Blacklist</strong>. You&#8217;ll see a box that looks like the one below (click image to enlarge). Enter <strong>http://link</strong> and save (bottom of the page). This way, any comment that leaves http://link as its link will get sent straight to your spam area, it won&#8217;t show up in your comments and you won&#8217;t even have to moderate it.</p>
<p><a href="http://blogcrafted.com/img/blacklistbig.jpg" rel="lightbox"><img src="http://blogcrafted.com/img/blacklistsmall.jpg" alt="Blacklist Area" title="Blacklist Box, Click to Enlarge" class="nolinecenter" /></a></p>
<h3>Sending These Spam http://link Comments to Your Moderation Queue</h3>
<p>Using this method will mean you still have to moderate the comments, but they won&#8217;t show up on your posts.</p>
<p>1. Navigate to <strong>Settings -> Discussion</strong>.</p>
<p>2. Scroll down to <strong>Comment Moderation</strong>. You&#8217;ll see a box that looks like the one below (click image to enlarge). Enter <strong>http://link</strong> and save (bottom of the page). This way, any comment that leaves http://link as its link will get sent straight to your spam area, it won&#8217;t show up in your comments and you won&#8217;t even have to moderate it.</p>
<p><a href="http://blogcrafted.com/img/moderationbig.jpg" rel="lightbox"><img src="http://blogcrafted.com/img/moderationsmall.jpg" alt="Blacklist Area" title="Blacklist Box, Click to Enlarge" class="nolinecenter" /></a></p>
<h3>Using This Method on Other Spam</h3>
<p>Most Wordpress users rely on spam killing plugins to keep unwanted comments off our blog. But sometimes the plugins aren&#8217;t smart enough or haven&#8217;t yet adapted. You can use this method for all kinds of things.</p>
<p>Got regular commenter who always needs comments edited or at least looked over before they&#8217;re posted? If they always use the same e-mail address, just put it in the Moderation or Blacklist box, depending on the approach you want to take.</p>
<p>Got an unwelcome commenter from a particular IP address? Put the IP address in there. (Won&#8217;t stop them commenting from different IPs.)</p>
<p>Got a commenter who always uses the same offensive terms, such as &#8220;whore&#8221;? Put them in there.</p>
<p>These fields are a great way to either keep a tighter rein on your blog&#8217;s comments by moderating certain kinds or to set and forget and send some comments to spam every time.</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/deny-access-htaccess-403-error/' rel='bookmark' title='Permanent Link: Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages'>Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages</a></li>
<li><a href='http://blogcrafted.com/wordpress-php-conditional-tags/' rel='bookmark' title='Permanent Link: Using Wordpress PHP Conditional Tags to Create Variable Design'>Using Wordpress PHP Conditional Tags to Create Variable Design</a></li>
<li><a href='http://blogcrafted.com/best-plugins-new-wordpress-blog/' rel='bookmark' title='Permanent Link: Must-Have Plugins for Your New Wordpress Blog'>Must-Have Plugins for Your New Wordpress Blog</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/how-to-handle-comment-spam-akismet-doesnt-catch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial: Adding Gravatars to Cutline Themes</title>
		<link>http://blogcrafted.com/add-gravatars-cutline/</link>
		<comments>http://blogcrafted.com/add-gravatars-cutline/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 11:00:11 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[cutline]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://blogcrafted.com/?p=276</guid>
		<description><![CDATA[<p class="padded"><em>I've since transitioned to Thesis, but this tutorial works well.</em></p><p class="padded">Despite the growing internet presence of <a href="http://chrispearson.com/themes/">Chris Pearson's</a> <a href="http://blogcrafted.com/go/thesis.php">Thesis</a>, his older themes still remain popular, including the <a href="http://cubeline.tubetorial.com/">Cutline theme</a> which I've modified for this blog.</p>

<p>I recently decided to add gravatars to my theme, so I launched a search for anyone's tips on best positioning of the gravatar code within Cutline. Since I didn't find anything, I did it on my own--but I thought I'd share with you exactly which code to put where to get gravatars on <em>Cutline</em> positioned like mine. As a bonus, a small section at the bottom shows you how to create a add a custom default gravatar for your site. You'll see that commenters without gravatars get a ghosted black-and-white BC avatar.</p>


Related posts:<ul><li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/13-wordpress-admin-themes/' rel='bookmark' title='Permanent Link: 13 Admin Themes +3 : Improve Your User-Side Wordpress Experience'>13 Admin Themes +3 : Improve Your User-Side Wordpress Experience</a></li>
<li><a href='http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/' rel='bookmark' title='Permanent Link: Tutorial on Using Fantastico to Install Wordpress'>Tutorial on Using Fantastico to Install Wordpress</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p><em>Note, I have since transitioned to Thesis, but the tutorial still works great for Cutline.</em></p>
<p>Despite the growing internet presence of <a href="http://chrispearson.com/themes/">Chris Pearson&#8217;s</a> <a href="http://blogcrafted.com/go/thesis/">Thesis</a>, his older themes still remain popular, including the <a href="http://cubeline.tubetorial.com/">Cutline theme</a> which I&#8217;ve modified for this blog. </p>
<p>I recently decided to add gravatars to my theme, so I launched a search for anyone&#8217;s tips on best positioning of the gravatar code within Cutline. Since I didn&#8217;t find anything, I did it on my own&#8211;but I thought I&#8217;d share with you exactly which code to put where to get gravatars on <em>Cutline</em> positioned like mine. As a bonus, a small section at the bottom shows you how to create a add a custom default gravatar for your site. You&#8217;ll see that commenters without gravatars get a ghosted black-and-white BC avatar.</p>
<h3>Inserting Gravatar Code into Cutline Comments</h3>
<p><strong>1. Inserting the code into comments.php.</strong></p>
<p>a) Navigate to Theme Editor and open <span class="red">comments.php</span>.</p>
<p>b) Scroll down to <span class="red">&lt;p class=&#8221;comment_meta&#8221;&gt;</span></p>
<p>c) Insert </p>
<pre class="brush: php">&amp;lt;?php if(function_exists(&#039;get_avatar&#039;)) { echo get_avatar($comment, &#039;50&#039;); } ?&amp;gt;</pre>
<p>directly before &lt;p class=&#8221;comment_meta&#8221;&gt;</p>
<p>d) The result should look like: <span class="red">&amp;amp;amp;amp;lt;?php if(function_exists(&#8216;get_avatar&#8217;)) { echo get_avatar($comment, &#8216;50&#8242;); } ?&amp;amp;amp;amp;gt;&lt;p class=&#8221;comment_meta&#8221;&gt;</span></p>
<p>e) Save.</p>
<p>(Note, if you want your gravatars to be bigger or smaller, change the &#8216;50&#8242; to &#8216;40&#8242; or &#8216;60&#8242; or whatever size you want.)</p>
<p><strong>2. Styling the avatars in style.css or custom.css.</strong></p>
<p>a) If you&#8217;re playing by the Cutline rules and have made all your changes in the custom.css stylesheet (or haven&#8217;t yet made any changes), open <span class="red">custom.css</span>. If you&#8217;ve already hacked style.css to shreds anyway, open <span class="red">style.css</span>.</p>
<p>b) If you&#8217;re in custom.css, insert the following line:</p>
<pre class="brush: css">.custom #comments .avatar { float: left; margin: 0 4px 0 4px; padding: 4px; border: 1px #ccc solid; }</pre>
<p>If you&#8217;re in style.css, insert the following line:</p>
<pre class="brush: css">#comments .avatar { float: left; margin: 0 4px 0 4px; padding: 4px; border: 1px #ccc solid; }</pre>
<p>c) Save.</p>
<p>This will style your gravatars with 4 pixels of padding on either side, then a 1px light-gray border, then a left/right margin to set them off. They&#8217;ll sit on the top left of your comments and the comment will wrap around them.</p>
<p><strong>3. Turning on Gravatars.</strong></p>
<p>Now your theme is set up for gravatars, but they may not be turned on. Navigate to <span class="red">Settings -> Discussion</span> and enable gravatars, select the highest rating you&#8217;ll display, and choose a backup. Save those settings and watch the gravatars show up in your comments section.</p>
<h3>Adding a Unique Default Gravatar</h3>
<p>Now that your site has gravatars, you&#8217;ll find out just how many of your commenters don&#8217;t have them. You can select a mystery man, the gravatar logo, a blank space, or some randomly-generated icons to fill the space. Or you can create a special gravatar for your site. For example, I took the BlogCrafted gravatar, turned it black-and-white, and ghosted it. It shows up when people leave comments and aren&#8217;t signed up with gravatars, that&#8217;s what shows up for them.</p>
<p>Turns out that adding a gravatar that&#8217;s unique to your site isn&#8217;t hard at all. First you have to come up with a default avatar. In my example, it&#8217;s saved as <span class="red">defaultgravatar.jpg</span>. If you use a different filename, be sure to change that in the code.</p>
<p>Upload the gravatar to the images folder of your theme directory (in Cutline, it&#8217;s called &#8220;images,&#8221; if your theme is different, please modify the code below to reflect its image folder name).</p>
<p>Then back in the Theme Editor area, navigate to <span class="red">functions.php</span> (called Theme Functions). Directly under the:</p>
<pre class="brush: php">if ( function_exists(&#039;register_sidebars&#039;) )
    register_sidebars(2);</pre>
<p>paste:</p>
<pre class="brush: php">add_filter( &#039;avatar_defaults&#039;, &#039;newgravatar&#039; );  

function newgravatar ($avatar_defaults) {
$myavatar = get_bloginfo(&#039;template_directory&#039;) . &#039;/images/defaultgravatar.jpg&#039;;
$avatar_defaults[$myavatar] = &amp;amp;amp;amp;amp;amp;amp;quot;Unique Default Gravatar&amp;amp;amp;amp;amp;amp;amp;quot;;
return $avatar_defaults;
}</pre>
<p>The only things you might want to change in this code are:</p>
<p>1) make sure the image location <span class="red">/images/defaultgravatar.jpg</span> is the same as your image&#8217;s location. In this case, it&#8217;s in the images folder of your theme and called defaultgravatar.jpg. Make changes as appropriate.</p>
<p>2) &#8220;Unique Default Gravatar&#8221; can be changed to whatever you want to call it.Don&#8217;t delete the quotation marks or the semi-colon that comes after.</p>
<p>Otherwise, unless you know PHP, you don&#8217;t want to mess with this.</p>
<p><strong>Turn it on.</strong> Now go to <span class="red">Settings -> Discussion</span>. The new gravatar should appear in the list of default options. Select it, save, and voila! (if you&#8217;re using a caching plugin, you may have to clear it for this to take effect.)</p>
<p>Now there&#8217;s only one thing left to do&#8211;enjoy your blog&#8217;s new gravatars.</p>
<p>A special thanks to the helpful Build Internet article I found on <a href="http://buildinternet.com/2009/02/how-to-change-the-default-gravatar-in-wordpress/">changing default gravatars</a>. Check it if you&#8217;d like to know how the code works and see images of what it&#8217;ll look like once you&#8217;ve done it.</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/13-wordpress-admin-themes/' rel='bookmark' title='Permanent Link: 13 Admin Themes +3 : Improve Your User-Side Wordpress Experience'>13 Admin Themes +3 : Improve Your User-Side Wordpress Experience</a></li>
<li><a href='http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/' rel='bookmark' title='Permanent Link: Tutorial on Using Fantastico to Install Wordpress'>Tutorial on Using Fantastico to Install Wordpress</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/add-gravatars-cutline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial on Using Fantastico to Install Wordpress</title>
		<link>http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/</link>
		<comments>http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 15:30:58 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[fantastico]]></category>
		<category><![CDATA[install wordpress]]></category>
		<category><![CDATA[lunarpages]]></category>

		<guid isPermaLink="false">http://blogcrafted.com/?p=270</guid>
		<description><![CDATA[I've created a tutorial on using Fantastico to install Wordpress. It only takes a few minutes to get Wordpress up and running on your site. Learn how!


Related posts:<ul><li><a href='http://blogcrafted.com/tutorial-handling-permalink-changes-and-301-redirects/' rel='bookmark' title='Permanent Link: Tutorial Triplicate &mdash; Handling Permalink Changes and 301 Redirects'>Tutorial Triplicate &mdash; Handling Permalink Changes and 301 Redirects</a></li>
<li><a href='http://blogcrafted.com/add-gravatars-cutline/' rel='bookmark' title='Permanent Link: Tutorial: Adding Gravatars to Cutline Themes'>Tutorial: Adding Gravatars to Cutline Themes</a></li>
<li><a href='http://blogcrafted.com/find-lunarpages-mysql-database-ip-address/' rel='bookmark' title='Permanent Link: Find LunarPages MySQL Database IP Address'>Find LunarPages MySQL Database IP Address</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>My newest tutorial is on <a href="http://blogcrafted.com/how-to-install-a-wordpress-blog-on-lunarpages-in-two-minutes/">using Fantastico to install a Wordpress blog</a>. I&#8217;ve used images from my LunarPages account, but one beauty of Fantastico is that it&#8217;s basically the same on any of the hosting systems which offer it.</p>
<p>Fantastico is so simple that it doesn&#8217;t even need a tutorial. But if you&#8217;ve never used it before and are nervous, you can see how it works, step-by-step.</p>
<p>Once you know what you&#8217;re doing, actually using Fantastico to install Wordpress is a matter of one or two minutes. So if you&#8217;ve nervous about setting up Wordpress with Fantastico, <a href="http://blogcrafted.com/how-to-install-a-wordpress-blog-on-lunarpages-in-two-minutes/">check out the tutorial</a>!</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/tutorial-handling-permalink-changes-and-301-redirects/' rel='bookmark' title='Permanent Link: Tutorial Triplicate &mdash; Handling Permalink Changes and 301 Redirects'>Tutorial Triplicate &mdash; Handling Permalink Changes and 301 Redirects</a></li>
<li><a href='http://blogcrafted.com/add-gravatars-cutline/' rel='bookmark' title='Permanent Link: Tutorial: Adding Gravatars to Cutline Themes'>Tutorial: Adding Gravatars to Cutline Themes</a></li>
<li><a href='http://blogcrafted.com/find-lunarpages-mysql-database-ip-address/' rel='bookmark' title='Permanent Link: Find LunarPages MySQL Database IP Address'>Find LunarPages MySQL Database IP Address</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Wordpress .htaccess 301 Redirect</title>
		<link>http://blogcrafted.com/how-to-301-redirect-wordpress/</link>
		<comments>http://blogcrafted.com/how-to-301-redirect-wordpress/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 19:00:59 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[301 wordpress]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[redirect wordpress]]></category>

		<guid isPermaLink="false">http://blogcrafted.com/?p=254</guid>
		<description><![CDATA[Moving your Wordpress blog from one domain to another? You can redirect all the old domain's urls with three lines of code!


Related posts:<ul><li><a href='http://blogcrafted.com/deny-access-htaccess-403-error/' rel='bookmark' title='Permanent Link: Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages'>Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages</a></li>
<li><a href='http://blogcrafted.com/how-to-build-a-wordpress-theme-preview-site/' rel='bookmark' title='Permanent Link: How to Build a Wordpress Theme Preview Site'>How to Build a Wordpress Theme Preview Site</a></li>
<li><a href='http://blogcrafted.com/wordpress-php-conditional-tags/' rel='bookmark' title='Permanent Link: Using Wordpress PHP Conditional Tags to Create Variable Design'>Using Wordpress PHP Conditional Tags to Create Variable Design</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently, I moved a Wordpress blog from one domain to another. Most of the time, I work with blogging platform transfers or possibly moving the domain from one host to another. </p>
<p>In this case, I needed to direct traffic arriving at any page on the old domain to the same page on the new domain. I knew that I wanted to do a 301 redirect, but I hadn&#8217;t anticipated how simple the whole thing would be. I had anticipated a long list of redirects.</p>
<p>But it turns out that if you migrate a Wordpress blog from one domain to another domain, then all you need to do is make a small change to your .htaccess file at the old domain.</p>
<p>If there isn&#8217;t anything about the &#8220;RewriteEngine&#8221; in the .htaccess file, then add the following:</p>
<blockquote><p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]</p></blockquote>
<p>Replace www.newdomain.com with whatever your new domain is. Use &#8220;www&#8221; or not as you see fit.</p>
<p>However it&#8217;s quite likely that in the section following:</p>
<p><strong># BEGIN WordPress</strong></p>
<p>you&#8217;ll find the first two lines:</p>
<blockquote><p>Options +FollowSymLinks<br />
RewriteEngine on</p></blockquote>
<p>Directly after those, before any other rewrite commands, place:</p>
<blockquote><p>RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]</p></blockquote>
<p>again replacing www.newdomain.com with the blog&#8217;s new domain.</p>
<p>This works on Linux servers which have Apache Mod-Rewrite enabled. That sounds very technical, but it&#8217;s also what&#8217;s offered by a large number of hosting companies. If you don&#8217;t know whether or not you have that, give the redirect a shot. You can always contact your hosting company if it doesn&#8217;t work and ask for their suggestions.</p>
<p>It takes about 20 seconds to do. And this works whether or not you still have Wordpress installed on the old domain. I deleted the entire Wordpress installation and just left the redirect up. Every link goes through to the new site.</p>
<p>A 301 redirect isn&#8217;t as good as a direct link, but in terms of traffic and even SEO it&#8217;s a best choice. Gives you time to find out who&#8217;s linking to your old site and ask them to change while making people follow those old links to the right place anyway.</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/deny-access-htaccess-403-error/' rel='bookmark' title='Permanent Link: Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages'>Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages</a></li>
<li><a href='http://blogcrafted.com/how-to-build-a-wordpress-theme-preview-site/' rel='bookmark' title='Permanent Link: How to Build a Wordpress Theme Preview Site'>How to Build a Wordpress Theme Preview Site</a></li>
<li><a href='http://blogcrafted.com/wordpress-php-conditional-tags/' rel='bookmark' title='Permanent Link: Using Wordpress PHP Conditional Tags to Create Variable Design'>Using Wordpress PHP Conditional Tags to Create Variable Design</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/how-to-301-redirect-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Change the Name of Your Wordpress Theme</title>
		<link>http://blogcrafted.com/how-to-change-the-name-of-your-wordpress-theme/</link>
		<comments>http://blogcrafted.com/how-to-change-the-name-of-your-wordpress-theme/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 14:30:19 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[edit theme]]></category>
		<category><![CDATA[edit wordpress theme]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://hire.mrsmicah.com/?p=196</guid>
		<description><![CDATA[Editing a Wordpress theme and unsure how to make it look different from the original one? Some quick tips on changing the theme's name and screenshot!


Related posts:<ul><li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/how-to-build-a-wordpress-theme-preview-site/' rel='bookmark' title='Permanent Link: How to Build a Wordpress Theme Preview Site'>How to Build a Wordpress Theme Preview Site</a></li>
<li><a href='http://blogcrafted.com/introducing-the-silver-light-3-column-wordpress-theme/' rel='bookmark' title='Permanent Link: Introducing the Silver Light 3-Column Wordpress Theme'>Introducing the Silver Light 3-Column Wordpress Theme</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>I have come up with a lot of cutline-based themes. This means that the theme area of my test blog could easily end up confusing me&#8211;each one with the same screenshot and the same name/desc.</p>
<p>Someone else looking for this kind of information came here from Google the other day, but I don&#8217;t think s/he found it. So here&#8217;s how to change the name of a Wordpress theme you&#8217;re editing.</p>
<h3>Changing Your Theme&#8217;s Name</h3>
<p>Go to its style.css file.</p>
<p>At the top, you&#8217;ll see a section that looks like this:</p>
<pre class="brush: css">/*

Theme Name:		BlogCrafted

Theme URI:		http://blogcrafted.com

Description:	An adaptable theme based off of Chris Pearson&#039;s original Cutline design.

Version:		1.0

Author:			Chris Pearson

Author URI:		http://pearsonified.com/

*/</pre>
<p>This is the information you want to change. As you can see, I wasn&#8217;t too creative about a theme name, I just wanted to make it different from the others.</p>
<p>To change the name the theme displays under, you&#8212;not surprisingly&#8212;change <strong>Theme Name</strong>. Unless you&#8217;re making huge changes, it&#8217;s considered good form to leave the original author&#8217;s name. I did in this case, though if I build further I may just leave a reference to him in the description section.</p>
<p>For bonus points, you can also change the theme folder&#8217;s name. This is a bonus if you want it to match the new title. If you plan to use multiple themes based off one original theme, or even have them in your Wordpress theme&#8217;s folder, you have to rename all but one.</p>
<h3>Changing Your Theme&#8217;s Screenshot Image</h3>
<p>The second thing that will make your new theme look different in your theme lineup is its screenshot. Even with different names, a whole array of Cutline screenshots was very distracting.</p>
<p>Ideally, you want a screenshot which is either 300 x 225 pixels or 600 x 450 pixels. Or anything with that ratio. You&#8217;ll need to save it as screenshot.png and upload it to your theme&#8217;s file (not in any image folders it contains, but in the main file).</p>
<p>If you have photoshop, this shouldn&#8217;t be a problem. If not, here are some steps to make it using only MS Paint (which comes with all Windows software, as far as I know) and the internet (which you should have access to if you blog). If you have Linux or Mac, hopefully you&#8217;re familiar with your computer enough to know your equivalent.</p>
<p>First, take a screenshot of the page by hitting &#8220;Print Screen&#8221; or &#8220;PrtScrn&#8221; or whatever your button says.</p>
<p>Second, open Paint and in a new file hit Ctrl + v or click &#8220;Edit&#8221; -&gt; &#8220;Paste.&#8221;</p>
<p>When saving, select the option to save it as a png, screenshot.png. Might as well start early.</p>
<p>You can also just create an image in Paint or a similar program using an image or the text tool. If it&#8217;s for your personal use, you can do whatever you want (if you&#8217;re releasing it, some theme distributors prefer a straight screenshot).</p>
<p>Third, visit <a rel="nofollow" href="http://picnik.com/">Picnik</a> a simple photo-editing site. You need to register for a free account, I had no problems doing so.</p>
<p>Then go into the &#8220;Photos&#8221; area and upload screenshot.png from your computer.</p>
<p>Once you&#8217;re in the editing section, select the cropping tool and crop until it&#8217;s about right. If you can&#8217;t get it to exactly the proportions listed above, get it as close as you can and then use the resizing tool to get it the rest of the way there.</p>
<p>Save to your computer (make sure it&#8217;s saving as a PNG file) and upload to your theme&#8217;s folder. Select the option to replace the previous screenshot. Voila!</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/how-to-build-a-wordpress-theme-preview-site/' rel='bookmark' title='Permanent Link: How to Build a Wordpress Theme Preview Site'>How to Build a Wordpress Theme Preview Site</a></li>
<li><a href='http://blogcrafted.com/introducing-the-silver-light-3-column-wordpress-theme/' rel='bookmark' title='Permanent Link: Introducing the Silver Light 3-Column Wordpress Theme'>Introducing the Silver Light 3-Column Wordpress Theme</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/how-to-change-the-name-of-your-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick Fix for Unluved Commenters</title>
		<link>http://blogcrafted.com/comment-luv-not-recognize-feed/</link>
		<comments>http://blogcrafted.com/comment-luv-not-recognize-feed/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 14:30:04 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[comment love]]></category>
		<category><![CDATA[comment luv]]></category>
		<category><![CDATA[commentluv]]></category>

		<guid isPermaLink="false">http://hire.mrsmicah.com/?p=191</guid>
		<description><![CDATA[CommentLuv wasn't detecting my most recent posts. Fortunately, a friend pointed me in the right direction and now CommentLuv recognizes my posts when I leave a comment. It only took a second to fix.


Related posts:<ul><li><a href='http://blogcrafted.com/how-to-handle-comment-spam-akismet-doesnt-catch/' rel='bookmark' title='Permanent Link: How to Handle Comment Spam Akismet Doesn&#8217;t Catch'>How to Handle Comment Spam Akismet Doesn&#8217;t Catch</a></li>
<li><a href='http://blogcrafted.com/add-gravatars-cutline/' rel='bookmark' title='Permanent Link: Tutorial: Adding Gravatars to Cutline Themes'>Tutorial: Adding Gravatars to Cutline Themes</a></li>
<li><a href='http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/' rel='bookmark' title='Permanent Link: Tutorial on Using Fantastico to Install Wordpress'>Tutorial on Using Fantastico to Install Wordpress</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>The <strong>CommentLuv</strong> (<a href="http://www.fiddyp.co.uk/commentluv-wordpress-plugin/" rel="nofollow">official site here</a>) plugin is a popular way of rewarding your commenters by linking back to their most recent blog post. The idea is that it increases a commenter&#8217;s visitors and perhaps the number of comments on the Luving blog. I&#8217;m not sure if the links are &#8220;followed&#8221; or not, but that could have an impact on the commenter&#8217;s SEO as well.</p>
<p>Until last night, I had been feeling extremely unloved by CommentLuv. I&#8217;d comment on Luving sites and my latest post wouldn&#8217;t show up. At first I found it frustrating, then embarrassing, then I just gave up. I still commented, but I didn&#8217;t expect anything. One day, though, I shared my frustration with <a rel="nofollow" href="http://mysuperchargedlife.com">Jeff</a>, who was dealing with the same issue. Last night he sent me an e-mail which helped.</p>
<h3>If CommentLuv Can&#8217;t Find Your Latest Post</h3>
<p>Step-by-step through the problem and the fix:</p>
<ol>
<li>CommentLuv autodetects feeds. So it tried to get a response from http://blogcrafted.com/feed/</li>
<li>Until last night, going to http://blogcrafted.com/feed/ resulted in a 404 error. Feedreaders detected my feed, but the first place they try (and only place Comment Luv tried) took you to my <a rel="nofollow" href="http://blogcrafted.com/404/">nifty 404 page</a>.</li>
<li>Because CommentLuv couldn&#8217;t detect my feed, it couldn&#8217;t find my latest post.</li>
<li><strong>The fix: I went into my Feedburner Feedsmith area. Sure enough, I had left off the http:// and the feed&#8217;s address simply read: &#8220;feeds.feedburner.com/blogcrafted&#8221; instead of &#8220;http://feeds.feedburner.com/blogcrafted&#8221;. I added a simple &#8220;http://&#8221; and voila!</strong></li>
</ol>
<p>If CommentLuv hasn&#8217;t been recognizing your blog&#8217;s posts, I recommend checking your Feedburner Feedsmith area, if you&#8217;re using Feedsmith. Add the http:// if it&#8217;s missing. Also, check out http://yoursite.com/feed/ and see what shows up.</p>
<p>Good luck!</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/how-to-handle-comment-spam-akismet-doesnt-catch/' rel='bookmark' title='Permanent Link: How to Handle Comment Spam Akismet Doesn&#8217;t Catch'>How to Handle Comment Spam Akismet Doesn&#8217;t Catch</a></li>
<li><a href='http://blogcrafted.com/add-gravatars-cutline/' rel='bookmark' title='Permanent Link: Tutorial: Adding Gravatars to Cutline Themes'>Tutorial: Adding Gravatars to Cutline Themes</a></li>
<li><a href='http://blogcrafted.com/tutorial-fantastico-to-install-wordpress/' rel='bookmark' title='Permanent Link: Tutorial on Using Fantastico to Install Wordpress'>Tutorial on Using Fantastico to Install Wordpress</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/comment-luv-not-recognize-feed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Build a Wordpress Theme Preview Site</title>
		<link>http://blogcrafted.com/how-to-build-a-wordpress-theme-preview-site/</link>
		<comments>http://blogcrafted.com/how-to-build-a-wordpress-theme-preview-site/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 14:30:15 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[free wordpress theme]]></category>
		<category><![CDATA[switch theme]]></category>
		<category><![CDATA[theme switcher]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://hire.mrsmicah.com/?p=125</guid>
		<description><![CDATA[Tutorial on using plugins to allow theme-switching on any Wordpress site. Great for designers looking to show off work.


Related posts:<ul><li><a href='http://blogcrafted.com/introducing-the-silver-light-3-column-wordpress-theme/' rel='bookmark' title='Permanent Link: Introducing the Silver Light 3-Column Wordpress Theme'>Introducing the Silver Light 3-Column Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/how-to-change-the-name-of-your-wordpress-theme/' rel='bookmark' title='Permanent Link: How to Change the Name of Your Wordpress Theme'>How to Change the Name of Your Wordpress Theme</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>After <a href="http://blogcrafted.com/silver-light-3-column-wordpress-theme/">putting up my first Wordpress theme (modification)</a>, I began poking around the internet for a way to let users interact with it. Screenshots are ok in their place, but if I&#8217;m going to even try out a Wordpress theme, I want a chance to test it first. To that end, I have created <a href="http://themes.blogcrafted.com/">themes.blogcrafted.com</a>.</p>
<p>Right now the only themes up there are the <a href="http://blogcrafted.com/silver-light-3-column-wordpress-theme/">Silver Light 3 Column theme</a> and the Wordpress default theme. I&#8217;ve got a few other theme modifications in the works, but a lot depends on whether I think I should just write up how to make the changes or whether they&#8217;re dramatic and complicated enough to merit a rerelease of the theme.</p>
<h3>How to Use the Theme Switcher Reloaded Plugin</h3>
<p>Setting up your own theme preview site is pretty easy. The plugin I used actually switches themes (some options only allow admins to view another theme or only show previews). You&#8217;ll need another link (or to use a menu) to switch back.</p>
<p>It can be used for regular blogs as well as previewers, if it won&#8217;t disrupt your site too much. But most of the time, readers don&#8217;t care about that option and it may just distract them from the rest of your blog. I think it depends on your readership. On a site that&#8217;s explicitly <em>about</em> showing off themes, it&#8217;s perfect.</p>
<p>I&#8217;m talking about the <a href="http://wordpress.org/extend/plugins/theme-switcher-reloaded/">Theme Switcher Reloaded</a> plugin.</p>
<p>The plugin itself is pretty easy to set up. You can download it, upload it to your plugins, and activate. However, I didn&#8217;t find a lot of good instructions on using it. So I&#8217;ve come up with some based on my own experience.<a name="php"></a></p>
<h3>Putting Up a List of Available Themes (and the runPHP plugin)</h3>
<p>If you&#8217;re using PHP code in your sidebar, you can use one of these two PHP calls to bring a list of available themes. As far as I can tell, the lists will include <em>all</em> themes currently in your wp-content/themes/ folder. Therefore, this option is best for a theme-preview-type site where you&#8217;ve intentionally chosen the themes in your folder. Use the <a href="#linking">linking option</a> below for regular sites or when you just want one theme option.</p>
<p>To call a list of themes (which applies &lt;li&gt; styles), use this code:</p>
<pre class="brush: php">&lt;?php wp_theme_switcher(); ?&gt;</pre>
<p>If you&#8217;d rather save space and have a drop-down menu, use this variation:</p>
<pre class="brush: php">&lt;?php wp_theme_switcher(&#039;dropdown&#039;); ?&gt;</pre>
<p>I went with the dropdown.</p>
<p>You can&#8217;t use the above code in a Wordpress page or post without some help. PHP and posts/pages simply don&#8217;t go together. If you want to put either the list or dropdown in a post/page, the <a href="http://wordpress.org/extend/plugins/runphp/">runPHP</a> plugin will help. Very quick overview: download, upload, activate. Then go to Settings &#8211; &gt; runPHP to set who can use it&#8230;select whatever types of users you want to be able to use it. I&#8217;m an administrator so I just activated it for that.</p>
<p>Next, when you want to use PHP in a post/page, put the code into the editor part (on the HTML side, not Visual). Then scroll all the way to the bottom of the page, past tags, categories, and post revisions and check the little box that asks &#8220;run PHP code?&#8221; That&#8217;s it. Now back to switching themes.<a name="linking"></a></p>
<h3>Writing Theme-Switching Links</h3>
<p>If you don&#8217;t want to use PHP, if you only want to offer certain themes, or if you want to write about a specific theme, you&#8217;ll have to write the links yourself. There wasn&#8217;t anything online, but it&#8217;s quite simple.</p>
<p>Theme-changing links are made by simply adding this to the page&#8217;s address:</p>
<blockquote><p>?wptheme=themename</p></blockquote>
<p>The only exception is index pages of most blogs, which require putting /index.php after the blog&#8217;s address.</p>
<p>Some examples:</p>
<blockquote><p>Let&#8217;s change themes.blogcrafted.com to &#8220;default&#8221; theme for you and land on the front page. We&#8217;d to that using this link:<br />
<a href="http://themes.blogcrafted.com/index.php?wptheme=default">http://themes.blogcrafted.com/index.php?wptheme=default</a></p>
<p>To change an individual post back to the Silver Light 3-Column theme, we use this link:<br />
<a href="http://themes.blogcraftedcom/2008/08/19/worth-a-thousand-words/?wptheme=silver-light-3-col">http://themes.blogcrafted.com/2008/08/19/worth-a-thousand-words/?wptheme=silver-light-3-col</a></p>
<p>Obviously, you&#8217;d just change the &#8220;default&#8221; to &#8220;silver-light-3-col&#8221; if you wanted to view the main page as Silver Light again&#8230;though changing the theme of any page changes it for the whole site until you change again.</p></blockquote>
<p>But how do you find the name to include after the &#8220;=&#8221;?</p>
<h3>How to Find the Theme&#8217;s Name</h3>
<p>Some of the theme names aren&#8217;t intuitive. As far as I can tell, they&#8217;re based on the name of the folder in which the theme is contained. So &#8220;silver-light-3-col&#8221; works. Surprisingly, for the Blue Kino theme (whose folder&#8217;s name is &#8220;blue kino&#8221;) the actual ?wptheme=blue kino (with the space!) works. Not on either of these sites (since I don&#8217;t have that theme on them), but I decided to try it out on my test site.</p>
<p>You may have to play around with it. If you can&#8217;t get them to work, try putting the <a href="#php">above PHP</a> in a sidebar and use it to switch themes. When you first switch themes, it&#8217;ll automatically take you to the front page of the blog and include the ?wptheme=themename in the location bar.</p>
<h3>Critical Thing to Remember (MUST READ THIS)</h3>
<p>Make a way for your readers to switch back to the original theme. I say this because it&#8217;s something I&#8217;ve noticed in my testing. If I stick the PHP in my sidebar code on a test site, then it&#8217;s not there when I switch themes (since I use the actual code, not the widget). So I have to use the back button.</p>
<p>Or suppose that you linked to another way of viewing your site but didn&#8217;t give a link to switch it back. Since the browser has actually switched themes, there&#8217;s no easy way to switch back without that link.</p>
<p>Putting either the PHP or a link in the post with the switching option will work, since the post will be accessible whatever the theme. Or using PHP widgets in your sidebar (as long as you use only widget-ready themes which show that sidebar). Or hand-coding if you put it in every possible theme&#8217;s sidebar. Just be sure to give readers the option so they aren&#8217;t left in limbo with a theme they were just trying to peek at.</p>
<p>Any questions? Let me know in the comments!</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/introducing-the-silver-light-3-column-wordpress-theme/' rel='bookmark' title='Permanent Link: Introducing the Silver Light 3-Column Wordpress Theme'>Introducing the Silver Light 3-Column Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/how-to-change-the-name-of-your-wordpress-theme/' rel='bookmark' title='Permanent Link: How to Change the Name of Your Wordpress Theme'>How to Change the Name of Your Wordpress Theme</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/how-to-build-a-wordpress-theme-preview-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Fix Italics on Redie 3.0</title>
		<link>http://blogcrafted.com/how-to-fix-italics-on-redie-30/</link>
		<comments>http://blogcrafted.com/how-to-fix-italics-on-redie-30/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 14:30:31 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[redie 3.0]]></category>
		<category><![CDATA[redie fix]]></category>
		<category><![CDATA[wordpress fix]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[wordpress theme fix]]></category>

		<guid isPermaLink="false">http://hire.mrsmicah.com/?p=71</guid>
		<description><![CDATA[How to easily fix the italics in Redie 3.0 Wordpress Theme. The theme is well-done but the italics currently cause a line break.


Related posts:<ul><li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/add-gravatars-cutline/' rel='bookmark' title='Permanent Link: Tutorial: Adding Gravatars to Cutline Themes'>Tutorial: Adding Gravatars to Cutline Themes</a></li>
<li><a href='http://blogcrafted.com/how-to-change-the-name-of-your-wordpress-theme/' rel='bookmark' title='Permanent Link: How to Change the Name of Your Wordpress Theme'>How to Change the Name of Your Wordpress Theme</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>The <a href="http://www.va4business.com/business/61/redie-30-seo-premium-wordpress-theme-now-available-to-download-free/" rel="nofollow">Redie 3.0 Wordpress Theme</a> is all-around pretty well-designed and usable. I was recently working with someone on this theme when the completely unexpected happened. (but don&#8217;t worry, there&#8217;s a <a href="#fix">fix</a>)</p>
<h3>What&#8217;s Wrong With Redie 3.0 Italics</h3>
<p>In Wordpress (and most other xhtml sites) italicizing is done via &lt;em&gt; tags. So my client simply selected the italics option in Wordpress&#8217;s editor, which added &lt;em&gt; tags to the code. The resulting text looked like this:</p>
<p><a name="pic"></a><img class="aligncenter" src="http://blogcrafted.com/wp-content/uploads/2008/07/em1.png" alt="redie 3.0 italics broken" /></p>
<p>What, you say, that&#8217;s not italic! Exactly. Not only is it <em>not italic</em>, but the line is actually broken. I typed that all as one line. It should have displayed:</p>
<blockquote><p>This part of the post isn&#8217;t italicized, <em>but wait this part is</em>. Oh, now we&#8217;re not italicized again.</p></blockquote>
<p>The <strong>italics in Redie 3.0 are broken</strong>. Sort-of.</p>
<h3>Where the Problem Lies</h3>
<p>Technically, they&#8217;re behaving just like the designer told them to. What I expect happened is that the designer decided to come up with a means of emphasizing text that was different. He or she asked &#8220;besides blockquotes, what are other good ways of setting text apart? why not change the &lt;em&gt; tags to <em>really</em> emphasize words?&#8221; There&#8217;s nothing wrong with that.</p>
<p>But your <em>average user</em> (myself included) doesn&#8217;t expect simply calling italics to cause a line break. If the italics were gray and &#8220;normal&#8221; (instead of italic) then this might not even cause much of a problem. It would emphasize the text acceptably though it might frustrate users a bit. It wouldn&#8217;t embarrass them.</p>
<p>You see, the average person italicizes only a word or two in their sentences. I got a little carried away on italics in this post. Imagine if each was on its own line and looked kinda funky (as in the <a href="#pic">picture</a> above. That would probably annoy you or make you ask &#8220;what was she thinking?&#8221; And your average person doesn&#8217;t check how the italics are set. Even I don&#8217;t, and I do check a lot of things about themes.</p>
<p>So I believe that this option, while not necessarily a bad option, should have used a different call code&#8230;perhaps the &lt;quote&gt; tag (not blockquote, just quote&#8230;which is a legitimate in-line tag but less likely to cause confusion). Perhaps the designer could have created a new class which could be applied as with &lt;span&gt; or &lt;p&gt; tags.</p>
<p><a name="fix"></a></p>
<h3>How to Fix the Redie 3.0 Italics</h3>
<p>So how to do you fix it? Don&#8217;t panic, it&#8217;s very simple. First, go to the Design -&gt; Theme Editor part of your blog administration area. If you have this theme active, the stylesheet should show up immediately. If not, click on it (should be at the bottom of the list of files on the left):</p>
<p><img class="aligncenter" src="http://blogcrafted.com/wp-content/uploads/2008/07/rediestyle1.png" alt="how to fix the redie 3.0 italics" /></p>
<p>Now scroll in the file until you get to this section:</p>
<pre class="brush: css">em {

padding: 0px;

font-size: 11px;

font-style: normal;

font-family: Arial, Helvetica, sans-serif;

color: #666666;

clear: both;

display: block;

margin-top: 10px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;

}</pre>
<p>Just remove all the code I included in the quote section. Everything from &#8220;em&#8221; to the closing &#8220;margin-left: 0px; }&#8221; and then click &#8220;Update File.&#8221; If you&#8217;re running a caching plugin, refresh/clear the cache for the changes to apply right away (or wait until they do).</p>
<p>That&#8217;s all you need to do. You don&#8217;t need to define anything in its place. Browsers understand &lt;em&gt; by default and will italicize it as long as the stylesheet isn&#8217;t telling them to do something else. Your italics will now be&#8230;italics. Which is what most people want when they use &lt;em&gt; or select the &#8220;italics&#8221; option in their <a href="http://en.wikipedia.org/wiki/WYSIWYG" rel="nofollow">WYSIWYG</a> (Wordpress calls it &#8220;Visual&#8221;) text editor.</p>
<h3>How to Style Your Italics</h3>
<p>If <em>do</em> want to style your italics, leave the em section but insert <em>different</em> code between the { } . Don&#8217;t leave what it&#8217;s currently got unless you want your italics broken onto different lines.</p>
<p>If you have a different theme, you can always create your own em section in the code. You can make the italics gray, &#8220;normal,&#8221; a different font&#8230;whatever you want. And as long as you&#8217;re the one who designed them, they shouldn&#8217;t confuse you.</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/changing-the-header-in-cutline-3-column-split-or-right-wordpress-theme/' rel='bookmark' title='Permanent Link: Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme'>Changing the Header in Cutline 3-Column Split (or Right) Wordpress Theme</a></li>
<li><a href='http://blogcrafted.com/add-gravatars-cutline/' rel='bookmark' title='Permanent Link: Tutorial: Adding Gravatars to Cutline Themes'>Tutorial: Adding Gravatars to Cutline Themes</a></li>
<li><a href='http://blogcrafted.com/how-to-change-the-name-of-your-wordpress-theme/' rel='bookmark' title='Permanent Link: How to Change the Name of Your Wordpress Theme'>How to Change the Name of Your Wordpress Theme</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/how-to-fix-italics-on-redie-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
