<?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>Blogging with WordPress &#187; WordPress</title>
	<atom:link href="http://www.hippowebsolutions.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hippowebsolutions.com</link>
	<description>Blogging with WordPress - tools, tips and tutorials</description>
	<lastBuildDate>Wed, 20 Jan 2010 06:47:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install WordPress themes using cPanel</title>
		<link>http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/</link>
		<comments>http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 15:23:06 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=529</guid>
		<description><![CDATA[

One of the nicest new features in WordPress 2.7 for self-hosted sites is the ability to install WordPress plugins directly from within the admin console &#8211; no more having to FTP files around (note that this only works with plugins that are listed in the WordPress plugins list &#8211; for others that aren&#8217;t in the [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2/' rel='bookmark' title='Permanent Link: How to widen the sidebar in WordPress K2'>How to widen the sidebar in WordPress K2</a></li>
<li><a href='http://www.hippowebsolutions.com/managing-images-with-the-wordpress-media-manager/' rel='bookmark' title='Permanent Link: Managing images with the WordPress media manager'>Managing images with the WordPress media manager</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-use-ftp-to-transfer-files/' rel='bookmark' title='Permanent Link: How to use FTP to transfer files'>How to use FTP to transfer files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>One of the nicest new features in WordPress 2.7 for self-hosted sites is the ability to install WordPress plugins directly from within the admin console &#8211; no more having to FTP files around (note that this only works with plugins that are listed in the WordPress plugins list &#8211; for others that aren&#8217;t in the list you still have to use the old method).</p>
<p>No such luck with WordPress Themes however; for self-hosted sites you still have to manually upload the files to your hosting account before you can activate them, although I wouldn&#8217;t be surprised to see this change in a future release &#8211; watch this space.</p>
<p>In this tutorial I&#8217;ll walk you through the steps to find and install a new Theme using the cPanel File Manager:</p>
<ol>
<li><a href="http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel#find" >Find a new Theme</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel#download" >Download the Theme to your computer</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel#upload" >Upload the Theme to your hosting account</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel#unzip" onclick="javascript:pageTracker._trackPageview('/downloads/how-to-install-wordpress-themes-using-cpanel#unzip');">Unzip the Theme</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel#activate" >Activate the Theme</a></li>
</ol>
<p><span id="more-529"></span></p>
<h4><a name="find"></a>Find a new Theme</h4>
<p>One of the many great things about WordPress is the vast array of free and premium themes that are available to style your site how you like &#8211; particularly if you&#8217;re graphically challenged like me! The obvious place to start your search for a new theme is the <a href="http://wordpress.org/extend/themes/" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.org');">WordPress Theme Directory</a>; if you don&#8217;t find anything to your liking, there are also plenty of other options available. For instance the other day I came across the BuckMaker site which has some eyecatching <a href="http://thebuckmaker.com/" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/thebuckmaker.com');">free themes</a>.</p>
<p>Most places will allow you to preview what different themes look like to help you decide if they&#8217;re right for your site; it&#8217;s worth checking these out before you continue or you could find yourself uploading multiple different themes to your hosting account before you settle on one.</p>
<h4><a name="download"></a>Download the Theme to your computer</h4>
<p>Once you&#8217;ve found a theme you like, simply click the <em>download</em> link and save it to your computer &#8211; all the theme files should come bundled in a single zip file. Simple.</p>
<h4><a name="upload"></a>Upload the Theme to your hosting account</h4>
<p><img src="http://www.hippowebsolutions.com/images/200901/cpanel-file-manager-icon.jpg" alt="cPanel File Manager icon" style="float:left;margin:0 10px 10px 0"/>The next step is to upload the zip file to your hosting account. You could use a program like <a href="http://www.hippowebsolutions.com/how-to-use-ftp-to-transfer-files/" >FileZilla to FTP</a> the files, but for the sake of this tutorial I&#8217;ll be using the cPanel File Manager. So you&#8217;ll need to log into your cPanel account, then open the File Manager by clicking on the icon (pictured). The resulting window resembles your operating system file manager: a list of folders on the left, with the selected folder&#8217;s files displayed on the right.</p>
<p><img src="http://www.hippowebsolutions.com/images/200901/cpanel-file-manager.jpg" alt="cPanel File Manager"/></p>
<ul>
<li>navigate to your <code>/wp-content/themes</code> folder (as shown)</li>
<li>click the <em>Upload</em> button, then navigate to the zip file you downloaded in the previous step. After a brief pause (depending on the speed of your internet connection), a copy of the file should show up in your File Manager.</li>
</ul>
<h4><a name="unzip"></a>Unzip the Theme</h4>
<p>Still in the File Manager window, select the zip file you&#8217;ve just uploaded, then click the <em>Extract</em> button. This unpacks all the theme&#8217;s files from the zip file onto the file system, ready to use.</p>
<h4><a name="activate"></a>Activate the Theme</h4>
<p>The final step is to go to the <em>Appearance > Themes</em> section of your WordPress admin console &#8211; you should now see the new Theme available for selection alongside any others that were there to start with. Selecting the theme gives you the opportunity to preview it showing your own content, but without affecting the way visitors see your site. At this point you can either <em>Activate</em> the new theme (top right-hand corner) or back out (top left-hand corner).</p>
<p>And that&#8217;s it. It&#8217;s a slightly long-winded process, but taking into account that you most likely won&#8217;t be changing your theme very often, I&#8217;m sure you&#8217;ll agree it&#8217;s not too arduous!</p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-install-wordpress-themes-using-cpanel%2F&amp;title=How%20to%20install%20WordPress%20themes%20using%20cPanel"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-install-wordpress-themes-using-cpanel%2F&amp;title=How%20to%20install%20WordPress%20themes%20using%20cPanel"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-install-wordpress-themes-using-cpanel%2F&amp;title=How%20to%20install%20WordPress%20themes%20using%20cPanel"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-install-wordpress-themes-using-cpanel%2F&amp;title=How%20to%20install%20WordPress%20themes%20using%20cPanel"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-install-wordpress-themes-using-cpanel%2F&amp;title=How%20to%20install%20WordPress%20themes%20using%20cPanel"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=How%20to%20install%20WordPress%20themes%20using%20cPanel&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-install-wordpress-themes-using-cpanel%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-install-wordpress-themes-using-cpanel%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=How%20to%20install%20WordPress%20themes%20using%20cPanel&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-install-wordpress-themes-using-cpanel%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2/' rel='bookmark' title='Permanent Link: How to widen the sidebar in WordPress K2'>How to widen the sidebar in WordPress K2</a></li>
<li><a href='http://www.hippowebsolutions.com/managing-images-with-the-wordpress-media-manager/' rel='bookmark' title='Permanent Link: Managing images with the WordPress media manager'>Managing images with the WordPress media manager</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-use-ftp-to-transfer-files/' rel='bookmark' title='Permanent Link: How to use FTP to transfer files'>How to use FTP to transfer files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>WordPress.com versus WordPress.org</title>
		<link>http://www.hippowebsolutions.com/wordpresscom-versus-wordpressorg/</link>
		<comments>http://www.hippowebsolutions.com/wordpresscom-versus-wordpressorg/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 06:58:31 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=495</guid>
		<description><![CDATA[

Courtesy of 3nhanced.comYou may or may not have realised there are two different flavours of WordPress, denoted by the TLD extension. WordPress.com is where you can sign up to a free blog, hosted for you courtesy of Automattic, the company behind WordPress. WordPress.org is where you can download the software for use on your own [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><span style="float:left;margin:0 10px 10px 0"><img src="http://www.hippowebsolutions.com/images/200812/wordpress-logo.jpg" style="border:none"/><br/><span class="caption">Courtesy of <a href="http://3nhanced.com/photoshop/how-to-make-a-badass-wordpress-logo/" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/3nhanced.com');">3nhanced.com</a></span></span>You may or may not have realised there are two different flavours of WordPress, denoted by the TLD extension. WordPress<strong>.com</strong> is where you can sign up to a free blog, hosted for you courtesy of Automattic, the company behind WordPress. WordPress<strong>.org</strong> is where you can download the software for use on your own web server &#8211; a so-called <em>self-hosted</em> installation.</p>
<p>So why two versions, and what are their different strengths and weaknesses? Essentially it&#8217;s a trade-off between flexibility and ease of use. For more detail, check out this <a href="http://support.wordpress.com/com-vs-org/"rel="nofollow"  target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/support.wordpress.com');">WordPress support</a> page that lists some of the main differences between the two.<br />
<span id="more-495"></span></p>
<h4>The importance of your own domain</h4>
<p>With a free WordPress.com account, your blog is assigned a wordpress.com sub-domain of your choosing (as long as you don&#8217;t choose one that&#8217;s already taken, that is). So, it&#8217;ll be something of the form</p>
<p>http://<em>your-name</em>.wordpress.com</p>
<p>The main problem with this, in my opinion, is that you have no right of ownership over your site&#8217;s url &#8211; it is, after all, a sub-domain of wordpress.com, which means that it cannot exist independently of the main domain. If the company should (perish the thought) go bust, your url will disappear with it!</p>
<p>Now, to be fair, WordPress.com gives you the option of registering and using your own domain instead of the default wordpress.com sub-domain. Unfortunately this isn&#8217;t free &#8211; it&#8217;s a paid upgrade &#8211; but one well worth doing if you want to be taken seriously. I think it&#8217;s fairly safe to say that virtually all the big, well-known blogs have their own domain. You can read more about the ins and outs of how to do this in the <a href="http://en.forums.wordpress.com/topic/new-feature-domains?replies=2"rel="nofollow"  target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.forums.wordpress.com');">WordPress.com forum</a>.</p>
<p>Apart from credibility, the other reason for using your own domain is that your promotional efforts are an investment in your own brand, rather than someone else&#8217;s. And if you should one day decide to move to a self-hosted website or WordPress.org installation, you will be able to carry all your backlinks right along with you, meaning you don&#8217;t have to start from scratch building your traffic all over again.</p>
<h4>WordPress plugins</h4>
<p>I&#8217;ve written quite a lot about <a href="http://www.hippowebsolutions.com/tag/plugins/" >plugins</a> on this blog, and in my opinion this is one of the most powerful features of WordPress. Unfortunately you are not able to install or utilise any plugins in the WordPress.com world, which severely limits your options to monetise your content or otherwise customise your site. This is the downside of the tradeoff between ease-of-use and flexibility.</p>
<p>Having said that, the core WordPress functionality is impressive, and is continuously integrating some of the best plugin features, so this is probably less of a hindrance than it perhaps once was.</p>
<h4>Termination</h4>
<p>Another consequence of going with a WordPress.com hosted blog is that you have to play by their <a href="http://wordpress.com/tos/" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.com');">rules</a>. Granted, they don&#8217;t appear particularly onerous, but I always shudder slightly when I read stuff like:</p>
<blockquote><p>Automattic may terminate your access to all or any part of the Website at any time, with or without cause, with or without notice, effective immediately.</p></blockquote>
<p>Basically you&#8217;re at their mercy, and if for some reason they stop wanting to be your friend, there&#8217;s very little you can do about it. Of course, if you&#8217;ve been <del>paranoid</del> sensible and kept your own backups you&#8217;ll be able to get back up on your feet fairly easily &#8211; but I wonder how many people actually do this &#8211; after all, one of the stated benefits of having a WordPress.com blog is precisely that you <em>don&#8217;t</em> have to bother about this level of technical detail.</p>
<h4>I love WordPress.com!</h4>
<p>By now you might have gotten the impression that I&#8217;m opposed to WordPress.com &#8211; but actually that&#8217;s not the case. I just think you should go into it with your eyes open, and plan ahead a little. In my opinion, new bloggers should definitely go and get themselves a WordPress.com blog to play around with before going to the trouble of setting up a self-hosted blog. This will allow you to become familiar with the platform and the process involved in blogging without getting bogged down in technical details.</p>
<p>Later on, once you&#8217;ve gotten to grips with the basics, you can make a more informed decision about what niche to target, what domain to use, where to find hosting, how to go about installing WordPress for yourself, the wonderful world of plugins, etc. WordPress.com can be a great launchpad into all this, when you&#8217;re ready.</p>
<h4>Which one do you choose?</h4>
<p>I think ultimately this comes down to your individual circumstances: your level of technical ability, the amount of time you&#8217;re prepared to put into the technical aspects of your blog, and what your goals are for your blog. </p>
<p><script type="text/javascript" language="javascript" src="http://static.polldaddy.com/p/1223397.js"></script><noscript> <a href ="http://answers.polldaddy.com/poll/1223397/" >Do you use WordPress.com or WordPress.org?</a>  <br/> <span style="font-size:9px;"> (<a href ="http://www.polldaddy.com">  surveys</a>)</span></noscript></p>
<p>It&#8217;ll be interesting to see which version is being used most by readers of this blog &#8211; why not take part in our poll? Feel free to leave a comment as well!</p>
<p><!--adsense--></p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpresscom-versus-wordpressorg%2F&amp;title=WordPress.com%20versus%20WordPress.org"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpresscom-versus-wordpressorg%2F&amp;title=WordPress.com%20versus%20WordPress.org"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpresscom-versus-wordpressorg%2F&amp;title=WordPress.com%20versus%20WordPress.org"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpresscom-versus-wordpressorg%2F&amp;title=WordPress.com%20versus%20WordPress.org"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpresscom-versus-wordpressorg%2F&amp;title=WordPress.com%20versus%20WordPress.org"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=WordPress.com%20versus%20WordPress.org&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpresscom-versus-wordpressorg%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpresscom-versus-wordpressorg%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=WordPress.com%20versus%20WordPress.org&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpresscom-versus-wordpressorg%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/wordpresscom-versus-wordpressorg/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>WordPress.com statistics plugin</title>
		<link>http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/</link>
		<comments>http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 22:08:04 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[web stats]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=463</guid>
		<description><![CDATA[

I always recommend using self-hosted WordPress instead of the free version, as you end up having much more control over your site. However, one area in which I&#8217;ve always felt a bit cheated with WordPress.org sites is the lack of built-in stats monitoring. I guess this is why most bloggers end up using sites like [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-translation-plugin/' rel='bookmark' title='Permanent Link: WordPress Translation plugin'>WordPress Translation plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-roles-and-capabilities/' rel='bookmark' title='Permanent Link: WordPress Roles and Capabilities'>WordPress Roles and Capabilities</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I always recommend using self-hosted <a href="http://www.wordpress.org" target="_blank" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wordpress.org');">WordPress</a> instead of the <a href="http://www.wordpress.com" target="_blank" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wordpress.com');">free version</a>, as you end up having much more control over your site. However, one area in which I&#8217;ve always felt a bit cheated with WordPress.org sites is the lack of built-in stats monitoring. I guess this is why most bloggers end up using sites like <a href="http://www.google.com/analytics" target="_blank" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');">Google Analytics</a> to keep track of things &#8211; myself included.</p>
<p>There are also third-party WordPress plugins available which provide some of this functionality &#8211; I wrote about one such <a href="http://www.hippowebsolutions.com/wordpress-statistics-plugin/" >statistics plugin</a> a few months back. But a couple of days ago I stumbled across another plugin &#8211; that provides the <em>bona fide</em> <a href="http://wordpress.org/extend/plugins/stats/" target="_blank" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.org');">WordPress.com stats</a> within a WordPress.org blog! Now, this is not a new plugin &#8211; it&#8217;s been around for a couple of years already by the looks of it &#8211; but it&#8217;s the first I&#8217;d heard of it.<br />
<span id="more-463"></span></p>
<h4>Plugin overview</h4>
<p><img src="http://www.hippowebsolutions.com/images/200812/wordpress-stats-plugin-screenshot-1.gif"/></p>
<p>As you can see, these are not statistics from my site. Because I only installed it a few days ago, it has not yet collected enough data to be of much use, so I lifted the screenshot from the plugin&#8217;s download page (I figured that was OK, since I&#8217;m promoting the plugin <img src='http://www.hippowebsolutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<p>The following information is displayed on the overview page:</p>
<ul>
<li>Recent traffic</li>
<li>Referrers</li>
<li>Most popular content</li>
<li>Search engine phrases that have brought visitors</li>
<li>Links on your site that visitors clicked</li>
<li>Incoming links to your site</li>
</ul>
<p>And each result allows you to drill down further to pull up more detailed stats on a particular post, referrer or search term.</p>
<h4>Plugin installation and configuration</h4>
<p>Installation of this plugin is very simple &#8211; copy it to your <code>wp-content/plugins</code> folder and activate it via the admin console as usual. The only slight complication is that you need a <a href="http://wordpress.com/api-keys/" target="_blank" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/article/wordpress.com');">WordPress.com API key</a> to use it &#8211; but this shouldn&#8217;t be a problem if you use Aksimet because you can use the same one. If you&#8217;re not an Akismet user, simply sign up for a free WordPress.com account to get one. It&#8217;s as simple as that.</p>
<p>As I mentioned earlier, it only starts collecting your stats once you&#8217;ve set it up, so the information you can get from it will be a bit limited for the first few days.</p>
<h4>Conclusion</h4>
<p>Because I haven&#8217;t had the chance to use it much yet, I&#8217;ll still have to see how the information weighs up against what I already get from Google Analytics. My feeling is that I&#8217;ll use the plugin stats mainly for day-to-day monitoring, but will use Analytics for more in-depth analysis.</p>
<p>If you&#8217;ve used the WordPress.com stats, either on a free or self-hosted blog, please feel free to leave a comment and share your experience, or add anything I&#8217;ve missed.</p>
<p><!--adsense--></p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-dot-com-statistics-plugin%2F&amp;title=WordPress.com%20statistics%20plugin"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-dot-com-statistics-plugin%2F&amp;title=WordPress.com%20statistics%20plugin"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-dot-com-statistics-plugin%2F&amp;title=WordPress.com%20statistics%20plugin"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-dot-com-statistics-plugin%2F&amp;title=WordPress.com%20statistics%20plugin"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-dot-com-statistics-plugin%2F&amp;title=WordPress.com%20statistics%20plugin"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=WordPress.com%20statistics%20plugin&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-dot-com-statistics-plugin%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-dot-com-statistics-plugin%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=WordPress.com%20statistics%20plugin&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-dot-com-statistics-plugin%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-translation-plugin/' rel='bookmark' title='Permanent Link: WordPress Translation plugin'>WordPress Translation plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-roles-and-capabilities/' rel='bookmark' title='Permanent Link: WordPress Roles and Capabilities'>WordPress Roles and Capabilities</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>WordPress Translation plugin</title>
		<link>http://www.hippowebsolutions.com/wordpress-translation-plugin/</link>
		<comments>http://www.hippowebsolutions.com/wordpress-translation-plugin/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 19:51:06 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=444</guid>
		<description><![CDATA[

Following on from my last post about translating your website, Dennis alerted me to the fact that there are WordPress plugins to do this too. Well, I don&#8217;t know why I didn&#8217;t think of that &#8211; I haven&#8217;t yet been able to think up a desirable bit of functionality that isn&#8217;t contained in a plugin [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/site-consuming-excessive-resources/' rel='bookmark' title='Permanent Link: Site consuming excessive resources'>Site consuming excessive resources</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Following on from my last post about <a href="http://www.hippowebsolutions.com/translate-your-website/" >translating your website</a>, <a href="http://www.directsaleswebmarketing.com/about/" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.directsaleswebmarketing.com');">Dennis</a> <a href="http://www.hippowebsolutions.com/translate-your-website/#comment-1034" >alerted</a> me to the fact that there are WordPress plugins to do this too. Well, I don&#8217;t know why I didn&#8217;t think of that &#8211; I haven&#8217;t yet been able to think up a desirable bit of functionality that isn&#8217;t contained in a plugin &#8211; why should website translation be any different!</p>
<p>Sure enough, a quick search turned up several candidates. The <a href="http://www.nothing2hide.net/wp-plugins/wordpress-global-translator-plugin/" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nothing2hide.net');">Global Translator</a> plugin looked the best, so I went right ahead and installed it &#8211; it&#8217;s those bunch of flags near the top of my sidebar. </p>
<p><img src="http://www.hippowebsolutions.com/images/200811/flags.jpg" alt="country flags"/><br />
<span id="more-444"></span><br />
From what I&#8217;ve seen so far, this plugin has the following benefits over using the plain Google widget:</p>
<ul>
<li>
<h4>Translation occurs at the site level</h4>
<p>What I mean by that is that once you select a language, any other pages from the site will be shown to you in the same language (as opposed to the widget approach where you have to translate each page individually). This makes for a much more seamless user experience.</li>
<li>
<h4>Choice of translation service</h4>
<p>The plugin currently supports four translation services: Google Translation Engine, Babel Fish, Promt and FreeTranslations.com. Which one you use is completely up to you, and invisible to your site visitors. So if one isn&#8217;t giving you the results you need, you can switch to a different one in the background without a problem.</li>
<li>
<h4>Translated pages are cached</h4>
<p>Translated versions of your pages and posts are stored locally within your site, from where they can be served directly to visitors without having to be re-translated with each request. For medium- to high-traffic sites this drastically reduces the load on the translation service, which is to your benefit because if you make too many requests to these services you risk being banned &#8211; this is certainly the case with the Google service; I&#8217;m not sure about the others.</li>
<li>
<h4>The cache is non-intrusive</h4>
<p>Cached pages are created in ordinary files, not in your database. To be honest, I can&#8217;t see that it would be a problem if they <em>were</em> in the database &#8211; most other plugins don&#8217;t have any such qualms &#8211; but there you go. And before you start worrying about how much space this is going to consume, relax &#8211; there is an option to compress the cache, which seems to work just fine.</li>
<li>
<h4>Automatic locale-specific URLs</h4>
<p>The plugin automatically inserts specific language codes into the URLs of your translated pages. So, for example the German version of a post becomes <code>http://some-domain.com/<strong>de</strong>/the-url</code>, the Dutch becomes <code>http://some-domain.com/<strong>nl</strong>/the-url</code>, etc. An interesting question is how these are handled by the search engine bots, and whether these translated pages will start to show up in other-locale versions of Google etc? I&#8217;m speculating a little bit here, but because the URL is unique for each language-version of the page, I think they will be viewed (and thus indexed) as seperate pages. And because they&#8217;re in different languages, they will not be regarded as duplicate content. If this is the case, it seems to me like a great way of attracting more search traffic &#8211; you can bet I&#8217;ll be watching my stats over the next couple of weeks to see if this is indeed the case!</li>
<li>
<h4>Aesthetics</h4>
<p>This is pure personal taste, but I prefer the look of the flags to the Google widget, and you also have more control over how they&#8217;re displayed.</li>
</ul>
<h4>Banned for excessive numbers of requests</h4>
<p>I&#8217;ve seen various references around and about to the translation services banning different sites because of making too many (or too frequent) requests. I believe this issue has been resolved in the Global Translator plugin by building in a configurable throttle setting to prevent this from happening (this is also where the cache comes into its own). Because of this though, don&#8217;t expect your entire site to be indexed immediately. With a 5-minute delay between requests (the default), it&#8217;s going to take a few days for most average-size sites to be translated into all 30-odd languages that are available.</p>
<h4>Conclusion</h4>
<p>All-in-all this looks like a nifty bit of code, so hats off to the guys at <a href="http://www.nothing2hide.net" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nothing2hide.net');">Nothing2Hide</a> for all the hard work. I for one am looking forward to seeing how it performs over the next few weeks.</p>
<p><!--adsense--></p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-translation-plugin%2F&amp;title=WordPress%20Translation%20plugin"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-translation-plugin%2F&amp;title=WordPress%20Translation%20plugin"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-translation-plugin%2F&amp;title=WordPress%20Translation%20plugin"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-translation-plugin%2F&amp;title=WordPress%20Translation%20plugin"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-translation-plugin%2F&amp;title=WordPress%20Translation%20plugin"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=WordPress%20Translation%20plugin&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-translation-plugin%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-translation-plugin%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=WordPress%20Translation%20plugin&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-translation-plugin%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/site-consuming-excessive-resources/' rel='bookmark' title='Permanent Link: Site consuming excessive resources'>Site consuming excessive resources</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/wordpress-translation-plugin/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>WordPress Roles and Capabilities</title>
		<link>http://www.hippowebsolutions.com/wordpress-roles-and-capabilities/</link>
		<comments>http://www.hippowebsolutions.com/wordpress-roles-and-capabilities/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 22:44:08 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[roles + capabilities]]></category>
		<category><![CDATA[Website admin]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=400</guid>
		<description><![CDATA[

I bet you log into WordPress as an Administrator, right? Yup, so do I. Nothing wrong with that &#8211; after all, most of us run single-user blogs. But did you know that WordPress has built-in support for a wide range of Roles and Capabilities? 
WordPress Roles
By default there are five Roles, each of which has [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><img src="http://www.hippowebsolutions.com/images/200810/user-icon.jpg" style="float:right;margin:0 0 10px 10px 10px;border:none"/>I bet you log into WordPress as an Administrator, right? Yup, so do I. Nothing wrong with that &#8211; after all, most of us run single-user blogs. But did you know that WordPress has built-in support for a wide range of Roles and Capabilities? </p>
<h4>WordPress Roles</h4>
<p>By default there are five Roles, each of which has progressively more power:</p>
<ul>
<li>Subscriber</li>
<li>Contributor</li>
<li>Author</li>
<li>Editor</li>
<li>Administrator</li>
</ul>
<p><span id="more-400"></span></p>
<h4>WordPress Capabilities</h4>
<p>Capabilities represent the various tasks that you can perform in WordPress, stuff like:</p>
<ul>
<li>publishing, editing and deleting posts and pages</li>
<li>moderating comments</li>
<li>managing users</li>
<li>managing themes and plugins</li>
</ul>
<p>See the WordPress codex for a <a href="http://codex.wordpress.org/Roles_and_Capabilities" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/codex.wordpress.org');">full list of capabilities</a> and how these are mapped to the default Roles.</p>
<h4>Role Manager Plugin</h4>
<p>If the out-the-box functionality doesn&#8217;t meet your requirements, you might like to check out Thomas Schneider&#8217;s <a href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.im-web-gefunden.de');">role manager plugin</a>, which allows you to edit the capabilities of existing roles, or even create completely new roles with arbitrary collections of capabilities!</p>
<p><img src="http://www.hippowebsolutions.com/images/200810/wordpress-capabilities.gif"/></p>
<h4>What can you do with Roles and Capabilities?</h4>
<p>This feature comes into play on multi-user blogs, when you want to assign greater levels of responsibility to some users than others. Generally you would not want more than one or two Administrators on a site &#8211; <em>with great power comes great responsibility</em> and all that.</p>
<ul>
<li>
<h4>Membership sites</h4>
</li>
<p>Probably the most common use of Roles other than Administrator is when you allow (or require) members of the public to register in order to access content or post comments.</p>
<li>
<h4>Team blogs</h4>
</li>
<p>You may also wish to allow guest bloggers or members of a team to submit posts directly to the site, pending review by an Editor or Administrator before being published.</p>
<li>
<h4>Community sites</h4>
</li>
<p>Or perhaps you want to create a community site where individual users are responsible for their own content, but cannot for example edit others&#8217; posts, or install plugins or change themes.
</ul>
<p>All these and more are possible by assigning users appropriate Roles and Capabilities. I have a project coming up in the new year where I&#8217;ll need to approve content that&#8217;s been submitted for review before being published, so this is of particular interest to me right now. I&#8217;d be interested to hear from any of you that have experience in this area &#8211; please share your expertise in the comments below.</p>
<p><!--adsense--></p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-roles-and-capabilities%2F&amp;title=WordPress%20Roles%20and%20Capabilities"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-roles-and-capabilities%2F&amp;title=WordPress%20Roles%20and%20Capabilities"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-roles-and-capabilities%2F&amp;title=WordPress%20Roles%20and%20Capabilities"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-roles-and-capabilities%2F&amp;title=WordPress%20Roles%20and%20Capabilities"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-roles-and-capabilities%2F&amp;title=WordPress%20Roles%20and%20Capabilities"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=WordPress%20Roles%20and%20Capabilities&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-roles-and-capabilities%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-roles-and-capabilities%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=WordPress%20Roles%20and%20Capabilities&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-roles-and-capabilities%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/wordpress-roles-and-capabilities/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Easiest way to manage broken links</title>
		<link>http://www.hippowebsolutions.com/easiest-way-to-manage-broken-links/</link>
		<comments>http://www.hippowebsolutions.com/easiest-way-to-manage-broken-links/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 19:00:14 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[Website admin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[web admin]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=219</guid>
		<description><![CDATA[

Despite all best intentions, broken links are a fact of life on any website that&#8217;s been going for longer than a few months. Even if you rigorously follow the advice I gave a few days ago about redirecting urls, you can only control your own urls this way. But what about all those external pages [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/site-consuming-excessive-resources/' rel='bookmark' title='Permanent Link: Site consuming excessive resources'>Site consuming excessive resources</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Despite all best intentions, broken links are a fact of life on any website that&#8217;s been going for longer than a few months. Even if you rigorously follow the advice I gave a few days ago about <a href="http://www.hippowebsolutions.com/the-2-best-ways-to-redirect-a-url/" title="The 2 best ways to redirect a URL" >redirecting urls</a>, you can only control your own urls this way. But what about all those external pages you point to in your posts? If one of those sites closes down, or is less conscientious about maintaining the integrity of their site, broken links appear <em>on your site!</em></p>
<p>Now, there is no shortage of link checkers on the internet, but for all you WordPress-ers, there&#8217;s an easier way &#8211; the <a href="http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/" target="_blank" title="broken link checker plugin for WordPress" onclick="javascript:pageTracker._trackPageview('/outbound/article/w-shadow.com');">broken link checker plugin</a>. I recently installed and ran it on one of the sites I look after, and it came up with a list of more than 20 broken links &#8211; I had no idea!</p>
<p><span id="more-219"></span></p>
<h4>Broken Link Checker plugin</h4>
<p>This nifty plugin runs in the background anytime you&#8217;ve got your admin console open, and produces a report in the dashboard if it finds any dud links or missing images. Each row in the table also has a number of options that allow you to fix the problem without leaving the admin console, so it&#8217;s quick and easy to fix them.</p>
<h4>Configuration</h4>
<p><img src="/images/200809/link-checker-plugin-config-screenshot.gif" alt="broken link checker WordPress plugin - configuration options"/></p>
<p>As you can see, configuration is straightforward:</p>
<ul>
<li><strong>Status</strong> &#8211; this alerts you to any problems found, with a link to the management page. You can also manually restart the scanning process, although this should rarely be necessary.</li>
<li><strong>Check every post</strong> &#8211; here you can configure how frequently your site will be checked.</li>
<li><strong>Broken link CSS</strong> &#8211; until they are fixed, by default any broken links will be displayed as <span style="text-decoration:line-through">crossed out</span>, as a visual cue to your visitors.</li>
<li><strong>Exclusion list</strong> &#8211; I haven&#8217;t found a need to use this as yet.</li>
<li><strong>Work session length</strong> &#8211; pretty self-explanatory!</li>
<li><strong>&#8220;Delete Post&#8221; option</strong> &#8211; the plugin author doesn&#8217;t recommend you use this, and neither do I!</li>
</ul>
<p>If you change any of these values, don&#8217;t forget to click the <em>Update Options</em> button.</p>
<h4>Fixing broken links</h4>
<p>The management screen displays a table, with each row representing a broken link or missing image. It looks like this:</p>
<p><img src="/images/200809/link-checker-plugin-management-screenshot.gif" alt="broken link checker WordPress plugin - broken link management"/></p>
<p>Here&#8217;s a brief explanation of each of the columns:</p>
<ul>
<li><strong>Post</strong> &#8211; displays the title of the post or page which has the broken link</li>
<li><strong>Link text</strong> &#8211; displays the link text</li>
<li><strong>URL</strong> &#8211; displays the faulty URL, along with an <em>Edit</em> option for you to correct it</li>
<li><strong>View</strong> &#8211; this allows you to view the post or page, as seen by your visitors</li>
<li><strong>Edit Post</strong> &#8211; this takes you to the post editor so you can make changes in context</li>
<li><strong>Discard</strong> &#8211; this removes the row from the table, although it will reappear with the next scan if the link hasn&#8217;t been fixed.</li>
<li><strong>Unlink</strong> &#8211; this gives you the option to remove the link from the post, whilst retaining the link text.</li>
</ul>
<h4>Conclusion</h4>
<p>Perhaps the best thing about this plugin is that once you&#8217;ve set it up, you can more or less forget about it, and just leave it to run in the background, safe in the knowledge that it&#8217;s got your back, and will notify you of any problems. Definitely one to go on the <em>must have</em> list!</p>
<p><!--adsense--></p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Feasiest-way-to-manage-broken-links%2F&amp;title=Easiest%20way%20to%20manage%20broken%20links"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Feasiest-way-to-manage-broken-links%2F&amp;title=Easiest%20way%20to%20manage%20broken%20links"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Feasiest-way-to-manage-broken-links%2F&amp;title=Easiest%20way%20to%20manage%20broken%20links"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Feasiest-way-to-manage-broken-links%2F&amp;title=Easiest%20way%20to%20manage%20broken%20links"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Feasiest-way-to-manage-broken-links%2F&amp;title=Easiest%20way%20to%20manage%20broken%20links"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=Easiest%20way%20to%20manage%20broken%20links&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Feasiest-way-to-manage-broken-links%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Feasiest-way-to-manage-broken-links%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=Easiest%20way%20to%20manage%20broken%20links&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Feasiest-way-to-manage-broken-links%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/site-consuming-excessive-resources/' rel='bookmark' title='Permanent Link: Site consuming excessive resources'>Site consuming excessive resources</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress statistics plugin'>WordPress statistics plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/easiest-way-to-manage-broken-links/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress statistics plugin</title>
		<link>http://www.hippowebsolutions.com/wordpress-statistics-plugin/</link>
		<comments>http://www.hippowebsolutions.com/wordpress-statistics-plugin/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 05:53:05 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[web stats]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=142</guid>
		<description><![CDATA[

Every blogger or website owner should check their stats regularly to measure the progress (or lack thereof) of their site &#8211; things like:

traffic
subscribers
revenue from ads and affiliates

The key, as with so many other things in life, is not to overdo it. Every minute you spend checking your stats is a minute you could have spent [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-translation-plugin/' rel='bookmark' title='Permanent Link: WordPress Translation plugin'>WordPress Translation plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-roles-and-capabilities/' rel='bookmark' title='Permanent Link: WordPress Roles and Capabilities'>WordPress Roles and Capabilities</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Every blogger or website owner should check their stats regularly to measure the progress (or lack thereof) of their site &#8211; things like:</p>
<ul>
<li>traffic</li>
<li>subscribers</li>
<li>revenue from ads and affiliates</li>
</ul>
<p>The key, as with so many other things in life, is not to overdo it. Every minute you spend checking your stats is a minute you could have spent crafting that latest post or networking with other sites via commenting, <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" title="increase traffic to your blog with social bookmarking" >social bookmarking</a>, or whatever other means you choose to build your traffic.</p>
<p>I know I&#8217;m as guilty as anyone when it comes to this, which is why I was thrilled the other day to come across a plugin that automates the process for you and brings your stats right into the WordPress dashboard.<br />
<span id="more-142"></span></p>
<h4>WordPress Reports plugin</h4>
<p><a href="http://tantannoodles.com/toolkit/wordpress-reports/" target="_blank" title="WordPress Reports plugin for traffic stats" onclick="javascript:pageTracker._trackPageview('/outbound/article/tantannoodles.com');">WordPress Reports</a> currently integrates with <a href="http://www.feedburner.com" target="_blank" title="FeedBurner" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.feedburner.com');">FeedBurner</a> and <a href="http://www.google.com/analytics" title="Google Analytics" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');">Google Analytics</a>, two of the most commonly used packages for tracking web stats, although the author says he may consider adding support for others in the future. Note that you configure each service independently in the plugin, so can choose to use only one if you wish. It&#8217;s probably obvious, but I&#8217;ll say it anyway: you need to sign up to each service that you want to use. Here&#8217;s a screenshot of the kind of reports the plugin produces (and no, those aren&#8217;t my stats <img src='http://www.hippowebsolutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ):</p>
<p><img src="http://www.hippowebsolutions.com/images/200808/wpreports-plugin-screenshot.gif" alt="WordPress reports plugin screenshot"/></p>
<h4>Configuration settings</h4>
<p>Unfortunately there is no option to change the 7-day range of the reports, but I guess if you want to do more in-depth analysis you can login to Analytics or FeedBurner directly. It does however have options for the kind of reports you&#8217;d like displayed from Analytics. You can choose any or all of:</p>
<ul>
<li>Daily Visits</li>
<li>Daily Pageviews</li>
<li>Average pageviews per visit</li>
<li>Inbound sources</li>
<li>Rising sources</li>
<li>Outbound links</li>
<li>Popular content</li>
<li>Rising content</li>
<li>Falling content</li>
<li>Entry pages</li>
<li>New and returning visitors</li>
</ul>
<p>Each of these will produce its own graph, so it can be a little slow to load with them all enabled.</p>
<p>With FeedBurner, you have the option of displaying more than one feed if you wish, so for example you could view subscriptions to your comments next to your main content subscriptions if you wish.</p>
<p>The plugin also has a couple of extra features which I&#8217;m not currently using &#8211; it can manage your Analytics tracking code for you so you don&#8217;t need to modify your template or use a different plugin, and also has a widget for displaying your most popular content.</p>
<h4>More plugins</h4>
<p>One of the things I love about WordPress is the availability of loads of really great plugins which extend the core functionality in all kinds of directions. Dale over at <a href="http://www.afewgoodpens.com/blog/2008/08/07/some-thoughts-on-wordpress-26-and-plugins-galore-part-two/" title="A Few Good Pens" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.afewgoodpens.com');">A Few Good Pens</a> has recently published a list of some excellent ones, one or two of which I&#8217;d never come across.</p>
<p>The worst bit about having all these plugins is having to choose which ones to use; if you use too many it can have a negative impact on your page-load times. And I&#8217;ve also heard of cases where different ones interfere with each other, although thankfully I&#8217;ve never had that happen to me so far.</p>
<p><!--adsense--></p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-statistics-plugin%2F&amp;title=WordPress%20statistics%20plugin"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-statistics-plugin%2F&amp;title=WordPress%20statistics%20plugin"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-statistics-plugin%2F&amp;title=WordPress%20statistics%20plugin"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-statistics-plugin%2F&amp;title=WordPress%20statistics%20plugin"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-statistics-plugin%2F&amp;title=WordPress%20statistics%20plugin"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=WordPress%20statistics%20plugin&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-statistics-plugin%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-statistics-plugin%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=WordPress%20statistics%20plugin&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Fwordpress-statistics-plugin%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/wordpress-dot-com-statistics-plugin/' rel='bookmark' title='Permanent Link: WordPress.com statistics plugin'>WordPress.com statistics plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-translation-plugin/' rel='bookmark' title='Permanent Link: WordPress Translation plugin'>WordPress Translation plugin</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-roles-and-capabilities/' rel='bookmark' title='Permanent Link: WordPress Roles and Capabilities'>WordPress Roles and Capabilities</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/wordpress-statistics-plugin/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How to exclude pages from WordPress&#8217;s page listings</title>
		<link>http://www.hippowebsolutions.com/how-to-exclude-pages-from-wordpresss-page-listings/</link>
		<comments>http://www.hippowebsolutions.com/how-to-exclude-pages-from-wordpresss-page-listings/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 21:18:57 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress api]]></category>
		<category><![CDATA[wp_list_pages]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=133</guid>
		<description><![CDATA[

Have you ever felt a need to alter one of WordPress&#8217;s default page listings so that it doesn&#8217;t show up certain pages? I did when I was first starting out with WordPress, and for the life of me I couldn&#8217;t figure out a satisfactory way of doing it (sure I could have hard-coded the links [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2/' rel='bookmark' title='Permanent Link: How to widen the sidebar in WordPress K2'>How to widen the sidebar in WordPress K2</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-translation-plugin/' rel='bookmark' title='Permanent Link: WordPress Translation plugin'>WordPress Translation plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Have you ever felt a need to alter one of WordPress&#8217;s default page listings so that it doesn&#8217;t show up certain pages? I did when I was first starting out with WordPress, and for the life of me I couldn&#8217;t figure out a satisfactory way of doing it (sure I could have hard-coded the links into my template, but that&#8217;s <em>not</em> what I consider a satisfactory solution).</p>
<p>In fact, at the time, I wasn&#8217;t even sure if I was supposed to be changing any of my theme&#8217;s template files at all, after hearing all those dire warnings <em>not to hack the core</em>. Now that I&#8217;m a bit more experienced, it&#8217;s obvious that most people use a theme as a starting point for their site, but then customize it to suit their particular needs and taste, and to give their site a unique look.<br />
<span id="more-133"></span><br />
The specific problem I had was that my theme (<a href="http://getk2.com" target="_blank" title="WordPress K2 theme" onclick="javascript:pageTracker._trackPageview('/outbound/article/getk2.com');">K2</a>) inserts a horizontal list of all public pages in the header &#8211; not a problem in itself, but I had a couple of pages (Terms of Service, etc) that I didn&#8217;t want included as part of the main menu; I prefer to have those kind of pages linked from the footer.</p>
<h4>The wp_list_pages function</h4>
<p>Eventually I tracked down the WordPress function that generates those listings: the versatile <code>wp_list_pages</code>. The specific line in my <code>header.php</code> file that needed changing was:</p>
<div class="scrollable" style="height:40px"><code>wp_list_pages('sort_column=menu_order&#038;depth=1&#038;title_li=');</code></div>
<p>and all I needed to do to exclude the specific pages I didn&#8217;t want displayed was to change it to:</p>
<div class="scrollable" style="height:40px"><code>wp_list_pages('sort_column=menu_order&#038;depth=1&#038;title_li=<strong>&#038;exclude=8,15,16,17,18</strong>');</code></div>
<p>where the numbers in the <code>exclude</code> list represent the id&#8217;s of the pages I wanted hidden.</p>
<p>You can also do it the other way by specifying the list of pages to <code>include</code>, which may make sense if you have a lot of pages, but only want to display a few of them. And there are lots of other ways to customize the display too, but I&#8217;ll simply direct you to the <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages" target="_blank" title="WordPress codex" onclick="javascript:pageTracker._trackPageview('/outbound/article/codex.wordpress.org');">WordPress codex</a> rather than trying to explain them all here.</p>
<p><!--adsense--></p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-exclude-pages-from-wordpresss-page-listings%2F&amp;title=How%20to%20exclude%20pages%20from%20WordPress%27s%20page%20listings"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-exclude-pages-from-wordpresss-page-listings%2F&amp;title=How%20to%20exclude%20pages%20from%20WordPress%27s%20page%20listings"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-exclude-pages-from-wordpresss-page-listings%2F&amp;title=How%20to%20exclude%20pages%20from%20WordPress%27s%20page%20listings"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-exclude-pages-from-wordpresss-page-listings%2F&amp;title=How%20to%20exclude%20pages%20from%20WordPress%27s%20page%20listings"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-exclude-pages-from-wordpresss-page-listings%2F&amp;title=How%20to%20exclude%20pages%20from%20WordPress%27s%20page%20listings"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=How%20to%20exclude%20pages%20from%20WordPress%27s%20page%20listings&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-exclude-pages-from-wordpresss-page-listings%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-exclude-pages-from-wordpresss-page-listings%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=How%20to%20exclude%20pages%20from%20WordPress%27s%20page%20listings&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-exclude-pages-from-wordpresss-page-listings%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2/' rel='bookmark' title='Permanent Link: How to widen the sidebar in WordPress K2'>How to widen the sidebar in WordPress K2</a></li>
<li><a href='http://www.hippowebsolutions.com/wordpress-translation-plugin/' rel='bookmark' title='Permanent Link: WordPress Translation plugin'>WordPress Translation plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/how-to-exclude-pages-from-wordpresss-page-listings/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Managing images with the WordPress media manager</title>
		<link>http://www.hippowebsolutions.com/managing-images-with-the-wordpress-media-manager/</link>
		<comments>http://www.hippowebsolutions.com/managing-images-with-the-wordpress-media-manager/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 21:29:32 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[image size]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[media manager]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=110</guid>
		<description><![CDATA[

I&#8217;ve recently outlined my strategy for including images in posts, namely:

Find an image you&#8217;d like to use
Resize it with GIMP
Upload it to my web server via FilleZilla
Include it in a post

Well, guess what? WordPress has a built-in mechanism to streamline this process via its Media Manager. It automatically resizes the image, uploads it to your [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-resize-images-using-gimp/' rel='bookmark' title='Permanent Link: How to resize images using GIMP'>How to resize images using GIMP</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2/' rel='bookmark' title='Permanent Link: How to widen the sidebar in WordPress K2'>How to widen the sidebar in WordPress K2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>I&#8217;ve recently outlined my strategy for including images in posts, namely:</p>
<ol>
<li><a href="http://www.hippowebsolutions.com/bling-your-blog-with-free-images/" >Find an image you&#8217;d like to use</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-resize-images-using-gimp/" >Resize it with GIMP</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-use-ftp-to-transfer-files/" >Upload it to my web server via FilleZilla</a></li>
<li>Include it in a post</li>
</ol>
<p>Well, guess what? WordPress has a built-in mechanism to streamline this process via its <em>Media Manager</em>. It automatically resizes the image, uploads it to your site, and can even embed it within your post if you wish! As a matter of fact, it can also manage your audio, video and other media files for you too, but that&#8217;s beyond the scope of this post.<br />
<span id="more-110"></span></p>
<h4>Configuration</h4>
<p>Before we start using the media manager, let&#8217;s have a look at how it&#8217;s configured in the background. In your admin console, click <em>Settings > Miscellaneous</em>. This brings up the <em>Miscellaneous Settings</em> options page (currently showing the default settings):</p>
<p><img src="http://www.hippowebsolutions.com/images/200808/media-manager-options-screenshot.gif" title="WordPress media manager options"/></p>
<p>You can see it&#8217;s divided into two sections. The <em>Uploading</em> section defines where the images you upload will be stored. Unless you have a particular reason to change this, I suggest you leave these settings as they are.</p>
<p>The <em>Image sizes</em> section defines how your images will be scaled when you upload them. The original image will be saved as-is, along with two seperate scaled versions &#8211; medium and thumbnail size. These latter two will be sized according to the dimensions you define in this section of the options page. I suggest you untick the <em>crop thumbnail to exact dimensions</em> checkbox, or you may find that only part of the image makes it into the thumbnail.</p>
<p>I like to set the Medium size to just a bit less than the width of my content area; on this blog the content area is 500px wide, so I set the <em>Max Width</em> to 450px.</p>
<p>Don&#8217;t forget to click the <em>Save Changes</em> button when you&#8217;re finished.</p>
<h4>Uploading an image</h4>
<p>At the top of the post editor, you will see the media manager toolbar:</p>
<p><img src="http://www.hippowebsolutions.com/images/200808/media-manager-toolbar-screenshot.gif" title="WordPress media manager toolbar"/></p>
<p>Click the <em>Add an Image</em> button to bring up the <em>Choose file</em> dialog.</p>
<p><img src="http://www.hippowebsolutions.com/images/200808/media-manager-choose-file-dialog-screenshot.gif" title="WordPress media manager choose file dialog"/></p>
<p>Click the <em>Choose files to upload</em> button, and select one or more files from your computer to upload. This will transfer the files from your computer to your website, and also create the two scaled versions I mentioned above.</p>
<h4>Embedding an image into your post</h4>
<p>To use one of the images you&#8217;ve uploaded, click the <em>Add an image</em> button again to pull up the media manager, then select the <em>Gallery</em> tab at the top. You should now see a list of all the images you&#8217;ve uploaded so far. To use one of them, click the <em>Show</em> link next to it, which will display the following window:</p>
<p><img src="http://www.hippowebsolutions.com/images/200808/media-manager-insert-image-screenshot.gif" title="WordPress media manager insert image dialog"/></p>
<p>Here&#8217;s a rundown of what all those options are for:</p>
<ul>
<li><em>Title</em> &#8211; used to provide a title for the image, that may be displayed as a tooltip when a visitor hovers their mouse over it.</li>
<li><em>Caption</em> &#8211; apart from displaying a caption under the image, using this (and/or the <em>Title</em>) may have benefits for your search engine rankings.</li>
<li><em>Description</em> &#8211; I&#8217;ve never used it.</li>
<li><em>Link URL</em> &#8211; this defaults to a link to the full-size image, which, if clicked, will display the image by itself in the browser. I don&#8217;t use this, and so generally click the <em>None</em> button to remove the link.</li>
<li><em>Alignment</em> &#8211; this is most useful when displaying thumbnails, as you can align the image to the left or right and have the surrounding text wrap around it. Otherwise, for larger images I generally select <em>None</em>.</li>
<li><em>Size</em> &#8211; here&#8217;s where you select which of the three image sizes you want displayed. For a column-width one I select <em>Medium</em> (you could also use <em>Full size</em>, but for reasons I explain in my article on <a href="http://www.hippowebsolutions.com/how-to-resize-images-using-gimp/" >how to resize images with GIMP</a>, this is not a good idea). Otherwise I tend to use the <em>Thumbnail</em> size and float it left or right.</li>
<li>Click the <em>Insert into post</em> button to embed the image in your post.</li>
</ul>
<p><img src="http://www.hippowebsolutions.com/wp-content/uploads/2008/08/sunset-150x100.jpg" alt="" title="beautiful sunset" width="150" height="100" class="alignleft size-thumbnail wp-image-124" />Here&#8217;s an example of a thumbnail which I&#8217;ve specified to be aligned to the left. Notice how the text flows around it; this can be used to add graphical images to your posts without breaking up the flow of text so much that the reader has to go hunting for its continuation.</p>
<p><span class="caption">Image courtesy of <a href="http://www.flickr.com/photos/mischiru" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');">mischiru</a></span></p>
<h4>Conclusion</h4>
<p>I hope that&#8217;s given you some idea of how the media manager works. It&#8217;s certainly easier to upload and resize images this way than the previous method I spoke about, particularly if you want to do several images at once.</p>
<p>Personally though, I think I&#8217;ll stick to the traditional way. Mainly because:</p>
<ul>
<li>I don&#8217;t like having three versions of an image taking up my webspace when I only intend using one.</li>
<li>I had a couple of issues trying to align an image left, with wrapping text, while at the same time displaying a caption. I don&#8217;t think there&#8217;s any reason why this shouldn&#8217;t work; it just didn&#8217;t for me. It may be a bug in WordPress&#8230;</li>
<li>On a more subjective note, I guess I just prefer to have a bit more control, and as such like to hand-code the html (I know, I know, this is exactly what WordPress is so good at shielding its users from &#8211; maybe just a hangover from my pre-WP days!)</li>
</ul>
<p>I&#8217;d be interested to hear others&#8217; experiences of using media manager, so please feel free to join the discussion by leaving a comment.</p>
<p><!--adsense--></p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fmanaging-images-with-the-wordpress-media-manager%2F&amp;title=Managing%20images%20with%20the%20WordPress%20media%20manager"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fmanaging-images-with-the-wordpress-media-manager%2F&amp;title=Managing%20images%20with%20the%20WordPress%20media%20manager"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fmanaging-images-with-the-wordpress-media-manager%2F&amp;title=Managing%20images%20with%20the%20WordPress%20media%20manager"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fmanaging-images-with-the-wordpress-media-manager%2F&amp;title=Managing%20images%20with%20the%20WordPress%20media%20manager"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Fmanaging-images-with-the-wordpress-media-manager%2F&amp;title=Managing%20images%20with%20the%20WordPress%20media%20manager"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=Managing%20images%20with%20the%20WordPress%20media%20manager&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fmanaging-images-with-the-wordpress-media-manager%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Fmanaging-images-with-the-wordpress-media-manager%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=Managing%20images%20with%20the%20WordPress%20media%20manager&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Fmanaging-images-with-the-wordpress-media-manager%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-resize-images-using-gimp/' rel='bookmark' title='Permanent Link: How to resize images using GIMP'>How to resize images using GIMP</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2/' rel='bookmark' title='Permanent Link: How to widen the sidebar in WordPress K2'>How to widen the sidebar in WordPress K2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/managing-images-with-the-wordpress-media-manager/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How to widen the sidebar in WordPress K2</title>
		<link>http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2/</link>
		<comments>http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 17:30:19 +0000</pubDate>
		<dc:creator>Rodney Smith</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[k2]]></category>
		<category><![CDATA[resize sidebar]]></category>

		<guid isPermaLink="false">http://www.hippowebsolutions.com/?p=19</guid>
		<description><![CDATA[

I was recently asked by one of my clients to widen the sidebar on her K2-themed WordPress blog. Initially I thought this might be tricky as it would involve tweaking the theme&#8217;s template files. But once I started, I was pleasantly surprised to find that it was not at all difficult &#8211; all that was [...]


Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-exclude-pages-from-wordpresss-page-listings/' rel='bookmark' title='Permanent Link: How to exclude pages from WordPress&#8217;s page listings'>How to exclude pages from WordPress&#8217;s page listings</a></li>
<li><a href='http://www.hippowebsolutions.com/managing-images-with-the-wordpress-media-manager/' rel='bookmark' title='Permanent Link: Managing images with the WordPress media manager'>Managing images with the WordPress media manager</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><span style="float:left;margin:10px;"><!--adsense#adsense_inline200x200_textImage--></span>I was recently asked by <a href="http://www.thecraftywriter.com" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thecraftywriter.com');">one of my clients</a> to widen the sidebar on her <a href="http://getk2.com/" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/getk2.com');">K2</a>-themed WordPress blog. Initially I thought this might be tricky as it would involve tweaking the theme&#8217;s template files. But once I started, I was pleasantly surprised to find that it was not at all difficult &#8211; all that was required was altering a couple of settings in the site&#8217;s CSS. And the best part was that I didn&#8217;t have to modify <em>any</em> of the theme&#8217;s files &#8211; this of course makes it much easier to upgrade the theme in the future.<br />
<span id="more-19"></span></p>
<h4>Background</h4>
<p>My client was using a default K2 installation, with a single sidebar. It&#8217;s also possible to configure K2 to have two sidebars, or none, which is something I really like about the theme. If you&#8217;re using one of these configurations, you will have to adapt my advice accordingly. But the principle will be the same. For the rest of this article, I&#8217;ll address the single-sidebar scenario.</p>
<p>In this configuration, the main content area is 500 pixels wide, with a 200 pixel sidebar. Overall width is 780 pixels (for the mathematically astute the extra 80 pixels are made up in the column margins). My brief was to increase the sidebar width so it could accomodate two 125&#215;125 pixel buttons next to each other. In case you didn&#8217;t know, this is the standard size of graphical advertising logos. So I decided to increase the sidebar width to 260 pixels (again the extra pixels are for padding), and thus the overall blog width to 840 pixels. Here&#8217;s how I did it:</p>
<ol>
<li><a href="http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2#step1" >Create a custom K2 stylesheet</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2#step2" >Locate the relevant CSS selectors</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2#step3" >Modify the width values</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2#step4" >Activate your custom style</a></li>
<li><a href="http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2#step5" >(optionally) modify the width of the header graphic</a></li>
</ol>
<h4><a name="step1"></a>Step 1: Create a custom K2 stylesheet</h4>
<p>The look and feel of any WordPress theme is controlled by the <code>style.css</code> file located in the theme folder, ie <code>/wp-content/themes/k2/style.css</code>. But K2 allows you to override the settings in this file by creating a custom stylesheet in the <code>wp-content/themes/k2/styles</code> folder. You will find this location already contains a <code>sample</code> folder, which is a good starting point. Create a copy of this folder and give it a unique name. Then rename the <code>sample.css</code> file in your copied folder too &#8211; use the same unique name if you wish.</p>
<h4><a name="step2"></a>Step 2: Locate the relevant CSS selectors</h4>
<p>There are two CSS selectors that control the width that we want to change: <code>sidebar-single #page</code> controls the overall blog width, and <code>sidebar-main</code> controls the width of (you guessed it) the sidebar.</p>
<p>Open up your <code>style.css</code> file in a text editor, and use the search function to find them. They look like this:</p>
<pre><code>.sidebar-single #page {
	width: 780px;
}</code></pre>
<p>and</p>
<pre><code>#sidebar-main {
	float: left;
	width: 200px;
	padding: 10px;
}</code></pre>
<p>Copy these two bits as-is into the custom stylesheet you created earlier. Anywhere will do; I put mine at the bottom.</p>
<h4><a name="step3"></a>Step 3: Modify the width values</h4>
<p>Now simply change the two <code>width</code> values &#8211; from <code>780px</code> to <code>840px</code> and from <code>200px</code> to <code>260px</code> (see, I told you it was easy). Just make sure you don&#8217;t change anything else. Now save the file and upload it to your web server.</p>
<h4><a name="step4"></a>Step 4: Activate your custom style</h4>
<p>To activate the changes you&#8217;ve made, you need to log into your Admin Console, and go to the <strong>Design > K2 Options</strong> page. About two thirds of the way down there is a <strong>Style</strong> section with a drop-down list:</p>
<p><img src="http://www.hippowebsolutions.com/images/200808/k2options-screenshot1.gif"/ alt="selecting a custom stylesheet in WordPress K2" style="width:95%"></p>
<p>You should see the name of the custom stylesheet you created in step one. Select it, then click the <strong>Update Options</strong> button. View your blog, and check that the size has changed as expected. If for some reason it does not look right, you can easily undo the change by re-selecting the <strong>No Style</strong> option and once again clicking the <strong>Update Options</strong> button.</p>
<h4><a name="step5"></a>Step 5: (optionally) modify the width of the header graphic</h4>
<p>If your site uses a custom header graphic, you may notice (as I did) that it no longer extends the whole width of your site. In this case, all you need to do is open up the image file (you&#8217;ll find it in the <code>wp-content/themes/k2/images/headers</code> folder) in an image editor like <a href="http://www.gimp.org/" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.gimp.org');">GIMP</a>, and scale the image to be 840 pixels wide. Then save it with a different name back to the same folder (again this may involve FTP-ing it to your web server, which is beyond the scope of this article). Then, back on the <strong>K2 Options</strong> page, select the new image from the drop-down list in the <strong>Header</strong> section, and click the <strong>Update Options</strong> button.</p>
<p><img src="http://www.hippowebsolutions.com/images/200808/k2options-screenshot2.gif"/ alt="selecting a custom header image in WordPress K2" style="width:95%"></p>
<p>And that&#8217;s all there is to it!</p>
<p><!--adsense--></p>



If you found this article helpful, please share it on your favourite social site using the buttons below, so others can get to know about it too! <a href="http://www.hippowebsolutions.com/increase-traffic-to-your-blog-with-social-bookmarking/" >More info...</a>


	<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-widen-the-sidebar-in-wordpress-k2%2F&amp;title=How%20to%20widen%20the%20sidebar%20in%20WordPress%20K2"rel="nofollow" target="_blank"  title="Digg" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-widen-the-sidebar-in-wordpress-k2%2F&amp;title=How%20to%20widen%20the%20sidebar%20in%20WordPress%20K2"rel="nofollow" target="_blank"  title="del.icio.us" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-widen-the-sidebar-in-wordpress-k2%2F&amp;title=How%20to%20widen%20the%20sidebar%20in%20WordPress%20K2"rel="nofollow" target="_blank"  title="Reddit" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-widen-the-sidebar-in-wordpress-k2%2F&amp;title=How%20to%20widen%20the%20sidebar%20in%20WordPress%20K2"rel="nofollow" target="_blank"  title="StumbleUpon" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-widen-the-sidebar-in-wordpress-k2%2F&amp;title=How%20to%20widen%20the%20sidebar%20in%20WordPress%20K2"rel="nofollow" target="_blank"  title="Google" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a>
	<a href="http://slashdot.org/bookmark.pl?title=How%20to%20widen%20the%20sidebar%20in%20WordPress%20K2&amp;url=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-widen-the-sidebar-in-wordpress-k2%2F"rel="nofollow" target="_blank"  title="Slashdot" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-widen-the-sidebar-in-wordpress-k2%2F"rel="nofollow" target="_blank"  title="Technorati" onclick="javascript:pageTracker._trackPageview('/outbound/article/technorati.com');"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a href="mailto:?subject=How%20to%20widen%20the%20sidebar%20in%20WordPress%20K2&amp;body=http%3A%2F%2Fwww.hippowebsolutions.com%2Fhow-to-widen-the-sidebar-in-wordpress-k2%2F" title="E-mail this story to a friend!"><img src="http://www.hippowebsolutions.com/wp-content/plugins/sociable/images/email_link.png"rel="nofollow" target="_blank"  title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" / ></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://www.hippowebsolutions.com/how-to-install-wordpress-themes-using-cpanel/' rel='bookmark' title='Permanent Link: How to install WordPress themes using cPanel'>How to install WordPress themes using cPanel</a></li>
<li><a href='http://www.hippowebsolutions.com/how-to-exclude-pages-from-wordpresss-page-listings/' rel='bookmark' title='Permanent Link: How to exclude pages from WordPress&#8217;s page listings'>How to exclude pages from WordPress&#8217;s page listings</a></li>
<li><a href='http://www.hippowebsolutions.com/managing-images-with-the-wordpress-media-manager/' rel='bookmark' title='Permanent Link: Managing images with the WordPress media manager'>Managing images with the WordPress media manager</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hippowebsolutions.com/how-to-widen-the-sidebar-in-wordpress-k2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
