<?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>WordDope</title>
	<atom:link href="http://worddope.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://worddope.com</link>
	<description>(a freelance writer&#039;s guide to working with WordPress)</description>
	<lastBuildDate>Thu, 10 Nov 2011 00:20:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Finding the Best Related Posts Plugin for a WordPress Blog</title>
		<link>http://worddope.com/2011/03/12/best-related-posts-plugin-wordpress/</link>
		<comments>http://worddope.com/2011/03/12/best-related-posts-plugin-wordpress/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 18:04:42 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Tips & Tricks]]></category>
		<category><![CDATA[Possibly Related Recent Posts]]></category>
		<category><![CDATA[Related Posts by Category Widget]]></category>
		<category><![CDATA[Yet Another Related Posts Plugin]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=521</guid>
		<description><![CDATA[Not long ago I had to do some research and determine which was the best related posts plugin for a client’s WordPress blog. She wanted a list of older, related posts at the end of each article to encourage readers to dig further into her blog. Typically, this would be done by installing and configuring [...]]]></description>
			<content:encoded><![CDATA[<p>Not long ago I had to do some research and determine which was the best related posts plugin for a client’s WordPress blog. She wanted a list of older, related posts at the end of each article to encourage readers to dig further into her blog.</p>
<p>Typically, this would be done by installing and configuring a plugin but her blog had already experienced slowdown issues due to complex plugins bogging down her server. So I needed to find a plugin that would do what she wanted but still be lightweight enough to keep things running smoothly. I found a lot of options out there and ultimately had to tweak a couple of different plugins in order to find the best related posts plugin for her site.</p>
<h4>Why Use Related Posts Plugins?</h4>
<p>Just as important as getting readers to discover your blog is getting them to stay on your blog. Related posts plugins are helpful tools to encourage readers to continue reading your content. There are a lot of different related posts plugins out there for WordPress and they all accomplish the same thing: they add a list of posts and/or pages of similar content to the end of an article or in the sidebar in order to help readers discover more of your content.</p>
<h4>What Was the Best Related Posts Plugin For My Client&#8217;s WordPress Blog?</h4>
<p>While doing my due diligence I found plenty of bloggers recommending <a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/" target="_blank">Yet Another Related Posts Plugin (YARPP)</a> as the best related posts plugin. It certainly seemed to be loaded with functionality but it sounded like it came with more bells and whistles than my friend needed for her blog. Even the plugin&#8217;s FAQ mentions that some server slowdown can be expected due to YARPP&#8217;s database calls.</p>
<p>A bit more searching led me to a pair of simpler, more lightweight related posts plugin solutions: the <a href="http://wordpress.org/extend/plugins/related-posts-by-category-widget/" target="_blank">Related Posts by Category Widget</a> and the <a href="http://wordpress.org/extend/plugins/possibly-related-recent-posts/" target="_blank">Possibly Related Recent Posts</a> plugin.</p>
<h4>The Related Posts by Category Widget</h4>
<p>This is a very light, easy to use plugin that creates a widget that displays random related posts in the sidebar. It only appears on the single post page and you can customize it to display a certain number of posts and order them a certain way.</p>
<p>It did require a couple of tweaks to get it up and running though. Initially, it would also display the category name of each post listed and I was unable to get rid of it without fiddling with the code.</p>
<p>Line 81:</p>
<blockquote><p>if($data['showname'] = ‘yes’) {</p></blockquote>
<p>Needs to be changed to:</p>
<blockquote><p>if($data['showname'] == ‘yes’) {</p></blockquote>
<p>It also broke the sidebar when viewing the homepage which also required a bit of code tweaking:</p>
<blockquote><p>The code &#8220;echo $after_widget&#8221; located after the closing bracket for &#8220;if (is_single())&#8221; (as in, after &#8220;&lt;?php&#8221; and before &#8220;register_sidebar_widget&#8221; in the PHP file) needs to be deleted to fix the broken layout in the homepage.</p></blockquote>
<h4>The Possibly Related Recent Posts Plugin</h4>
<p>Another simple plugin that adds related links to the bottom of each post, both on the homepage and single post page. This is exactly what I was looking for but unfortunately it would only link to the most recent posts it could find. The most recent posts on the homepage would all link to each other and any posts older than a month or two wouldn&#8217;t make the cut. Not too useful when you want to encourage readers to dig around your archives and find something they would otherwise miss.</p>
<p>After some more tinkering with the PHP file I stumbled upon a fix. I changed the line:</p>
<blockquote><p>foreach ( ( get_posts ( &#8216;numberposts=5&amp;category=&#8217; . $categories . &#8216;&amp;orderby=date&amp;exclude=&#8217; .</p></blockquote>
<p>to this:</p>
<blockquote><p>foreach ( ( get_posts ( &#8216;numberposts=5&amp;category=&#8217; . $categories . &#8216;&amp;orderby=rand&amp;exclude=&#8217; .</p></blockquote>
<p>Changing the &#8220;date&#8221; to &#8220;rand&#8221; allowed it to access all the older related posts and display them randomly. Now readers would easily be able to find posts from months ago they never would have looked at otherwise.</p>
<p>As both of these plugins were relatively light I was able to keep both of them running on the site at the same time without slowing down the server. With a little bit of research and tweaking some code, I was able to find the best related posts plugin for my client&#8217;s needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2011/03/12/best-related-posts-plugin-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Issues Between Subscribe2, WordPress, and GoDaddy</title>
		<link>http://worddope.com/2011/03/09/subscribe2-wordpress-godaddy/</link>
		<comments>http://worddope.com/2011/03/09/subscribe2-wordpress-godaddy/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 13:30:05 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[Subscribe2]]></category>
		<category><![CDATA[subscribers]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=514</guid>
		<description><![CDATA[A past client approached me with an issue I was previously unfamiliar with: her GoDaddy hosted WordPress blog and Subscribe2 plugin stopped working together. For nearly two years everything had been working fine until it just stopped. She would create a new post in WordPress but Subscribe2 wouldn&#8217;t send out the corresponding email update to [...]]]></description>
			<content:encoded><![CDATA[<p>A past client approached me with an issue I was previously unfamiliar with: her GoDaddy hosted WordPress blog and Subscribe2 plugin stopped working together. For nearly two years everything had been working fine until it just stopped. She would create a new post in WordPress but Subscribe2 wouldn&#8217;t send out the corresponding email update to her subscribers. What was wrong?</p>
<h4>The Subscribe2 Plugin and WordPress</h4>
<p>The <a href="http://wordpress.org/extend/plugins/subscribe2/" target="_blank">Subscribe2 plugin</a> is an effective tool to collect, manage, and contact a list of email subscribers. Its setup and management is fairly easy and straightforward. Once installed, you add a widget to the sidebar where readers can add their emails and subscribe to your blog. Within the admin section you can manage your entire subscriber list and the different options the plugin makes available. This is where I had to go to solve the problem of the emails not being sent.</p>
<h4>Making Subscribe2, WordPress and GoDaddy Work Together</h4>
<p>Initially, I was stumped as to why Subscribe2 and WordPress would suddenly stop working. Searching for a solution on the <a href="http://wordpress.org/support/" target="_blank">WordPress support forums</a> led me to believe it was most likely a problem with the site&#8217;s host, so I put a call into <a href="http://www.godaddy.com/default.aspx" target="_blank">GoDaddy support</a>.</p>
<p>While he couldn&#8217;t figure out why Subscribe2 would stop working with GoDaddy, he suggested changing the email associated with the plugin from my client&#8217;s Gmail account (ex: client@gmail.com) to one hosted by the site&#8217;s server (ex: client@WordPressBlog.com). This would prevent the emails from having to go through a separate server and being mistaken for spam and getting blocked.</p>
<p>I then went into the Subscribe2 settings within the WordPress admin. I changed the amount of emails that got sent out at once from 0 (unlimited) to a set number (30). Along the same line of thinking as the previous fix, this is to prevent the GoDaddy server from blocking the emails being sent out because it believes them to be spam or exceeds the server&#8217;s limit. Here are some <a href="http://help.godaddy.com/topic/168" target="_blank">FAQs on GoDaddy&#8217;s email settings</a>.</p>
<p>After these two quick fixes, my client then added a new post and &#8211; TA-DA! &#8211; the emails went out.</p>
<p>Does anyone else have any tips to working with Subscribe2, WordPress, and GoDaddy?</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2011/03/09/subscribe2-wordpress-godaddy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Awesome Free Icons for Your WordPress Blog</title>
		<link>http://worddope.com/2010/10/28/free-icons-wordpress/</link>
		<comments>http://worddope.com/2010/10/28/free-icons-wordpress/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 01:32:26 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=499</guid>
		<description><![CDATA[Since everything is better when it&#8217;s free here are some nifty free icons for your WordPress blog. Adding new icons to your blog&#8217;s theme gives your site a unique look and makes it stand out to readers. A WordPress blog that looks attractive and original will communicate to visitors that your website is a worthwhile [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Since everything is better when it&#8217;s free here are some nifty free icons for your WordPress blog. Adding new icons to your blog&#8217;s theme gives your site a unique look and makes it stand out to readers. A WordPress blog that looks attractive and original will communicate to visitors that your website is a worthwhile resource.</p>
<ul>
<li><a href="http://ipapun.deviantart.com/art/Devine-Icons-Part-2-141129260" target="_blank">Devine Icons Part 2</a><img class="alignright size-full wp-image-501" title="Web Icons" src="http://worddope.com/wp-content/uploads/2010/10/Web-Icons.png" alt="free icons wordpress " width="235" height="74" /></li>
<li><a href="http://somerandomdude.com/projects/sanscons/" target="_blank">Sanscons</a></li>
<li><a href="http://www.iconsweets.com/" target="_blank">iconSweets</a></li>
<li><a href="http://medialoot.com/blog/incredibly-detailed-free-icons-set/" target="_blank">MediaLoot Freebie 3D Icon Set</a></li>
<li><a href="http://www.komodomedia.com/blog/2008/12/social-media-mini-iconpack/" target="_blank">Komodo Media Social Icon Set</a></li>
<li><a href="http://www.dezinerfolio.com/2008/08/28/on-stage-free-vector-psd-icon-set" target="_blank">icON Stage Icon Set</a></li>
<li><a href="http://wefunction.com/2009/05/40-free-twitter-badges/" target="_blank">40 Unique Twitter Icons</a></li>
<li><a href="http://www.chidimar.com/cafe-icon-set/" target="_blank">Cafe Icon Set</a></li>
<li><a href="http://kon.deviantart.com/art/Round-Theme-Icons-102082380" target="_blank">Round Theme Icons</a></li>
<li><a href="http://www.hongkiat.com/blog/social-network-icon-set/" target="_blank">Social Network Icons</a></li>
<li><a href="http://www.hongkiat.com/blog/freebie-release-webcons-15-high-quality-web-icons/" target="_blank">WebCons</a></li>
</ul>
<p>These are just a handful of free icons for a WordPress blog but there are many more out there. Please share in the comments other icons you&#8217;ve found for your websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2010/10/28/free-icons-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a Twitter Button To WordPress</title>
		<link>http://worddope.com/2010/10/22/add-twitter-button-wordpress/</link>
		<comments>http://worddope.com/2010/10/22/add-twitter-button-wordpress/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 02:24:15 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[simple twitter connect]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wp tweet button]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=491</guid>
		<description><![CDATA[If you want your blog&#8217;s content to be shared across the internet you&#8217;ll need to add a Twitter button to WordPress. The official way to add a Twitter button to your blog is to create your own using Twitter&#8217;s own button generator. Here you can tweak your button&#8217;s appearance, what text and which URL will [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-493 alignright" title="twitter-icon" src="http://worddope.com/wp-content/uploads/2010/10/twitter-icon.png" alt="Twitter Button " width="101" height="101" />If you want your blog&#8217;s content to be shared across the internet you&#8217;ll need to add a Twitter button to WordPress. The official way to add a Twitter button to your blog is to create your own using <a href="http://twitter.com/goodies/tweetbutton" target="_blank">Twitter&#8217;s own button generator.</a> Here you can tweak your button&#8217;s appearance, what text and which URL will be generated when someone uses the button to tweet. Then you simply copy and paste the generated HTML into your blog where you want the button to appear.</p>
<p>For the plugin-minded, there&#8217;s <a href="http://wordpress.org/extend/plugins/simple-twitter-connect/" target="_blank">Simple Twitter Connect</a>. This series of plugins not only adds a Twitter button but also allows you to customize your blog&#8217;s Twittering functionality to your heart&#8217;s content. Aside from easily adding the official Twitter button, you can also tweet new posts automatically and readers can comment on your content using their Twitter accounts.</p>
<p>A second plugin, for those who want to add a Twitter button to WordPress without all the bells and whistles, is <a href="http://wordpress.org/extend/plugins/wp-tweet-button/" target="_blank">WP Tweet Button</a>. This is a simple way to add the official Twitter button to your WordPress blog without having to tinker with all that bothersome HTML.</p>
<p>These are only a few simple ways to add a Twitter button to WordPress but there are many others. How have you added a Twitter button to your WordPress blog?</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2010/10/22/add-twitter-button-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Block Spam On a WordPress Blog</title>
		<link>http://worddope.com/2010/07/03/block-spam-wordpress/</link>
		<comments>http://worddope.com/2010/07/03/block-spam-wordpress/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 16:02:28 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[WordPress Tips & Tricks]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=475</guid>
		<description><![CDATA[My blogs are regularly spammed by the same bots and I wanted to know how to automatically block spam on a WordPress blog. I&#8217;ve already mentioned using Askimet as a spam blocking plugin but Askimet doesn&#8217;t block IP addresses of repeat spammers. Luckily, I found a spam blocking solution for WordPress among some of the [...]]]></description>
			<content:encoded><![CDATA[<p>My blogs are regularly spammed by the same bots and I wanted to know how to automatically block spam on a WordPress blog. I&#8217;ve already mentioned <a href="http://worddope.com/2010/05/18/starting-wordpress-blog-first-plugins/">using Askimet as a spam blocking plugin</a> but Askimet doesn&#8217;t block IP addresses of repeat spammers. Luckily, I found a spam blocking solution for WordPress among some of the excellent security tweaks in this <a href="http://www.smashingmagazine.com/2010/07/01/10-useful-wordpress-security-tweaks/" target="_blank">article on Smashing Magazine</a>.  This snippet of code entered into your .htaccess file will ban persistent spam bots from your blog:</p>
<blockquote><p>Paste the following code in your <em>.htaccess</em> file, located at the root of your WordPress installation. As I said, <strong>always back up the <em>.htaccess</em> file</strong> before editing it. Also, don’t forget to change <code>123.456.789</code> to the IP address you want to ban.</p>
<pre>&lt;Limit GET POST PUT&gt;
order allow,deny
allow from all
deny from 123.456.789
&lt;/LIMIT&gt;</pre>
</blockquote>
<p>There&#8217;s almost nothing more annoying than having to clear out the same spam comments from the same IP address every day. Repeat line 4 on a new line with another address and you can block as many spam-happy bots as you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2010/07/03/block-spam-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make WordPress Empty The Trash</title>
		<link>http://worddope.com/2010/05/20/wordpress-empty-trash/</link>
		<comments>http://worddope.com/2010/05/20/wordpress-empty-trash/#comments</comments>
		<pubDate>Thu, 20 May 2010 17:19:31 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[WordPress Tips & Tricks]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[trash]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=463</guid>
		<description><![CDATA[A simple and very useful hack by way of WP Recipes that makes WordPress empty the trash: Simply open your wp-config.php file (located at the root of your WordPress install) and paste the following code: define('EMPTY_TRASH_DAYS', 10 ); &#160; The second parameter is when to empty trash, in days. If you&#8217;re like me, you&#8217;re constantly [...]]]></description>
			<content:encoded><![CDATA[<p>A simple and very useful hack by way of <a href="http://www.wprecipes.com/wordpress-tip-automatically-empty-trash" target="_blank">WP Recipes</a> that makes WordPress empty the trash:</p>
<blockquote>
<div>
<p>Simply open your <em>wp-config.php</em> file (located at the root of your WordPress install) and paste the following code:</p>
<pre>define('EMPTY_TRASH_DAYS', 10 );</pre>
</div>
<p>&nbsp;</p></blockquote>
<blockquote><p>The second parameter is when to empty trash, in days.</p></blockquote>
<p>If you&#8217;re like me, you&#8217;re constantly forgetting to permanently delete posts, comments, and pages that fill up your trash folder. If you don&#8217;t empty an overloaded WordPress trash bin your blog may experience slower loading times as a result. This fix will not only take care of a piece of routine blog maintenance you&#8217;re likely to forget, it should also help your site run faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2010/05/20/wordpress-empty-trash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting A WordPress Blog: Your First Plugins</title>
		<link>http://worddope.com/2010/05/18/starting-wordpress-blog-first-plugins/</link>
		<comments>http://worddope.com/2010/05/18/starting-wordpress-blog-first-plugins/#comments</comments>
		<pubDate>Tue, 18 May 2010 20:55:56 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress Basics]]></category>
		<category><![CDATA[all in one SEO]]></category>
		<category><![CDATA[askimet]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[google sitemaps]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=442</guid>
		<description><![CDATA[When starting a WordPress blog you&#8217;re bound to come across a lot of plugins you&#8217;ll be tempted to install right away. There are thousands of free plugins available for WordPress that add an incredible amount of functionality to your website. But sometimes people get ahead of themselves and try to install all these &#8220;must have&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>When starting a WordPress blog you&#8217;re bound to come across a lot of plugins you&#8217;ll be tempted to install right away. There are thousands of <a href="http://wordpress.org/extend/plugins/" target="_blank">free plugins</a> available for WordPress that add an incredible amount of functionality to your website. But sometimes people get ahead of themselves and try to install all these &#8220;must have&#8221; plugins they&#8217;ve been told every blog needs before they even write one post. Suddenly, instead of blogging, they&#8217;re playing around with settings and functions they have no use for.</p>
<p>That&#8217;s why I suggest keeping the amount of plugins to minimum when starting a WordPress blog. Every time your website is loaded, your server has to load all those plugins and having too many can slow your site down. It&#8217;s also easier to add plugins as your need for them arises; this way you can learn to manage each plugin as it&#8217;s installed instead of learning multiple plugins at the same time. This is not to say you shouldn&#8217;t have any plugins, otherwise you wouldn&#8217;t be making use of WordPress&#8217;s capabilities. Here are a few plugins that I feel are worth having once you start your WordPress blog (even if you haven&#8217;t written one post):</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/akismet/" target="_blank"><strong>Askimet</strong></a> &#8211; Included with WordPress, this is as good a spam blocker as you&#8217;re likely to find. As soon as you start your WordPress blog you can sign up for a free account with WordPress.com and they&#8217;ll supply you with your API key to get Askimet up and running.</li>
</ul>
<ul>
<li><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank"><strong>All In One SEO</strong> <strong>Pack</strong></a>- Once you start your WordPress blog you&#8217;ll probably be concerned with SEO. This easy-to-use search engine optimization plugin allows you to insert keywords into your homepage and every post. Once installed, access its options under the &#8216;Settings&#8217; tab and enter all the applicable keywords for your site in the &#8216;Home Keywords&#8217; field. Whenever you write a new post, enter that post&#8217;s keywords in the SEO fields at the very bottom of the &#8216;Edit Post&#8217; page.</li>
</ul>
<ul>
<li><a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/" target="_blank"><strong>Google Analytics</strong> <strong>For WordPress</strong></a> &#8211; <a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> is a free, powerful way to track and analyze your website traffic. This plugin makes it easy to install the necessary tracking code in your site without your having to edit your site&#8217;s HTML files. Accessible from the &#8216;Settings&#8217; tab, you simply enter your Analytics ID in the appropriate field.</li>
</ul>
<ul>
<li><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank"><strong>Google XML Sitemaps</strong></a> &#8211; When you start your WordPress blog you&#8217;ll want to get it indexed by Google and other search engines as quickly as possible. This will automatically generate an XML sitemap for your site which helps search engines like Google and Yahoo index and search your content. It also notifies search engines whenever you update your site. In addition, you can submit this sitemap to <a href="http://www.google.com/webmasters/" target="_blank">Google Webmaster Tools</a> which helps you manage your site&#8217;s search engine results. It can be configured from the &#8216;Settings&#8217; tab, though you&#8217;re probably best leaving it at its default settings.</li>
</ul>
<p>What other plugins do you find necessary when starting a WordPress blog?</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2010/05/18/starting-wordpress-blog-first-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Best Permalinks Structure for Your Blog</title>
		<link>http://worddope.com/2010/05/17/best-permalinks-structure/</link>
		<comments>http://worddope.com/2010/05/17/best-permalinks-structure/#comments</comments>
		<pubDate>Mon, 17 May 2010 20:25:01 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[WordPress Basics]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=404</guid>
		<description><![CDATA[There are multiple opinions on the best permalinks structure for your WordPress blog. Some argue that you should use a custom permalinks structure with only the post name while WordPress advises only using a permalinks structure that begins with a date or post ID number. Both methods seem to have certain advantages and disadvantages but [...]]]></description>
			<content:encoded><![CDATA[<p>There are multiple opinions on the best permalinks structure for your WordPress blog. Some argue that you should use a custom permalinks structure with only the post name while WordPress advises only using a permalinks structure that begins with a date or post ID number. Both methods seem to have certain advantages and disadvantages but which one wins the &#8220;best permalinks structure&#8221; debate?</p>
<h4>What are Permalinks?</h4>
<p><span style="font-family: Helvetica,sans-serif;"><span style="font-family: Helvetica,sans-serif;">Permalinks are the permanent URLs to your blog posts. They are the titles used by readers to link to your blog&#8217;s content and also read by search engines. Setting your permalinks structure defines how your blog posts URL will look to both readers and search engines. The default setting in WordPress simply lists your posts by number &#8211; it looks something like this: http://example.com/?p=N &#8211; and is unattractive to readers and doesn&#8217;t provide search engines with any useful keywords. </span> </span></p>
<h4></h4>
<h4>Changing Your Permalinks Structure</h4>
<p>Creating a custom permalinks structure is one of the first things you should do when you start your WordPress blog. Not only does it make your blog look more professional, it&#8217;s also a necessity if you want to grab any significant search engine traffic. You need to make sure you choose the best permalinks structure for your blog because it shouldn&#8217;t change once it has been set.</p>
<h4>The Different Kinds of Permalinks Structures</h4>
<p>Opinions vary on the best permalinks structure but ultimately it is up to you and what your blog requires. Many people argue that a custom structure is best, either consisting of only the post name (/%postname%/) or your post category followed by the postname (/%category%/%postname%). They suggest that this is the best permalinks structure for SEO as it loads your URL with search engine-friendly keywords.</p>
<p><img class="alignnone size-full wp-image-415" title="Permalinks structure" src="http://worddope.com/wp-content/uploads/2010/05/Permalink-Settings-WordPress1.png" alt="" width="528" height="185" /></p>
<p>Other bloggers and <a href="http://codex.wordpress.org/Using_Permalinks#Structure_Tags" target="_blank">WordPress advise against this permalinks structure</a> as it can cause your blog to load slower than normal. Without the identifying date or ID number before the post name, your blog may have to create more rules within its database to identify each post. They suggest using a structure that uses the date or post ID number (%post_id%) before the post name as this will help WordPress&#8217; performance.</p>
<h4>What&#8217;s the Best Permalinks Structure for Your Blog?</h4>
<p>There seems to be no hard and fast rule as to which permalinks structure you should use for your WordPress blog. It all depends on the type of blog you want to have.</p>
<p>If you plan on running a blog loaded with posts, with a lot of similar titles, you should use a structure that prefaces the post name with a date or ID number to differentiate your content.</p>
<p>If you want to have a blog that is focused on specific keywords and topics, you should use a custom structure that only includes the post name or post name and category to attract attention from search engines.</p>
<p>What kind of permalinks structure do you find works best for your WordPress blog?</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2010/05/17/best-permalinks-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

