<?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; Blogging with Wordpress</title>
	<atom:link href="http://blogcrafted.com/category/blogging-with-wordpress/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>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/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>
<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, 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/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>
<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-handle-comment-spam-akismet-doesnt-catch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When Your Wordpress Blog Goes Blank &#8211; Possible Fix</title>
		<link>http://blogcrafted.com/fix-blank-wordpress-blog/</link>
		<comments>http://blogcrafted.com/fix-blank-wordpress-blog/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 11:00:28 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[fix wordpress]]></category>
		<category><![CDATA[move wordpress]]></category>
		<category><![CDATA[wordpress blank]]></category>
		<category><![CDATA[wordpress cache]]></category>

		<guid isPermaLink="false">http://blogcrafted.com/?p=275</guid>
		<description><![CDATA[One of the many services I offer is <a href="http://blogcrafted.com/blogger-and-wordpress-migration/">migrating Wordpress blogs</a> from one <a href="http://blogcrafted.com/recommended-web-hosting-options/">host to another</a>. If you're attempting to migrate your own blog, here's one important tip: deactivate your caching plugin before you migrate (usually wp-cache or wp-super-cache).


Related posts:<ul><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>
<li><a href='http://blogcrafted.com/how-to-do-a-thorough-backup-of-your-wordpress-blog/' rel='bookmark' title='Permanent Link: How to do a Thorough Backup of Your Wordpress Blog'>How to do a Thorough Backup of Your Wordpress Blog</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>One of the many services I offer is <a href="http://blogcrafted.com/blogger-and-wordpress-migration/">migrating Wordpress blogs</a> from one <a href="http://blogcrafted.com/recommended-web-hosting-options/">host to another</a>. If you&#8217;re attempting to migrate your own blog, here&#8217;s one important tip: deactivate your caching plugin before you migrate (usually wp-cache or wp-super-cache).</p>
<p>You don&#8217;t have to deactivate any other plugins, if you&#8217;re migrating your entire database then it&#8217;ll automatically reactivate what you were using before. But caching plugins do not play well with blog moves.</p>
<p>If, once you&#8217;ve moved the site, all you see is a <strong>blank page</strong>&#8212;not an error page, your site is just a blank page with nothing on it&#8212;then check your wp-config file for the following line or something like it:</p>
<p><code>define('WP_CACHE', true); //Added by WP-Cache Manager</code></p>
<p>You can either disable the line by putting a &#8220;#&#8221; in front of it like so:</p>
<p><code>#define('WP_CACHE', true); //Added by WP-Cache Manager</code></p>
<p>or you can delete the entire line and trust the caching program to add it back in once you reactivate.</p>
<p>I encountered this issue on Media Temple. I don&#8217;t know if that&#8217;s because MT is a bit different or if I&#8217;ve always turned off the caching plugin before. It was quite easy to fix, but a real pain to catch.</p>
<p>So if your Wordpress blog is showing nothing but <strong>blank pages</strong> check your wp-config file&#8211;it may be an easier fix than you expected. (Also, check to make sure your new host doesn&#8217;t have an index.<strong>html</strong> file in your blog&#8217;s main directory. All you want is index.<strong>php</strong> and index.<strong>php.wpau.bak</strong>, index.html will keep the front page of your blog from showing up).</p>


<p>Related posts:<ul><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>
<li><a href='http://blogcrafted.com/how-to-do-a-thorough-backup-of-your-wordpress-blog/' rel='bookmark' title='Permanent Link: How to do a Thorough Backup of Your Wordpress Blog'>How to do a Thorough Backup of Your Wordpress Blog</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/fix-blank-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to do a Thorough Backup of Your Wordpress Blog</title>
		<link>http://blogcrafted.com/how-to-do-a-thorough-backup-of-your-wordpress-blog/</link>
		<comments>http://blogcrafted.com/how-to-do-a-thorough-backup-of-your-wordpress-blog/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 08:00:04 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[backup wordpress]]></category>
		<category><![CDATA[database backup]]></category>
		<category><![CDATA[wordpress database]]></category>

		<guid isPermaLink="false">http://blogcrafted.com/?p=271</guid>
		<description><![CDATA[<p class="padded">CathLawson, one of my favorite bloggers, recently experienced every blogger's worst nightmare. Her host shut down her account and turned off <a href="http://cathlawson.com/">her site</a>. The site took 3 days to come back up. </p>

<p>I think this was shocking behavior on the host's part, as there should have been ways that they could have let her easily access her files and database without keeping her blog live.</p>


Related posts:<ul><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>
<li><a href='http://blogcrafted.com/fix-blank-wordpress-blog/' rel='bookmark' title='Permanent Link: When Your Wordpress Blog Goes Blank &#8211; Possible Fix'>When Your Wordpress Blog Goes Blank &#8211; Possible Fix</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>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>CathLawson, one of my favorite bloggers, recently experienced every blogger&#8217;s worst nightmare. Her host shut down her account and turned off <a href="http://cathlawson.com/">her site</a>. The site took 3 days to come back up. </p>
<p>I think this was shocking behavior on the host&#8217;s part, as there should have been ways that they could have let her easily access her files and database without keeping her blog live.</p>
<p>But the sad thing is that not all hosts will give you warning or let you get at your files (right away, anyway). So it&#8217;s important to have good backups. This way, if something happens to your blog, you&#8217;ll be able to restore without depending on hosts.</p>
<p>So, here&#8217;s how to run a <strong>thorough backup of your Wordpress installation</strong>:</p>
<p>Your Wordpress installation has two key components, the <strong>database</strong> and the <strong>files</strong>. The database stores all your settings and your content posts/comments/categories/blogroll/active plugins/active theme/widgets/etc. The files include the actual Wordpress schema that makes the site display&#8230;from the key Wordpress files to things like your plugin &amp; theme files.</p>
<h3>Backing Up Your Wordpress Database</h3>
<p>This is the most critical part of your backup process. You can always re-add plugins that weren&#8217;t in your last file backup, make the same theme changes again (though always backup major theme overhauls) or use a different theme, and you don&#8217;t even have to worry about the core Wordpress components (they only change between upgrades, and you can always re-upgrade, or they&#8217;re available at Wordpress.org). As long as you have <em>one file backup</em>, you&#8217;ve got a starting point.</p>
<p>But if you don&#8217;t have a very recent backup of your database, you&#8217;ve lost every post you&#8217;ve written, every comment you&#8217;ve received, and every setting you&#8217;ve changed in the interim.</p>
<p>For backing up your Wordpress database, I recommend installing the <a href="http://www.ilfilosofo.com/blog/wp-db-backup/">Wordpress DB-Backup plugin</a>. Once you&#8217;ve activate it, download a copy right away and then configure it for <strong>daily backups</strong>&#8230;unless you blog infrequently, in which case weekly might do as well. Err on the side of backing up. I save the last several backups, just to be safe.</p>
<p>Make sure that the backups you&#8217;re receiving have actual content. I&#8217;d suggest using a trial installation of <a href="http://www.rarlab.com/">WinRAR</a> to unzip them. This should produce ordinary .sql files, which will look funny if you open them in plain Notepad (though <a href="http://notepad-plus.sourceforge.net/uk/download.php">Notepad++</a> displays them great!), but you can at least see that there&#8217;s content.</p>
<p>If you&#8217;d like an <em>extra backup</em>, periodically use the built-in Wordpress export feature (now found in Tools, post 2.7). It doesn&#8217;t have nearly as much detail as a database backup, but this .xml file will have your posts, comments, and a number of other important pieces of information. If you have trouble restoring from the database, you&#8217;ll still be able to restore from the .xml file.</p>
<h3>Backing Up Your Wordpress Files</h3>
<p>In theory, you could restore your Wordpress installation without a file backup, but why would you want to? Having the files right there makes the entire process much easier.</p>
<p>There are two ways to back up your files.</p>
<p>1) Consider using the Blog Traffic Exchange <a href="http://www.blogtrafficexchange.com/wordpress-backup/">Wordpress Backup</a> plugin. It backs up your themes, plugins, and uploads directories.</p>
<p>You can opt to have the plugin e-mail you backups periodically or backup from your site&#8217;s back-end. If the backups are too large, you may have to do it on your site because the .zip files can&#8217;t be sent through e-mail.</p>
<p>2) You can download <em>all your site files</em> (which means that you can just upload them again and import your database if you need to restore). I suggest using an FTP client such as <a href="http://filezilla-project.org/download.php">Filezilla</a>. Your host should have given you FTP login information.</p>
<p>When accessing your site via FTP, you can just download your site&#8217;s entire &#8220;root&#8221; directory, if that&#8217;s an option. In the image below, the &#8220;&#8221; contains ALL the site&#8217;s Wordpress files, theme files, plugin files, and uploads (whether to the &#8220;uploads&#8221; folder, another img folder, or anywhere else). Click for a larger view:</p>
<p><a href="/img/showoff.jpg" rel="lightbox"><img src="/img/smshowoff.jpg" alt="" /></a></p>
<p>Or you can download ALL the directories and files inside your site&#8217;s root folder. That includes wp-admin, wp-content, wp-includes, as well as all the .php files and whatnot. If doing it this way, create a special folder on your computer to serve as a root directory of sorts.</p>
<p align="center"><img src="/img/content.jpg" alt="" /></p>
<h3>Restoring from a Backup</h3>
<p>That&#8217;s an article for another day. Until that day comes, there are other websites which have information about restoring Wordpress from backups. And if you have the files and database backup, any blog professional should be able to restore your Wordpress installation to your website or transfer it to another host&#8217;s website with little difficulty.</p>


<p>Related posts:<ul><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>
<li><a href='http://blogcrafted.com/fix-blank-wordpress-blog/' rel='bookmark' title='Permanent Link: When Your Wordpress Blog Goes Blank &#8211; Possible Fix'>When Your Wordpress Blog Goes Blank &#8211; Possible Fix</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>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/how-to-do-a-thorough-backup-of-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>6</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>13 Admin Themes +3 : Improve Your User-Side Wordpress Experience</title>
		<link>http://blogcrafted.com/13-wordpress-admin-themes/</link>
		<comments>http://blogcrafted.com/13-wordpress-admin-themes/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 14:00:27 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[admin theme]]></category>
		<category><![CDATA[wordpress admin]]></category>
		<category><![CDATA[wordpress admin theme]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://hire.mrsmicah.com/?p=155</guid>
		<description><![CDATA[Tired of how the back end of your blog looks? These 13 Wordpress admin themes replace the default dashboard look.


Related posts:<ul><li><a href='http://blogcrafted.com/diy-themes-refund-thesis/' rel='bookmark' title='Permanent Link: Getting DIY Themes to Refund You for Thesis'>Getting DIY Themes to Refund You for Thesis</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/diy-themes-server-certificate-expired/' rel='bookmark' title='Permanent Link: DIY Themes Server Certificate Expired'>DIY Themes Server Certificate Expired</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>If you&#8217;re like me, you&#8217;re not very keen on the default Wordpress admin look. Perhaps I&#8217;m just jaded from logging into too many other peoples&#8217; blogs to do design work, I like to see something different in mine. (Also, am I the only one who thinks this new theme looks completely washed out?)</p>
<p>Well, there are a number of options out there, &#8220;<a rel="nofollow" href="http://codex.wordpress.org/Creating_Admin_Themes">admin themes</a>,&#8221; as they&#8217;re called. Most come in plugin form and transform your admin area simply by being activated. Unlike blog themes, most admin themes only apply to the CSS of the admin presentation, they don&#8217;t change up the html elements. Everything is still there, it&#8217;s just moved around.</p>
<p>There aren&#8217;t nearly as many admin themes as there are blog themes, but there are a good number. Some are <a href="#sleek">sleek</a>, some are <a href="#retro">retro</a> and try to imitate the 2.3.x look, some are <a href="#user">user defined</a>. I&#8217;ve included themes which are <a href="#23">pre-2.5 as well</a>, because I know some people are still using 2.3.x and may want to vary the look.</p>
<h3>Wordpress 2.5+ Compatible Admin Themes</h3>
<p>These themes are compatible with Wordpress 2.5+. They may not be compatible with pre-Wordpress 2.5, since the admin area underwent a complete makeover with the 2.5 release. However, some offer the old version for download on their site as well (depending on whether or not they had a pre-2.5 version).</p>
<p>Themes which have a completely different look from the original or current dashboard:<br />
<a name="sleek"></a></p>
<ul class="bold">
<li><a rel="nofollow" href="http://www.teddyhwang.com/resources/leopardadmin/">Leopard Admin</a> is probably my favorite. The use of color does a nice job of drawing your eyes to the center and the graphics are lovely. Plus, I love the Mac-like look and pretending I have a sleek new Mac instead of an aging Windows machine.</li>
<li><a href="http://deanjrobinson.com/projects/fluency-admin/">Fluency Admin</a> is my second favorite. It&#8217;s darker than Leopard, without the pretty graphics, but is still a clean look.</li>
<li>The <a rel="nofollow" href="http://orderedlist.com/wordpress-plugins/wp-tiger-administration/">Tiger Admin</a> theme inspired both of the themes above. It&#8217;s also a clean look, Mac-inspired, but much too close to the current theme for my taste. Not enough contrast and darkness.</li>
</ul>
<p>Themes which model themselves on the older look:<br />
<a name="retro"></a></p>
<ul class="bold">
<li><a rel="nofollow" href="http://johannes.jarolim.com/blog/wordpress/jp-admin-stylishblue/">JP Admin Stylish Blue</a> is a response to the washed out and wimpy classic blues of 2.5+ and creates a bold, almost-classic option. I&#8217;ve been enjoying the black vs. blue, but it&#8217;s a very nice look. Unlike some, which load as soon as you activate the plugin you have to go to the user section and select it in there.</li>
<li><a rel="nofollow" href="http://wordpress.org/extend/plugins/retro-dashboard/">Retro Dashboard</a> makes the admin side look similar to the 2.3 theme, but not quite.</li>
</ul>
<p>These themes allow the user to choose any of a number of color schemes or even come up with their own!<br />
<a name="user"></a></p>
<ul class="bold">
<li><a rel="nofollow" href="http://www.jamesdimick.com/creations/easy-admin-color-schemes/">Easy Admin Color Schemes</a> lets you come up with your own color scheme. You can have it match your blog or anything else you&#8217;d like. The layout is still WP 2.5+ framework, but the colors are whatever you want them to be.</li>
<li><a rel="nofollow" href="http://wordpress.org/extend/plugins/baltic-amber-admin-themes-and-schemes/">Baltic Amber Themes</a> &#8211; I couldn&#8217;t make any themes I liked out of this one. I tried, but it just didn&#8217;t turn out as I hoped. But if you want to make your own color choices or set up a random theme, it&#8217;s user-defined (like the Easy Admin, but a little easier to use with less impressive results).</li>
<li><a rel="nofollow" href="http://www.wpadminthemes.com/">WP Admin Themes</a> has a number of simple color combinations which you can download, upload and activate in your user options section. You can even add your own.</li>
</ul>
<h3>Admin Themes for Pre-2.5 Wordpress</h3>
<p>These themes are lovely, but aren&#8217;t compatible with Wordpress 2.5 or 2.6.<br />
<a name="23"></a></p>
<ul class="bold">
<li><a rel="nofollow" href="http://aenonfiredesign.com/blog/afd-wordpress2-admin-theme">AFD Wordpress2 Admin Theme</a> has a lovely silver look. A little too light and polished for me, but it appeals to my &#8220;clean&#8221; aesthetic.</li>
<li><a rel="nofollow" href="http://web-graphics.com/2008/01/21/deconstructed-wp-admin-theme/">Deconstructed</a> is another theme that&#8217;s a little light for my taste. Still, I prefer it to either the 2.3.x theme or the current ones offered.</li>
<li><a rel="nofollow" href="http://yummeh.net/2008/01/25/deconstructed-admin-theme/">Deconstructed Remix</a>&#8211;another version of Deconstructed, done by someone who enjoyed the first version. Nice look as well.</li>
<li><a rel="nofollow" href="http://www.sevban.com/wordpress/planet-x7-wordpress-admin-theme/#english">Planet X7</a> is a very very dark blue. Above, I commended Leopard and Fluency for using darkness to draw attention to the middle area. Planet X7 is just&#8230;dark. I like it, but I&#8217;m not sure I&#8217;d want to use it. Still, check out the screenshots.</li>
<li><a rel="nofollow" href="http://jsbox.net/283">JS Spot the Milk</a> uses different shated of the classic blue and white colors. It also includes drop-down menus. (User comments note that the drop-down menus don&#8217;t work as well with sub-menus.)</li>
</ul>
<h3>Plus 3 Bonus Links</h3>
<p>The <strong><a rel="nofollow" href="http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/">Admin Drop-Down Menu</a></strong> plugin doesn&#8217;t really put up a new theme, but it allows you to save a lot of hassle in the current one. You know how if you want to, say, edit your theme, it takes several clicks to get there? This plugin solves that by creating drop-down menus. I&#8217;ve seen it at work on blogs I&#8217;ve consulted on and was very pleased with the easy navigation.</p>
<p>Wordpress 2.5+ doesn&#8217;t reveal post/category/whatnot IDs in the admin section. Well, it takes hovering over the editing link or checking the location bar when you&#8217;re editing. IDs can be very useful in coding, so I&#8217;ve found this annoying. <strong><a rel="nofollow" href="http://www.schloebe.de/wordpress/reveal-ids-for-wp-admin-25-plugin/">This plugin</a></strong> restores them to where they should be. I&#8217;m not sure if it&#8217;s compatible with all the 2.5+ themes, but it&#8217;s worth a shot. Scroll down to English.</p>
<p>And if you want your <em>blog</em> to look like the 2.5 &#8220;Fresh&#8221; (default) Admin theme, you can <strong><a rel="nofollow" href="http://www.blog2life.net/wordpress-themes/word-pressd-wordpress-admin-inside-out">find that here</a></strong>. I think it looks better on the front than inside.</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/diy-themes-refund-thesis/' rel='bookmark' title='Permanent Link: Getting DIY Themes to Refund You for Thesis'>Getting DIY Themes to Refund You for Thesis</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/diy-themes-server-certificate-expired/' rel='bookmark' title='Permanent Link: DIY Themes Server Certificate Expired'>DIY Themes Server Certificate Expired</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/13-wordpress-admin-themes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Related Posts Plugin Rocks My Socks</title>
		<link>http://blogcrafted.com/better-related-posts-plugin-wordpress/</link>
		<comments>http://blogcrafted.com/better-related-posts-plugin-wordpress/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:30:40 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[best wordpress plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugin starter pack]]></category>
		<category><![CDATA[related posts]]></category>
		<category><![CDATA[yet another related posts plugin]]></category>

		<guid isPermaLink="false">http://hire.mrsmicah.com/?p=150</guid>
		<description><![CDATA[Changing my recommendation on the best Related Posts plugin to use. This one is easier to set up and has more options to control what's displayed. Check it out!


Related posts:<ul><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>
<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/how-to-do-a-thorough-backup-of-your-wordpress-blog/' rel='bookmark' title='Permanent Link: How to do a Thorough Backup of Your Wordpress Blog'>How to do a Thorough Backup of Your Wordpress Blog</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>A while back, I posted a <a href="http://blogcrafted.com/articles/best-plugins-new-wordpress-blog/">list of the best plugins for a Wordpress site</a>. I even created a <a href="http://blogcrafted.com/download-wordpress-plugin-starter-pack/">plugin starter pack</a>. Well, now it&#8217;s time to amend both to make way for a plugin I&#8217;ve recently discovered.</p>
<p>Previously, I&#8217;d included a recommendation for the old-school <a href="http://wasabi.pbwiki.com/Related%20Entries" rel="nofollow">related posts plugin</a> and put the plugin in the starter pack. But frankly, I was less-than-thrilled with it. I preferred it to the other related post plugins I&#8217;d seen, but it was a real pain to install (seriously, I had to go into MySQL!) and you had little control over what it thought was or wasn&#8217;t related.</p>
<p>It&#8217;s called <a href="http://mitcho.com/code/yarpp/" rel="nofollow">Yet Another Related Posts Plugin</a> and the general instructions for download/use are on the plugin page. You can <a href="http://blogcrafted.com/wp-content/uploads/WordpressPluginStarterPack.zip" rel="nofollow">download the updated plugin pack here</a>.</p>
<p>Things I like about YARPP:</p>
<p>1. <strong>You can &#8220;disallow&#8221; categories and tags</strong>. This means that on my personal blog, for example, I can disallow my &#8220;Roundup&#8221; category from related posts. In theory, this means that posts which are only in the &#8220;Roundup&#8221; category shouldn&#8217;t even show up.</p>
<p>2. <strong>You can emphasize, deemphasize, or require commonalities</strong>. You do this by setting an overall &#8220;match threshold&#8221; and then adjusting the match settings for each area. So I have titles considered with extra weight for the match, but tags not considered at all. I do require one category in common, which probably overrides the &#8220;Roundup&#8221; category issue I mentioned above . . . but only on roundup posts.</p>
<p>Because this blog is so new, I have a much lower match threshold, something like 1.5. The smaller or less inter-related your blog, the lower your match threshold should be.</p>
<p>If you click to view the full-size image below, you can get a good idea of how to do these settings.</p>
<p><a href="/img/yarpp.png" rel="lightbox"><img src="/img/yarppsm.png" alt="Link to a screenshot of the plugin management area" /></a></p>
<p>3. <strong>You can style the way you want the items to appear</strong>. As you can see in the image below, I want an &lt;h3&gt;&lt;/h3&gt; before the list. I could also apply a class to the &lt;ul&gt; or &lt;li&gt; surrounding the list. They could have stars instead of squares, or be bright pink, or do something sensible. I could even include a link at the end to the <a href="http://blogcrafted.com/archives/" rel="nofollow">archives page</a>.</p>
<p><a href="/img/yarpp1.png" rel="lightbox"><img src="/img/yarpp1sm.png" alt="Link to a screenshot of the plugin management area" /></a></p>
<p>Of course, it would be easy enough to write this styling in the code itself, but I like the simplicity of putting it once here and having it show up wherever you put the &lt;?php related_posts(); ?&gt; call. And if you want to change things, you simply go back to the plugin management area and change the code there. Neat and tidy.</p>
<p>4. You can limit relatedness to only posts or only pages. Or you can cross-relate if you want. There are codes for calling only posts, or only pages, or anything, as well as a place you can check off in the plugin management area. I don&#8217;t like having pages show up in related posts, especially since they&#8217;re often available elsewhere on the page.</p>
<h3>Updating the Plugin Pack</h3>
<p>So as you can imagine, I&#8217;ve updated the <a href="http://blogcrafted.com/download-wordpress-plugin-starter-pack/">plugin starter pack</a> to include the <a href="http://mitcho.com/code/yarpp/" rel="nofollow">Yet Another Related Posts Plugin</a>. I&#8217;m very pleased to have run across it and grateful to its creator for giving us so much control over our Related Posts options.</p>
<p><a href="http://blogcrafted.com/wp-content/uploads/WordpressPluginStarterPack.zip" rel="nofollow">Download the updated plugin pack here</a> and the <a href="http://blogcrafted.com/wp-content/uploads/Contact_Form.zip" rel="nofollow">contact form plugin here</a>.</p>


<p>Related posts:<ul><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>
<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/how-to-do-a-thorough-backup-of-your-wordpress-blog/' rel='bookmark' title='Permanent Link: How to do a Thorough Backup of Your Wordpress Blog'>How to do a Thorough Backup of Your Wordpress Blog</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/better-related-posts-plugin-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using Wordpress PHP Conditional Tags to Create Variable Design</title>
		<link>http://blogcrafted.com/wordpress-php-conditional-tags/</link>
		<comments>http://blogcrafted.com/wordpress-php-conditional-tags/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:30:28 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[conditional tags]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress codex]]></category>
		<category><![CDATA[wordpress usability]]></category>
		<category><![CDATA[wordpress versatility]]></category>

		<guid isPermaLink="false">http://hire.mrsmicah.com/?p=60</guid>
		<description><![CDATA[Using Wordpress's conditional tags can add variety and nuance to your blog. Here are instructions on how to implement them using some very basic PHP. Novice-friendly.


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/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>
<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>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p><em>Looking for a way to create sidebars that look one way on the main blog page, another way on the individual posts, and perhaps a third way on the individual pages? Here&#8217;s how to use Wordpress&#8217;s conditional tags and the tiniest bit of PHP to do it. Don&#8217;t be intimidated, give it a try!</em></p>
<p>One beautiful thing about Wordpress is that you don&#8217;t have to be educated in more than the most basic use of PHP to use its PHP based tags. You just have to learn what they are and how to use them. You can use these anywhere. I&#8217;m talking about sidebars here, because they&#8217;re often on every page of a blog (home, post, page) but you might want them to look different on different types of pages.</p>
<p><strong>Note: this is for hand-coded sidebars or those using a <a rel="nofollow" href="http://wordpress.org/extend/plugins/php-code-widget/">PHP widget</a>. It won&#8217;t work in the Wordpress text widgets.</strong></p>
<h3>Conditional Statements in PHP</h3>
<p>This is probably easier to learn than you think. PHP allows for conditional statements. They&#8217;re written the same way you might give a child a series of instructions. <strong>If</strong> there&#8217;s Cinnamon bread at the store, buy one loaf or <strong>else if</strong> there&#8217;s only raising bread, buy a loaf of that or <strong>else</strong> buy plain bread. You can include as many <strong>else if</strong> commands as you&#8217;d like and the program won&#8217;t get confused like a child might.</p>
<p>Or if it&#8217;s an either/or situation, you could write <strong>if</strong> Grandma is home, give her the cookies or <strong>else</strong> bring them back here. (No &#8220;else if&#8221;s if there&#8217;s only one &#8220;else&#8221; needed.)</p>
<p>Make sense?</p>
<h3>Using Conditional PHP with Wordpress Tags</h3>
<p>Wordpress has <a rel="nofollow" href="http://codex.wordpress.org/Conditional_Tags">a number of conditional tags</a> of varying detail.</p>
<p>For example, if you want something only to occur on Single <em>Post</em> pages, you can use <strong>is_single()</strong>. Or if you only want something to show up on a particular single post (let&#8217;s say the post slug is &#8220;awesome-post&#8221;) you can use <strong>is_single(&#8216;awesome-post&#8217;)</strong>. There are other options to use post number and post title; I prefer slug.</p>
<p>For all Single <em>Pages</em> (not any page, but the ones created as Pages in Wordpress), use <strong>is_page()</strong>. You can use the same methods as above to narrow it down.</p>
<p>The last one I&#8217;ll cover is <strong>is_home()</strong>. This tag is different from <strong>is_front_page()</strong>. On the domain <a href="http://blogcrafted.com/">blogcrafted.com</a> I&#8217;ve set the front page to a static page. The &#8220;home&#8221; page, however, is <a href="http://blogcrafted.com/articles/">the main blog page</a>. On most blogs they&#8217;re the same thing, because the front page is also the main blog page.</p>
<p>So unless you&#8217;ve been messing in the &#8216;Settings-&gt;Reading-&gt;Front page displays&#8217; part of your blog, you can probably use either. On this site, I have to be careful.</p>
<p>For the <a rel="nofollow" href="http://codex.wordpress.org/Conditional_Tags">complete list of conditional tags, visit the Wordpress Codex</a>.</p>
<h3>Putting It Together</h3>
<p>So how do you put this all together? Let&#8217;s take a really simply example. Suppose that you want to put one image at the top of your sidebar on the main blog page, one on single post pages, and one on any other pages (archives/404/pages/etc).</p>
<p>Here&#8217;s the code you would use:</p>
<pre class="brush: php">    &lt;?php if (is_home()) { ?&gt;
    &lt;img src=&quot;/image1.jpg&quot; alt=&quot;Image for the Main Blog Page&quot; /&gt;

    &lt;?php } else if (is_single()) { ?&gt;
    &lt;img src=&quot;/image2.jpg&quot; alt=&quot;Image for the Single Post Pages&quot; /&gt;

    &lt;?php } else { ?&gt;
    &lt;img src=&quot;/image3.jpg&quot; alt=&quot;Image for Everywhere Else&quot; /&gt;

    &lt;?php } ?&gt;</pre>
<p>Don&#8217;t forget the <strong>final php command</strong> which closes off the section. It essentially tells the browser &#8220;Ok, we&#8217;re done with that whole conditional section. The next bits go on every page.&#8221;</p>
<p>You can use the above code with simply <strong>if</strong> and then <strong>else</strong>. You can use it with as many <strong>else if</strong>s as you&#8217;d like.</p>
<p>You could even have a different image in the sidebar for <em>every post</em> if you wanted to add all that code to the sidebar. Here&#8217;s the <a rel="nofollow" href="http://codex.wordpress.org/Conditional_Tags">complete conditional tag list</a>.</p>
<h3>More Advanced Uses (&#8220;Not&#8221; Statements)</h3>
<p>Suppose you want something to only show up on certain pages and don&#8217;t want <em>anything</em> there on others. Obviously, you can do this by setting up an <strong>if</strong> / <strong>else</strong> conditional statement as above and simply leave one option section blank (don&#8217;t put any code or text between it and the next else if/else). But if you would like to set it up to be on every page <em>except one type</em> (or even except one actual page!), you can do that by using a &#8220;not&#8221; statement.</p>
<p>I should begin by saying that in a lot of coding, &#8220;not&#8221; is actually done with what&#8217;s called a &#8220;bang.&#8221; And a bang is this: <strong>!</strong></p>
<p>Yep, it&#8217;s an exclamation point.</p>
<p>So suppose that I want something to show up on every page that is <strong>not</strong> the home page (so I want it in the sidebars of singe post pages, single pages, 404 pages, the works). Here&#8217;s what I write:</p>
<pre class="brush: php">&lt;?php if (!is_home()) { ?&gt;
&lt;img src=&quot;source&quot; alt=&quot;The image that I want visible everywhere but home&quot; /&gt;
&lt;?php } ?&gt;</pre>
<p>See how the <strong>!</strong> is right in-front of the <strong>is_home()</strong> ? That&#8217;s where you have to put it to get the &#8220;not&#8221; effect. This code tells the browser &#8220;if this page is NOT home, then display everything until the end piece of php code.&#8221;</p>
<p>You can also set it up so that the item has multiple NOTs. In the case below, this will show up on every page that is NOT &#8220;home&#8221; and NOT &#8220;single.&#8221; Just use: <strong>&amp;&amp;</strong> between them and don&#8217;t forget the <strong>!</strong></p>
<pre class="brush: php">&lt;?php if (!is_home()&amp;&amp;!is_single()) { ?&gt;
&lt;img src=&quot;source&quot; alt=&quot;The image that I want visible everywhere but home &amp; single pages&quot; /&gt;
&lt;?php } ?&gt;</pre>
<p>You can repeat this ad-infinitum.</p>
<h3>Wrapping Up</h3>
<p>If you go step-by-step, it&#8217;s not too tough. Some people reading this probably said &#8220;duh&#8221; and others (you?) might be more intimidated. But if nothing else you can start by copying what I have here and go from that.</p>
<p>This type of code can be used anywhere in Wordpress. It&#8217;s most useful for sidebars because if you want something only on individual post pages, you&#8217;ve already got a theme template file for that. Anything that is used on multiple pages is fair game. Maybe that&#8217;s a &#8220;navigation.php&#8221; file, or maybe it&#8217;s your sidebar/header/footer.</p>
<p>It&#8217;s also used to set up what will show up on a post/page based on whether or not the comments are open. So keep your eyes open for all the places it can be used. The <a rel="nofollow" href="http://codex.wordpress.org/Conditional_Tags">a list of all the conditional tags</a> helps you see what your newfound edjumication can do.</p>
<p>Later on, I plan to write about the other way to have varied sidebars. It simply involves making a number of sidebar files (or having several complete sidebars in one file) and calling different ones in different pages of your Wordpress theme. The advantage of the method I&#8217;ve outlined above is that you can do it entirely in one file and it&#8217;s good for minor changes.</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/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>
<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>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/wordpress-php-conditional-tags/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Denying Access to Comment Spammers (and others) Using htaccess and 403 Pages</title>
		<link>http://blogcrafted.com/deny-access-htaccess-403-error/</link>
		<comments>http://blogcrafted.com/deny-access-htaccess-403-error/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 15:30:50 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://hire.mrsmicah.com/?p=51</guid>
		<description><![CDATA[How to use the .htaccess file to deny access to any IP address, whether it's a comment spammer or just someone you don't want on your site. And how to build a 403 page which will explain they've been blocked (and allow appeals, if you'd like).


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/how-to-301-redirect-wordpress/' rel='bookmark' title='Permanent Link: Easy Wordpress .htaccess 301 Redirect'>Easy Wordpress .htaccess 301 Redirect</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>One of the downsides of having an interactive website of any kind is dealing with spammers. Whether you have forums, blogs, wikis, or blog-hosting sites, you&#8217;ll run across spammers of one kind or another. In my blogging experience, I&#8217;ve run across two main types of spam.</p>
<h3>Types of Comment / Trackback Spam</h3>
<p>First there&#8217;s bot spam. This is done by impersonal programs which run around the web and post huge spam comments full of links to disgusting/spammy sites. They&#8217;ve been programmed ahead of time, but they&#8217;re really not after you. You just have the right keyword or something else that draws them to your page.</p>
<p>Fortunately, my <a title="best plugins" href="http://blogcrafted.com/articles/best-plugins-new-wordpress-blog/">spam blocker</a> catches a lot of these. There are <a href="http://codex.wordpress.org/Combating_Comment_Spam/Denying_Access" rel="nofollow">ways</a> to deny these bots access to your site, but every one I&#8217;ve tried has thrown off at least one legitimate visitor or broken my site (Bad Behavior plugin). Since my filter works pretty well, I don&#8217;t worry about them.</p>
<p>But there&#8217;s a second, more insidious type of spam. It often disguises itself as real comments. This rather innocent comment was left on my site by someone calling himself &#8220;Tom.&#8221;</p>
<blockquote><p>my biggest problem is forgetting as well.  I am so busy during the day that it just happens to slip my mind later.  It is frustrating and a little irresponsible, but I would like to make a system for remembering to pay my bills.  Does anyone have any suggestions?</p></blockquote>
<p>Nothing here to suggest he&#8217;s a spammer. But the site he included in the URL section was a commercial site that I didn&#8217;t approve of at all.</p>
<p>I had two options for dealing with this. I could simply remove the offending link and let the comment stay. It wasn&#8217;t doing any real harm, though I wouldn&#8217;t want my readers to put themselves to any trouble helping a spammer.</p>
<p>The problem with doing that is that my spam filter wouldn&#8217;t learn that Tom (and his IP address) are bad news. Akismet is supposed to learn who the spammers are. I&#8217;m not sure, but it may even use this data for more than just your site. But even if it didn&#8217;t, I knew that every comment of Tom&#8217;s would get through. So I marked it as spam.</p>
<h3>Denying an IP Address Access</h3>
<p>But I also decided that I wanted a solution so I didn&#8217;t have to wait for Akismet&#8217;s learning curve. Who knows how long that&#8217;ll take?</p>
<p>And live comment spammers are annoyingly persistent.</p>
<p>So I went to the Wordpress Codex and checked out their instructions for <a href="http://codex.wordpress.org/Combating_Comment_Spam/Denying_Access" rel="nofollow">denying spammers access at all</a>.</p>
<p>My comments section gave me Tom&#8217;s IP address. Let&#8217;s say it was 123.456.7.8. He&#8217;d commented several times from this same IP address.</p>
<p>I used the instructions for denying access and created this section in my <strong>.htaccess file</strong>.</p>
<blockquote><p><code>order allow,deny<br />
allow from all<br />
deny from 123.456.7.8</code></p></blockquote>
<p>In this case, the allow directive is evaluated first. It allows everyone, so the system moves on to evaluate the deny directive. Only one user, whose IP address matches the deny directive, will be denied. Since any requests who don&#8217;t match an allow or deny directive are denied by default, it was important that I included an &#8220;allow from all&#8221; section!!</p>
<p>One could also put in &#8220;deny from 123.45*&#8221; which would deny from <em>any</em> IP address beginning with those numbers. I just don&#8217;t want to limit it that much. We&#8217;ll see if Tom pops up again, if so I might put something like 123.456.7.* so that hopefully only he would still be blocked.</p>
<h3>Creating a 403 Page</h3>
<p>Next, I created a 403 error page and uploaded it to my server. <a href="http://en.wikipedia.org/wiki/HTTP_403" rel="nofollow">Wikipedia</a> describes this error as a signal which &#8220;indicates that the client was able to communicate with the server, but the server doesn&#8217;t let the user access what was requested.&#8221;</p>
<p>You run across these all the time, whenever you don&#8217;t have the permission to do something. They&#8217;re often not very fancy, but I put a couple minutes into mine. Specifically, I created a page with a link to my site (in case you end up there through random clicking but weren&#8217;t actually blocked) and a note to legitimate users to e-mail me if they&#8217;re having a problem being blocked.</p>
<p>To get the page to show every time someone hit a 403 error, I added this line to my .htaccess file.</p>
<blockquote><p><code>ErrorDocument 403 /errors/403.html</code></p></blockquote>
<p>So now, if Tom pops by my site again, he&#8217;ll run into a 403 page instead.</p>
<p>Adding more live spammers will be quite easy, I can just copy their IP addresses from the comments and paste them over into the .htaccess file.</p>
<p><em>Follow-up: &#8220;Tom&#8221; was apparently shocked that I didn&#8217;t appreciate him as a visitor and his comments. I&#8217;m not that desperate.</em></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/how-to-301-redirect-wordpress/' rel='bookmark' title='Permanent Link: Easy Wordpress .htaccess 301 Redirect'>Easy Wordpress .htaccess 301 Redirect</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/deny-access-htaccess-403-error/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Must-Have Plugins for Your New Wordpress Blog</title>
		<link>http://blogcrafted.com/best-plugins-new-wordpress-blog/</link>
		<comments>http://blogcrafted.com/best-plugins-new-wordpress-blog/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 17:30:52 +0000</pubDate>
		<dc:creator>Ms. Crafty</dc:creator>
				<category><![CDATA[Blogging with Wordpress]]></category>
		<category><![CDATA[best wordpress plugins]]></category>
		<category><![CDATA[new blog]]></category>
		<category><![CDATA[start blog]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://hire.mrsmicah.com/?p=26</guid>
		<description><![CDATA[Setting up a new Wordpress blog? This is a list of the plugins critical to any good Wordpress blog. Archives, contact, SEO, you name it.


Related posts:<ul><li><a href='http://blogcrafted.com/how-to-do-a-thorough-backup-of-your-wordpress-blog/' rel='bookmark' title='Permanent Link: How to do a Thorough Backup of Your Wordpress Blog'>How to do a Thorough Backup of Your Wordpress Blog</a></li>
<li><a href='http://blogcrafted.com/fix-blank-wordpress-blog/' rel='bookmark' title='Permanent Link: When Your Wordpress Blog Goes Blank &#8211; Possible Fix'>When Your Wordpress Blog Goes Blank &#8211; Possible Fix</a></li>
<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>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p><em>Now you can <a href="http://blogcrafted.com/wp-content/uploads/WordpressPluginStarterPack.zip" rel="nofollow">download</a> a free .zip file containing all the plugins listed! <a href="http://blogcrafted.com/download-wordpress-plugin-starter-pack/">See here for more details and instructions</a>.</em></p>
<p>Setting up a Wordpress blog? I&#8217;ve had plenty of people ask me which plugins I recommend for a <a href="http://blogcrafted.com/wordpress-setup/">new Wordpress blog</a>. These are not all the plugins I use, but they&#8217;re the ones which are musts for almost <strong>any</strong> blog.</p>
<ul>
<li>
<h3>Akismet or <a title="recommended wordpress plugin" href="http://unknowngenius.com/blog/wordpress/spam-karma/" rel="nofollow">Spam Karma 2</a></h3>
<p>No blog is spam-resistant. If you allow comments <em>or</em> trackbacks, you simply must have something to control the spam. There are two main spam filtering plugins.</p>
<p>Akismet comes with your blog. To get the &#8220;key&#8221; which unlocks it, sign up at <a href="http://wordpress.com" rel="nofollow">Wordpress.COM</a> for a free account. You can use the same key with all your blogs. If Akismet isn&#8217;t working well, then try using <a title="recommended wordpress plugin" href="http://unknowngenius.com/blog/wordpress/spam-karma/" rel="nofollow">Spam Karma 2</a>. And vice-versa, if you have problems with SK2, try switching back to Akismet.</p>
<p>I have experience with both and each has worked well even if neither has been perfect.</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/" rel="nofollow">Wordpress Automatic Upgrade</a></h3>
<p>The <a title="recommended wordpress plugin" href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/" rel="nofollow">automatic upgrade plugin</a> allows you to cleanly and simply upgrade your blog every time a new version comes out. You don&#8217;t have to worry about downloading/uploading anything, you can do it all from inside your <em>wp-admin</em> area. There&#8217;s a step by step version you can click through or one that just runs on its own (depending on how much control you want). All you have to do is either set it to go or just hit next.</p>
<p>A nice change they made on the most recent edition turns your plugins back on automatically&#8230;that broke in the previous editions, but they&#8217;ve fixed it.</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" rel="nofollow">All in One SEO</a> or <a title="recommended wordpress plugin" href="http://wordpress.org/extend/plugins/headspace2/" rel="nofollow">Headspace 2</a></h3>
<p>Search engine optimization (SEO) is a complex business. If you want to optimize your post without changing its quality of writing, these two plugins can both help you out. They allow things like setting up extra keywords (tags) for a post which won&#8217;t be shown on the post&#8217;s page but will turn up for search engine results. You can also change your post&#8217;s Title tag to be something more keyword rich (but you don&#8217;t have to change the post title that&#8217;s visible on the page. So I might put &#8220;Best Plugins New Wordpress Blog&#8221; in the title box in the SEO plugin section for this post. But its title is still &#8220;Must-Have Plugins for Your New Wordpress Blog.&#8221; You can also put in different summaries.</p>
<p>Of the two plugins, <a title="recommended wordpress plugin" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" rel="nofollow">All in One SEO</a> is much less complicated. Once you&#8217;ve set it up, it&#8217;s easy to use. Doesn&#8217;t require a lot of time learning or entering the information. You can easily turn it off for any particular post.</p>
<p>On the other hand, if you already know you want to go all-out with SEO, then the <a title="recommended wordpress plugin" href="http://wordpress.org/extend/plugins/headspace2/" rel="nofollow">Headspace 2</a> plugin might be the route to take. You can actually use both these plugins together, but some of their functions are redundant. For learning how to use <a title="recommended wordpress plugin" href="http://wordpress.org/extend/plugins/headspace2/" rel="nofollow">Headspace 2</a>, I recommend these three pages: <a title="recommended wordpress plugin" href="http://urbangiraffe.com/plugins/headspace2/" rel="nofollow">from the original designer</a>, and <a title="recommended wordpress plugin" href="http://www.webhelpermagazine.com/2007/10/using-headspace-wordpress-plugin-for-seo/" rel="nofollow">part 1 of the webhelper tutorial</a>, <a title="recommended wordpress plugin" href="http://www.webhelpermagazine.com/2008/02/seo-tagmaster-tactics-using-headspace-for-wordpress/" rel="nofollow">part 2 of the webhelper tutorial</a></li>
<li>
<h3><a title="recommended wordpress plugin" href="http://www.deliciousdays.com/cforms-plugin" rel="nofollow">CForms Contact Form</a></h3>
<p>Your readers need to be able to contact you. That&#8217;s why I recommend that every blogger set up a contact page immediately. You can include your e-mail address, but I also suggest including a form for people who don&#8217;t happen to have their e-mail open but are already on your contact page. It&#8217;s probably faster and more convenient for them. Having a contact form is also perfect if you don&#8217;t want to give out your e-mail (even as a picture) on your site for fear of spam.</p>
<p>I recommend the <a title="recommended wordpress plugin" href="http://www.deliciousdays.com/cforms-plugin" rel="nofollow">CForms contact form</a> which I use <a href="http://blogcrafted.com/contact/" rel="nofollow">here</a>. It can be modified to fit your blog&#8217;s color or your page size using CSS. You can create a number of different forms and use them on different posts and pages.</p>
<p>As a note, this plugin is <em>not</em> in the pack as it would not properly fit. It can be downloaded here: <a class="downloadlink" href="http://blogcrafted.com/wp-content/plugins/download-monitor/download.php?id=3" title="Version 1.0 downloaded 53 times" >CForms Contact Form</a>.</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&amp;topic=13252" rel="nofollow">Feedburner Feedsmith</a></h3>
<p>The <a title="recommended wordpress plugin" href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&amp;topic=13252" rel="nofollow">Feedburner Feedsmith plugin</a> allows you to redirect your site&#8217;s natural feed to your feedburner address. That way, you can keep track of your readership all over at feedburner, even if people sign up by typing in your site&#8217;s feed or using the &#8220;automatic feed detector&#8221; in their RSS readers.</p>
<p>As an example, suppose that your <a href="http://feedburner.com" rel="nofollow">feedburner</a> shows you have 150 readers. You don&#8217;t know that 50 other people have somehow subscribed to the feed that comes directly from your site. When you add this plugin, you suddenly see all 200 when you check feedburner. Any stats you get about them also help you better understand your readership.</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" rel="nofollow">Google XML Sitemaps</a></h3>
<p>Google isn&#8217;t the oldest search engine, but it&#8217;s certainly the dominant force on the market. <a title="recommended wordpress plugin" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" rel="nofollow">This plugin</a> creates a sitemap which makes your site more accessible to Google&#8217;s search. As a bonus, it also works for Ask.com, Yahoo, and MSN (the other big three).</p>
<p>Here&#8217;s some information on <a title="recommended wordpress plugin" href="http://blog.searchenginewatch.com/blog/050602-195224" rel="nofollow">what XML sitemaps are</a> and the <a title="recommended wordpress plugin" href="http://www.arnebrachhold.de/2006/04/07/google-sitemaps-faq-sitemap-issues-errors-and-problems/" rel="nofollow">FAQ for this plugin</a>.</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://www.michelem.org/wordpress-plugin-nofollow-free/" rel="nofollow">No-Follow Free</a></h3>
<p><a title="recommended wordpress plugin" href="http://www.michelem.org/wordpress-plugin-nofollow-free/" rel="nofollow">No-Follow Free</a> is a little present for your regular commentors. Wordpress automatically labels the &#8220;site&#8221; field of comments as a &#8220;no-follow.&#8221; That means that commenting on your site won&#8217;t help the person&#8217;s pagerank or help them accumulate backlinks. It&#8217;s meant to discourage spammers. But using this plugin turns that off (frees your site from no-follow) and rewards your commentors.</p>
<p>Concerned that people will take advantage of it? Well, you can set up <a title="recommended wordpress plugin" href="http://www.michelem.org/wordpress-plugin-nofollow-free/" rel="nofollow">No-Follow Free</a> so that only people with a certain minimum of comments for that site will be followed. And you can add keywords which will automatically turn no-follow back on.</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://www.marketingtechblog.com/projects/postpost/" rel="nofollow">Post Post</a></h3>
<p>The <a title="recommended wordpress plugin" href="http://www.marketingtechblog.com/projects/postpost/" rel="nofollow">PostPost plugin</a> allows you to set up default text that will appear in various places on your blog. You can set something up to appear before or after every post, before or after every post that&#8217;s on its own page (vs. the site&#8217;s main page), before or after pages, and <strong>before or after your feed</strong>.</p>
<p>You may not use any of the former, but the last function is priceless. It allows you to hold subscriber competitions very easily, just put the &#8220;secret keyword&#8221; into the box for before or after your feed, depending on where you want it to appear. It won&#8217;t show up on your site, but it will show up in your feed. A number of people use it to put affiliate links in their feeds or even on their blog. Or if you want a &#8220;Click to subscribe&#8221; link in front of every post, this is the place to do it. You can use X/HTML to format it with links, etc.</p>
<p>The great thing about this is that unlike text <em>in</em> the post itself, this can be edited or deleted blog/feed-wide simply by changing or removing the text. You may not want it right away, but it&#8217;s good to put up there so you can activate and use it as soon as it become relevant</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://mitcho.com/code/yarpp/" rel="nofollow">Yet Another Related Posts Plugin</a></h3>
<p>Want to give your readers more relevant content when they&#8217;re done reading a post and keep them on your blog? <a title="recommended wordpress plugin" href="http://mitcho.com/code/yarpp/" rel="nofollow">YARPP</a> does just that.</p>
<p>Unlike &#8220;recent posts,&#8221; this will allow them to see that you&#8217;ve posted something else on the subject even if it was months or years ago. Since it shows the title, there&#8217;s also more direct motivation than there is to click on tags or categories in hopes of finding something related. It&#8217;s right there. YARPP also has an excellent management area which allows you to control what types of posts show up.</p>
<p>I had previously recommended the old-school <a href="http://wasabi.pbwiki.com/Related%20Entries" rel="nofollow">related posts</a> plugin, but it&#8217;s a pain to set up and doesn&#8217;t have all the management options as YARPP. So I&#8217;ve changed it in the pack and this post.</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://www.idunzo.com/projects/clean-archives/" rel="nofollow">SRG Clean Archives</a></h3>
<p>Every blog should have an <a href="http://blogcrafted.com/archives/" rel="nofollow">archives</a> page. The Wordpress archives plugins for the sidebar are decent, but they&#8217;re not nearly as useful as this <a title="recommended wordpress plugin" href="http://www.idunzo.com/projects/clean-archives/" rel="nofollow">clean archives plugin</a>. It allows you to create whole pages with collapsible lists by month.</p>
<p>Because it lists all the titles on one page and doesn&#8217;t require clicking again and again to older pages (though it has a more detailed option too) like the Wordpress version does, users can just look for interesting titles in your entire history. More motivation for them to stick around instead of getting bored.</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://txfx.net/code/wordpress/subscribe-to-comments/" rel="nofollow">Subscribe to Comments</a></h3>
<p>Engaged readers are key for a healthy blog. One way to keep your readers involved in the discussion surrounding an article and coming back for more is to set up the <a title="recommended wordpress plugin" href="http://txfx.net/code/wordpress/subscribe-to-comments/" rel="nofollow">subscribe to comments plugin</a>. This way, people can opt to get an e-mail each time the post is updated.</p>
<p>Use caution, however. If you leave the &#8220;subscribe&#8221; box automatically checked (options will let you have it be checked or unchecked by default) people will be more likely to accidentally subscribe and <em>may</em> participate in the discussion. But many will feel that you took advantage of their comment and burdened them with the responsibility of unsubscribing. Not a good way to keep your readers happy.</li>
<li>
<h3><a title="recommended wordpress plugin" href="http://www.ilfilosofo.com/blog/wp-db-backup"rel="nofollow">Wordpress Database Backup</a></h3>
<p>For the love of God and all that is holy, <a title="recommended wordpress plugin" href="http://www.ilfilosofo.com/blog/wp-db-backup" rel="nofollow">backup your blog</a>. Between server failures, malicious attacks, and user <span style="text-decoration: line-through;">stupidity</span> error, your site is in grave danger of becoming <a href="http://en.wikipedia.org/wiki/FUBAR" rel="nofollow">FUBAR</a>.</p>
<p><a title="recommended wordpress plugin" href="http://www.ilfilosofo.com/blog/wp-db-backup" rel="nofollow">This plugin</a> gives you the option of manually backing up your blog as well as setting daily/weekly/etc automatic backups which you can have e-mailed to you. If you opt for e-mails, you don&#8217;t have to keep more than the last few copies. Just backup. You&#8217;ll regret it if you don&#8217;t, and peace of mind can&#8217;t be bought.</li>
</ul>
<p>So there you have it. The plugins that I install on every blog I set up and the reasons why. If you&#8217;d like to download them all in one pack, click below (safe and free!). For more details, <a href="http://blogcrafted.com/download-wordpress-plugin-starter-pack/">see the pack&#8217;s page</a>.<br />
<a name="download"></a><br />
<a class="downloadlink dlimg" href="http://blogcrafted.com/wp-content/plugins/download-monitor/download.php?id=1" title="Version 1.3 downloaded 78 times" ><img src="http://blogcrafted.com/wp-content/plugins/download-monitor/img/download.gif" alt="Download Wordpress Plugin Starter Pack Version 1.3" /></a></p>
<p>and download <a class="downloadlink" href="http://blogcrafted.com/wp-content/plugins/download-monitor/download.php?id=3" title="Version 1.0 downloaded 53 times" >CForms Contact Form</a> here because it didn&#8217;t fit.</p>
<p>Do you know other plugins that you think are critical to Wordpress blogs? I invite you to share which and why in the comments.</p>


<p>Related posts:<ul><li><a href='http://blogcrafted.com/how-to-do-a-thorough-backup-of-your-wordpress-blog/' rel='bookmark' title='Permanent Link: How to do a Thorough Backup of Your Wordpress Blog'>How to do a Thorough Backup of Your Wordpress Blog</a></li>
<li><a href='http://blogcrafted.com/fix-blank-wordpress-blog/' rel='bookmark' title='Permanent Link: When Your Wordpress Blog Goes Blank &#8211; Possible Fix'>When Your Wordpress Blog Goes Blank &#8211; Possible Fix</a></li>
<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>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://blogcrafted.com/best-plugins-new-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
