<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Blondish.net &#187; WordPress</title>
	<atom:link href="http://blondish.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blondish.net</link>
	<description>Rock Your Site Like A Rockstar</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:51:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<!-- podcast_generator="Blubrry PowerPress/3.0" -->
	<itunes:summary>Rock Your Site Like A Rockstar</itunes:summary>
	<itunes:author>Blondish.net</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blondish.net/wp-content/plugins/powerpress/itunes_default.jpg" />
	<copyright>All Rights Reserved</copyright>
	<itunes:subtitle>Rock Your Site Like A Rockstar</itunes:subtitle>
	<image>
		<title>Blondish.net &#187; WordPress</title>
		<url>http://blondish.net/wp-content/uploads/2012/01/blondishnet-podcast-itunes.png</url>
		<link>http://blondish.net/category/wordpress/</link>
	</image>
		<rawvoice:frequency>1-2 episodes per week</rawvoice:frequency>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Easy Guide Using TortoiseSVN For WordPress Plugin Developers</title>
		<link>http://blondish.net/easy-guide-using-tortoisesvn-for-plugin-developers/</link>
		<comments>http://blondish.net/easy-guide-using-tortoisesvn-for-plugin-developers/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 12:45:27 +0000</pubDate>
		<dc:creator>Nile</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugin directory]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://wpaddict.net/?p=370</guid>
		<description><![CDATA[So, you made a plugin, submitted the plugin to be hosted at the WordPress Plugin Repository and got approved. So now what? All those directions are easily understandable by the geek gods, but you are like &#8211; huh? You are going to need to upload your plugin using SubVersion. So, for those who need the simple and &#8220;Dummy&#8221; version, I use TortoiseSVN. It is free and for those who use PC. There are some others, including Adobe Dreamweaver &#8211; I think CS4&#8230; not sure on earlier versions. So, if you are going the easy way and using TortoiseSVN, here is [...]
Related posts:<ol>
<li><a href='http://blondish.net/tutorial-cufon-text-replacement-without-a-plugin-in-wordpress/' rel='bookmark' title='Tutorial: Cufon Text Replacement Without A Plugin in WordPress'>Tutorial: Cufon Text Replacement Without A Plugin in WordPress</a></li>
<li><a href='http://blondish.net/wordpress-plugin-review-testimonials-manager/' rel='bookmark' title='WordPress Plugin Review: Testimonials Manager'>WordPress Plugin Review: Testimonials Manager</a></li>
<li><a href='http://blondish.net/wordpress-plugin-review-wordpress-audio-player/' rel='bookmark' title='WordPress Plugin Review: WordPress Audio Player'>WordPress Plugin Review: WordPress Audio Player</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So, you made a plugin, <a href="http://wordpress.org/extend/plugins/add/">submitted the plugin to be hosted at the WordPress Plugin Repository</a> and got approved. So now what? All those directions are easily understandable by the geek gods, but you are like &#8211; huh?</p>
<p>You are going to need to upload your plugin using <a href="http://en.wikipedia.org/wiki/Subversion_%28software%29">SubVersion</a>. </p>
<p>So, for those who need the simple and &#8220;Dummy&#8221; version, I use <a href="http://tortoisesvn.net/">TortoiseSVN</a>. It is free and for those who use PC. There are some others, including Adobe Dreamweaver &#8211; I think CS4&#8230; not sure on earlier versions.</p>
<p>So, if you are going the easy way and using TortoiseSVN, here is a simple tutorial on how to upload your files to the repository.</p>
<p>1. WordPress will give you a URL to your plugin&#8217;s location in the subversion repository. You will need your WordPress.org/ bbpress (what you use to log into the WordPress Support Forum) and your password.</p>
<p>2. Go to your folder with your files. If you have followed directions, you should have put your plugin files in a folder named trunk. Side Note: You do not have to have your files in a zip folder at all.</p>
<p>3. Right click in your screen and look in the dropdown for TortoiseSVN. There will be an arrow next to it. Hover over and select &#8220;Repo-browser&#8221;.</p>
<p>4. A little box will show up and ask you for a URL. Add your URL to your plugin&#8217;s subversion instance. You may be prompted to put your username and password in.</p>
<p>5. After this, you will see a window that will show the folders:</p>
<ul>
<li>/branch</li>
<li>/tags</li>
<li>/trunk</li>
</ul>
<p>6. Right click on the trunks folder and select &#8220;Add File&#8221; from the drop down. Your computer will prompt you to find and select the files of your plugin &#8211; kind of like when you use FTP.</p>
<p>7. The files should add successfully. You may even have to tell your computer that you are allowing TortoiseSVN to operate depending on your security settings and anti-virus software.</p>
<p>8. Wait a few moments and it should appear in the <a href="http://wordpress.org/extend/plugins/">WordPress Plugin Directory</a>.</p>
<p>What other subversion control software are really handy for plugin developers?</p>
<p>Related posts:<ol>
<li><a href='http://blondish.net/tutorial-cufon-text-replacement-without-a-plugin-in-wordpress/' rel='bookmark' title='Tutorial: Cufon Text Replacement Without A Plugin in WordPress'>Tutorial: Cufon Text Replacement Without A Plugin in WordPress</a></li>
<li><a href='http://blondish.net/wordpress-plugin-review-testimonials-manager/' rel='bookmark' title='WordPress Plugin Review: Testimonials Manager'>WordPress Plugin Review: Testimonials Manager</a></li>
<li><a href='http://blondish.net/wordpress-plugin-review-wordpress-audio-player/' rel='bookmark' title='WordPress Plugin Review: WordPress Audio Player'>WordPress Plugin Review: WordPress Audio Player</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blondish.net/easy-guide-using-tortoisesvn-for-plugin-developers/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Don’t Get Hacked! 6 WordPress Security Plugins</title>
		<link>http://blondish.net/dont-get-hacked-6-wordpress-security-plugins/</link>
		<comments>http://blondish.net/dont-get-hacked-6-wordpress-security-plugins/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 18:14:12 +0000</pubDate>
		<dc:creator>Ross Tavendale</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress security]]></category>

		<guid isPermaLink="false">http://wpaddict.net/?p=741</guid>
		<description><![CDATA[So you have created a nice new WordPress blog. You have completed the famous 5 minute installation in 5 seconds. Picked out a sexy new template and haphazardly stripped out the creator’s attribution links from the footer (naughty, naughty)and started ferociously uploading every plugin you can find about twitter and Facebook. You publish you first couple of posts and feel on top of the world. That is, until one day, you are narcissistically  Googling your own website only to find this: Image Source: http://www.pearsonified.com/ That’s right. The pharma hackers have cracked into your WordPress blog and you are now left [...]
Related posts:<ol>
<li><a href='http://blondish.net/on-installing-and-uninstalling-wordpress-plugins/' rel='bookmark' title='On Installing And Uninstalling WordPress Plugins'>On Installing And Uninstalling WordPress Plugins</a></li>
<li><a href='http://blondish.net/are-your-wordpress-plugins-up-to-date/' rel='bookmark' title='Are Your WordPress Plugins Up To Date?'>Are Your WordPress Plugins Up To Date?</a></li>
<li><a href='http://blondish.net/unfinished-plugins-and-plugins-that-are-not-plugins-what/' rel='bookmark' title='Unfinished Plugins And Plugins That Are Not Plugins. What!'>Unfinished Plugins And Plugins That Are Not Plugins. What!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So you have created a nice new WordPress blog. You have completed the famous 5 minute installation in 5 seconds. Picked out a sexy new template and haphazardly stripped out the creator’s attribution links from the footer (naughty, naughty)and started ferociously uploading every plugin you can find about twitter and Facebook. You publish you first couple of posts and feel on top of the world. That is, until one day, you are narcissistically  Googling your own website only to find this:<img src="https://lh3.googleusercontent.com/EP8QZXv5_JO96Z52_zf2DmlpzrSgmDJA5w6B3RVMfYS81uJTRMNsNdZZwfW18cUdrk3YBYcnde6lkds-NVvv3RGj9AKuf2535KXgO7p9QukQoAckHDc" alt="" width="486px;" height="167px;" /></p>
<p>Image Source:<a href="http://www.pearsonified.com/"> http://www.pearsonified.com/</a></p>
<p>That’s right. The pharma hackers have cracked into your WordPress blog and you are now left looking like a pill pusher.</p>
<p>Bye Bye New traffic.</p>
<p>Fairwell Credability.</p>
<p>Bon Voyage Google Rankings.</p>
<p>So what can you do to increase the security on your WordPress site? Here are the top 10 plugins for your website to protect against spammers and black hat pharma SEOs.</p>
<p><a title="Akismet Website" href="http://akismet.com"><strong>Akismet</strong></a></p>
<p>Yes, I know it comes as standard with a WordPress installation but how many of you are going to the trouble of activating the new API key and connecting it to the Akismet database?<br />
The great thing about this plugin is that it actually accesses a database of black listed URLS and IP addresses and stops any bots or spammers from posting links on your blog. It also comes with an option to blacklist certain words and phrases to protect you from having any adult content posted.</p>
<p><a title="Limit Login Attempts Plugin Page" href="http://wordpress.org/extend/plugins/limit-login-attempts/"><strong>Limit Login attempts</strong></a></p>
<p>This plugin does exactly what it says on the tin. It limits the amount of times a particular IP address can attempt to login to your WordPress site. Although a word of caution, if you are the forgetful type you can find yourself being locked out of your own blog because you have entered the wrong password 3 times. But don’t worry it will let you try again after a couple of hours.<br />
<a title="Wordpress Firewall Plugin Page" href="http://wordpress.org/extend/plugins/wordpress-firewall/"><br />
<strong>WordPress Firewall</strong></a></p>
<p>This nifty little plugin stops all sorts of attacks on you r site by determining any unusual requests or parameters within the WordPress code. The plugin claims to stop<br />
·         SQL Injections<br />
·         Exe file uploads<br />
·         Block known blacklist IPs<br />
·         A list of parameters and queries that will make your eyes water.</p>
<p><a title="WP Security Scan Plugin Page" href="http://wordpress.org/extend/plugins/wp-security-scan/"><strong>WP security Scan</strong><br />
</a><br />
WP security scan scans the files on your WordPress site to check for any potential vulnerability in the file permissions. For example, if you have a writeable, readable and executable htaccess file, WP security scan will alert you to this fact and suggest the appropriate action in order to fix the security hole.</p>
<p>The great thing about the WP security scan is that it removes any footprints about the WordPress system you are using and also enhances the database security.</p>
<p><a title="WP DB Backup Plugin" href="http://wordpress.org/extend/plugins/wp-db-backup/"><strong>WordPress Database Backup</strong></a></p>
<p>This is another self-explanatory plugin but an essential one, nonetheless. The WordPress Database backup allows for copies of the database to be created away from the main database location. This means that even if you website is hacked. You can create a fresh install and repopulate the site with the information on the site previous to the hack.</p>
<p><a title="Login Encryption Plugin WordPress" href="http://wordpress.org/extend/plugins/login-encryption/"><strong>Login Encrypt</strong></a></p>
<p>According to the dark coding wizards that created this one:<br />
“An encryption plugin that ciphers the password using RSA and DES, securing login without SSL”<br />
For the non-programmers out there, this plugin basically scrambles the password when you are typing it into your site. It then sends the scrabbled version to the database which is the unscrambled at the other end. This means that sensitive information is not transmitted; this limits the possibility of hackers gaining access to your credentials.</p>
<p>Related posts:<ol>
<li><a href='http://blondish.net/on-installing-and-uninstalling-wordpress-plugins/' rel='bookmark' title='On Installing And Uninstalling WordPress Plugins'>On Installing And Uninstalling WordPress Plugins</a></li>
<li><a href='http://blondish.net/are-your-wordpress-plugins-up-to-date/' rel='bookmark' title='Are Your WordPress Plugins Up To Date?'>Are Your WordPress Plugins Up To Date?</a></li>
<li><a href='http://blondish.net/unfinished-plugins-and-plugins-that-are-not-plugins-what/' rel='bookmark' title='Unfinished Plugins And Plugins That Are Not Plugins. What!'>Unfinished Plugins And Plugins That Are Not Plugins. What!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blondish.net/dont-get-hacked-6-wordpress-security-plugins/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>How To Display Two Columns For Categories In WordPress</title>
		<link>http://blondish.net/how-to-display-two-columns-for-categories-in-wordpress/</link>
		<comments>http://blondish.net/how-to-display-two-columns-for-categories-in-wordpress/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 22:12:32 +0000</pubDate>
		<dc:creator>Nile</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress categories]]></category>
		<category><![CDATA[wordpress tricks]]></category>

		<guid isPermaLink="false">http://blondish.net/?p=5002</guid>
		<description><![CDATA[Displaying two columns for categories in your WordPress is not too hard. Just takes a little php, html, and css. You can put this in your posts, pages, or sidebar. We are taking the usual category code for WordPress. &#60;?php wp_list_categories(); ?&#62; and replacing it with the following code. This php splits up each category and into columns, much like splitting odds and evens. This code would go in your template where you want it displayed. &#60;?php $cats = explode(&#34;&#60;br /&#62;&#34;,wp_list_categories('title_li=&#38;echo=0&#38;depth=1&#38;style=none')); $cat_n = count($cats) - 1; for ($i=0;$i&#60; $cat_n;$i++): if ($i&#60;$cat_n/2): $cat_left = $cat_left.'&#60;li&#62;'.$cats[$i].''; elseif ($i&#62;=$cat_n/2): $cat_right = $cat_right.'&#60;li&#62;'.$cats[$i].'&#60;/li&#62;'; endif; [...]
Related posts:<ol>
<li><a href='http://blondish.net/how-to-display-a-user-welcome-message-in-wordpress/' rel='bookmark' title='How to Display A User Welcome Message In WordPress'>How to Display A User Welcome Message In WordPress</a></li>
<li><a href='http://blondish.net/resources/tutorials/displaying-two-columns-for-categories-in-wordpress/' rel='bookmark' title='Displaying Two Columns For Categories In WordPress'>Displaying Two Columns For Categories In WordPress</a></li>
<li><a href='http://blondish.net/display-first-wordpress-full-entry-and-then-following-as-excerpts/' rel='bookmark' title='Display First WordPress Full Entry and then Following as Excerpts'>Display First WordPress Full Entry and then Following as Excerpts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Displaying two columns for categories in your WordPress is not too hard. Just takes a little php, html, and css. You can put this in your posts, pages, or sidebar.</p>
<p>We are taking the usual category code for WordPress.</p>
<p><code><br />
&lt;?php wp_list_categories(); ?&gt;<br />
</code></p>
<p>and replacing it with the following code. This php splits up each category and into columns, much like splitting odds and evens. This code would go in your template where you want it displayed.</p>
<p><code><br />
&lt;?php<br />
$cats = explode(&quot;&lt;br /&gt;&quot;,wp_list_categories('title_li=&amp;echo=0&amp;depth=1&amp;style=none'));<br />
$cat_n = count($cats) - 1;<br />
for ($i=0;$i&lt; $cat_n;$i++):<br />
if ($i&lt;$cat_n/2):<br />
$cat_left = $cat_left.'&lt;li&gt;'.$cats[$i].'';<br />
elseif ($i&gt;=$cat_n/2):<br />
$cat_right = $cat_right.'&lt;li&gt;'.$cats[$i].'&lt;/li&gt;';<br />
endif;<br />
endfor;<br />
?&gt;<br />
</code></p>
<p>After you have put the above code you are ready to add your HTML right after it. Remember you need to make sure to remember your css class definition, because you will be adding it to your theme&#8217;s stylesheet. Remember you can use your own definitions, but remember to make sure you are not already using them for another part of your theme.</p>
<p><code><br />
&lt;ul class=&quot;alignleft&quot;&gt;<br />
&lt;?php echo $cat_left;?&gt;<br />
&lt;/ul&gt;<br />
&lt;ul class=&quot;alignright&quot;&gt;<br />
&lt;?php echo $cat_right;?&gt;<br />
&lt;/ul&gt;<br />
</code></p>
<p>Now that you have the php and html done, you need to add your css. In the case of this tutorial, I have used alignleft and alignright for the classes.</p>
<p><code><br />
.alignleft {<br />
	float: left;<br />
	}<br />
.alignright {<br />
	float: right;<br />
	}<br />
</code></p>
<p>Of course, if you want to play with the css and do other things, by all means go ahead.</p>
<p>Related posts:<ol>
<li><a href='http://blondish.net/how-to-display-a-user-welcome-message-in-wordpress/' rel='bookmark' title='How to Display A User Welcome Message In WordPress'>How to Display A User Welcome Message In WordPress</a></li>
<li><a href='http://blondish.net/resources/tutorials/displaying-two-columns-for-categories-in-wordpress/' rel='bookmark' title='Displaying Two Columns For Categories In WordPress'>Displaying Two Columns For Categories In WordPress</a></li>
<li><a href='http://blondish.net/display-first-wordpress-full-entry-and-then-following-as-excerpts/' rel='bookmark' title='Display First WordPress Full Entry and then Following as Excerpts'>Display First WordPress Full Entry and then Following as Excerpts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blondish.net/how-to-display-two-columns-for-categories-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>7 Tips To Being A Better WordPress Web Designer For Your Client</title>
		<link>http://blondish.net/7-tips-to-being-a-better-wordpress-web-designer-for-your-client/</link>
		<comments>http://blondish.net/7-tips-to-being-a-better-wordpress-web-designer-for-your-client/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 15:12:26 +0000</pubDate>
		<dc:creator>Nile</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress design]]></category>

		<guid isPermaLink="false">http://blondish.net/?p=5000</guid>
		<description><![CDATA[I having been designing exclusively for WordPress for 5 years, before that, I designed both in WordPress, static sites, and with other content management systems. I am not the best in visual efforts, but I like to try to work with my clients and make sure they have a more than satisfactory product that they can use. The problem is that I keep hearing from clients about past encounters with other WordPress designers and developers who will not go that extra step to make sure their client can efficiently use their website. In fact, they are turning to premium themes [...]
Related posts:<ol>
<li><a href='http://blondish.net/is-your-web-designer-really-an-outsourcing-project-manager/' rel='bookmark' title='Is Your Web Designer Really An Outsourcing Project Manager?'>Is Your Web Designer Really An Outsourcing Project Manager?</a></li>
<li><a href='http://blondish.net/wordpress-video-a-walk-through-wordpress-3-3/' rel='bookmark' title='WordPress Video: A Walk Through WordPress 3.3'>WordPress Video: A Walk Through WordPress 3.3</a></li>
<li><a href='http://blondish.net/freelancing-as-a-web-designer-is-it-for-you/' rel='bookmark' title='Freelancing as a Web Designer: Is It For You?'>Freelancing as a Web Designer: Is It For You?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I having been designing exclusively for WordPress for 5 years, before that, I designed both in WordPress, static sites, and with other content management systems. I am not the best in visual efforts, but I like to try to work with my clients and make sure they have a more than satisfactory product that they can use.</p>
<p>The problem is that I keep hearing from clients about past encounters with other WordPress designers and developers who will not go that extra step to make sure their client can efficiently use their website. In fact, they are turning to premium themes because they cannot find someone to make their project idea a reality.</p>
<p>Remember, WordPress is no longer a blog platform. It is a full fledged content management system that with coding and imagination, a site can become extraordinary!</p>
<p>Here are a few tips when stepping into designing WordPress themes:</p>
<ol>
<li><strong>Know the code.</strong> If you are not familiar with HTML or PHP, you should not be designing as frankly, it makes other designer&#8217;s job a pain when they have to step in a correct your errors.</li>
<li><strong>Know WordPress.</strong> This goes for the coding, and how to use it.</li>
<li><strong>Design with the client&#8217;s experience in mind.</strong> Be prepared to offer them ways to use their WordPress in the easiest and more understandable way. You may need to walk them through it. Not all of your clients will be as WordPress savvy &#8211; some may not be as Internet savvy.</li>
<li><strong>Design logically.</strong> If you are designing for someone else and they have some coding experience, they might be a bit ticked off if your code looks terrible or you took the roundabout way to get to a solution. Streamline it. There will always be a better way to code a site. (Also, make hidden notations in the theme files case your client is familiar enough to make edits, but might not know where exactly to make them.)</li>
<li><strong>Be knowledgeable on site tools that will enhance the website</strong>. Whether it be an actual design or for search engine optimization, it is important to keep up-to-date on this type of news.</li>
<li><strong>If you do not know something, then ask around or do some research.</strong> The WordPress community is really friendly. You can either use the WordPress support forums or go to various WordPress related sites to find out.</li>
<li>Whether it be WordPress, another CMS or static HTML, check your site in most browsers before handing it off to the client. Not everyone browses the same way as you.</li>
</ol>
<p>Even if you are not designing for a client, you can take a lot of these suggestions with you.</p>
<p>What other tips can you suggest?</p>
<p>Related posts:<ol>
<li><a href='http://blondish.net/is-your-web-designer-really-an-outsourcing-project-manager/' rel='bookmark' title='Is Your Web Designer Really An Outsourcing Project Manager?'>Is Your Web Designer Really An Outsourcing Project Manager?</a></li>
<li><a href='http://blondish.net/wordpress-video-a-walk-through-wordpress-3-3/' rel='bookmark' title='WordPress Video: A Walk Through WordPress 3.3'>WordPress Video: A Walk Through WordPress 3.3</a></li>
<li><a href='http://blondish.net/freelancing-as-a-web-designer-is-it-for-you/' rel='bookmark' title='Freelancing as a Web Designer: Is It For You?'>Freelancing as a Web Designer: Is It For You?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blondish.net/7-tips-to-being-a-better-wordpress-web-designer-for-your-client/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The Best Permalink Structure To Use In WordPress</title>
		<link>http://blondish.net/the-best-permalink-structure-to-use-in-wordpress/</link>
		<comments>http://blondish.net/the-best-permalink-structure-to-use-in-wordpress/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:15:32 +0000</pubDate>
		<dc:creator>Nile</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress seo]]></category>

		<guid isPermaLink="false">http://blondish.net/?p=4948</guid>
		<description><![CDATA[I wrote Mastering Pretty Permalinks in WordPress with the intention to introduce the concept of the best permalink structure for WordPress powered websites. This was a call to try to encourage people to organize their website, but beware of how the permalink structure might be overrode if you have a file folder name the same as a post and you are using the post name permalink structure. It is obvious that I am going to say that the post name (formerly known as pretty permalink) structure or the /%postname%/ option in your WordPress Permalink General settings is the best structure. [...]
Related posts:<ol>
<li><a href='http://blondish.net/mastering-pretty-permalinks-in-wordpress/' rel='bookmark' title='Mastering Pretty Permalinks in WordPress'>Mastering Pretty Permalinks in WordPress</a></li>
<li><a href='http://blondish.net/wordpress-video-a-walk-through-wordpress-3-3/' rel='bookmark' title='WordPress Video: A Walk Through WordPress 3.3'>WordPress Video: A Walk Through WordPress 3.3</a></li>
<li><a href='http://blondish.net/wordpress-pages-versus-posts-which-to-choose/' rel='bookmark' title='WordPress Pages Versus Posts, Which to Choose'>WordPress Pages Versus Posts, Which to Choose</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I wrote <a href="http://blondish.net/mastering-pretty-permalinks-in-wordpress/">Mastering Pretty Permalinks in WordPress</a> with the intention to introduce the concept of the best permalink structure for WordPress powered websites. This was a call to try to encourage people to organize their website, but beware of how the permalink structure might be overrode if you have a file folder name the same as a post and you are using the post name permalink structure.</p>
<p>It is obvious that I am going to say that the post name (formerly known as pretty permalink) structure or the /%postname%/ option in your WordPress Permalink General settings is the best structure. </p>
<p><img src="http://blondish.net/wp-content/uploads/2012/01/permalinks-screenshot.jpg" alt="" title="permalinks-screenshot" width="502" height="267" class="aligncenter size-full wp-image-4949" /></p>
<p>However, I am going to go a step further. Search Engine Optimization is fun to play with in regards to your domain&#8217;s URL structure. It can be a way to optimize what your article is, other than just organization.</p>
<p>What we know in basic WordPress use for structure purposes are as the following:</p>
<h3>Permalink Structure for Posts</h3>
<p>We can control how our permalink structure can look whether by post ID, month and date and more. We can even designate tags and categories to these posts and call them to pages using custom WordPress queries. For example you can call a category and show only tags and a certain number of many posts.</p>
<p>The reason why the post name structure (/%postname%/) works best for a post is because it shows the post title closest to the domain, showing how important it is to the site. The structure within the web page itself will also emphasize this using heading tags (h1, h2, h3, h4, and so on.) Now, if you listed by category (and I have seen people recommend that), depending on how your category is labeled, you are telling the search engine that the category is far more important to crawl than the actual title of the post. </p>
<p>WordPress naturally has the base &#8220;category&#8221; as a name and you can group posts under those categories. It is okay to display your posts on your site in a category. Most people believe including categories makes your posts duplicate content. NO! It is only if you are posting the same thing again on your site or the same exact thing on another site (like if you do guest blogging.) The search engines are not dumb. </p>
<p>Now, here is the fun part as well as the tricky part. What if you do use the category structure? How can you make it clever enough to draw more attention to your title. <a href="http://wpcandy.com">WPCandy</a> actually exercises this clever way by naming the category&#8217;s slug an action. Yes, just the slug as you can designate a different name pointing to a different slug. </p>
<p>Just some examples:</p>
<p>News is reports<br />
Opinion is thinks<br />
Tutorials is teaches</p>
<p><img src="http://blondish.net/wp-content/uploads/2012/01/wpcandy-permalink-example.jpg" alt="" title="wpcandy-permalink-example" width="429" height="31" class="aligncenter size-full wp-image-4950" /></p>
<p>Pretty cool, huh? As a note, the posts do group under the general &#8220;category/category-name&#8221;. </p>
<p>In this, we are telling (using the WPCandy example) that WPCandy.com <strong>reports</strong> such and such title, giving it an actual sentence. And you know, it nearly makes this former English major cry happy tears. (Oh I am such a geek!) <img src='http://blondish.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>Permalink Structure for Pages</h3>
<p>Pages are kind of fun and since WordPress 3.0&#8242;s menu addition, your control over pages has increased with several options. You can use the older hierarchy structure with parent and child pages. Remember, <a href="http://blondish.net/wordpress-pages-versus-posts-which-to-choose/">pages in WordPress are normally known for being used for static content</a>. </p>
<p><img src="http://blondish.net/wp-content/uploads/2012/01/wordpress-page-hierarchy-example.jpg" alt="" title="wordpress-page-hierarchy-example" width="178" height="186" class="alignright size-full wp-image-4951" />The older hierarchy structure adds the slug of the parent page into the URL structure. SO, if you have like a parent page and then three deep into children and grandchildren, your URL structure might get a bit long. That might not be a good idea for search engine optimizing as it takes away the importance of that page.</p>
<p>However, the hierarchy structure is not the only way. You can use the WordPress menu option in your WordPress administration (Under Appearance>Menus) to organize your website and keep your URL structure for your pages simple. You can publish a page without using the hierarchy and use the WordPress 3.0 menu to organize your website without adding more length to your page&#8217;s URL structure.</p>
<p>Now, both methods can be used and Google will pick up and group areas of your site that have been optimized as a group. For example, if you have defined that your main sections of your website are your &#8216;About&#8217;, &#8216;Contact&#8217;, and maybe&#8230; as an example say &#8216;Resources&#8217;, like I have here in Blondish.net, Google will pick up that structure if you do have a set up pages that are relevant to that main area.</p>
<p>As a note, We can also apply these techniques to custom posts types since WordPress 3.0.</p>
<p><strong>In Summary</strong></p>
<p>Your permalink structure is both a way to organize and help search engines, but can also be great in helping your visitors navigate your website. The best permalink structure to use in WordPress is one that is the most coherent for search engines to deliver the best results to potential visitors. Play around with your site and see what is best for you.</p>
<p>Related posts:<ol>
<li><a href='http://blondish.net/mastering-pretty-permalinks-in-wordpress/' rel='bookmark' title='Mastering Pretty Permalinks in WordPress'>Mastering Pretty Permalinks in WordPress</a></li>
<li><a href='http://blondish.net/wordpress-video-a-walk-through-wordpress-3-3/' rel='bookmark' title='WordPress Video: A Walk Through WordPress 3.3'>WordPress Video: A Walk Through WordPress 3.3</a></li>
<li><a href='http://blondish.net/wordpress-pages-versus-posts-which-to-choose/' rel='bookmark' title='WordPress Pages Versus Posts, Which to Choose'>WordPress Pages Versus Posts, Which to Choose</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blondish.net/the-best-permalink-structure-to-use-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: blondish.net @ 2012-02-11 02:03:42 by W3 Total Cache -->
