<?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>The Solicitors Online Blog &#187; wordpress</title>
	<atom:link href="http://www.solicitorsonlineblog.co.uk/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solicitorsonlineblog.co.uk</link>
	<description>Musings from an online lawyer</description>
	<lastBuildDate>Wed, 04 Aug 2010 08:52:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.solicitorsonlineblog.co.uk</link>
<url>http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/favicon-19.ico</url>
<title>The Solicitors Online Blog</title>
</image>
		<item>
		<title>Navigation for wordpress posts and pages</title>
		<link>http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 21:11:01 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[Tips and how to]]></category>
		<category><![CDATA[doing techie stuff]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.solicitorsonlineblog.co.uk/?p=446</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/"><img align="left" hspace="5" width="150" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/03/navigation.jpg" class="alignleft wp-post-image tfe" alt="navigation in a blog" title="navigation in a blog" /></a>
Wordpress navigation
I like to be able to move around my blog easily.  And for a long time I have been really annoyed by the fact that there were no &#8216;next post&#8217; or &#8216;previous post&#8217; links at the bottom of my blog posts.
This is present on many sites automatically, but not on mine.  I use the [...]]]></description>
			<content:encoded><![CDATA[<h4><a rel="attachment wp-att-449" href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/navigation/"><img class="alignleft size-full wp-image-449" style="border: 10px solid white;" title="navigation in a blog" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/03/navigation.jpg" alt="navigation in a blog" width="200" height="173" /></a><br />
Wordpress navigation</h4>
<p>I like to be able to move around my blog easily.  And for a long time I have been really annoyed by the fact that there were no &#8216;next post&#8217; or &#8216;previous post&#8217; links at the bottom of my blog posts.</p>
<p>This is present on many sites automatically, but not on mine.  I use the <a href="http://www.headwaythemes.com/affiliates/idevaffiliate.php?id=487">Headway theme</a>, which in many respects very good.  However, when I asked a question about this on their forum, I did not get much help (their forum help is not all it is cracked up to be).  So it was left to me to go rummaging around to see what I could find.</p>
<p>Searches in the <a href="http://wordpress.org/extend/plugins/">plugin&#8217;s directory</a> brought forth a few which looked promising, but none of them did what I wanted.  I liked the <a href="http://wordpress.org/extend/plugins/wp-pagenavi/">WP-PageNavi plugin</a> though, so decided to keep that one (and added it to my other blogs).  But how to get the previous/next post links?  Time to visit the <a href="http://codex.wordpress.org/Main_Page">Word Press Codex</a>.</p>
<p>The WP Codex is a great site which has lots and lots of technical information about using, hacking, repairing, doing anything really with a wordpress site.  I am slightly hampered of course by not being a developer and not having had any training in php.  However I managed to find a page (which <a href="http://codex.wordpress.org/Next_and_Previous_Links#The_Next_and_Previous_Posts">you will find here</a>) which gave me some code to make the links.</p>
<p>But where do you put them?  On the files.  Happily, if you need to do this yourself,  you do not have to download and upload files via ftp or (in my case) cpanel, as you can get at them via your WP administration area.  In the appearance section there is a link to a page called Editor.  There you will find pages with all that puzzling code.  Take a look at the index on the right.  The one you want is called Single Post (single.php).</p>
<p>Get the page up and put this code in a suitable place (you may need to mess around a bit):</p>
<pre>&lt;?php previous_post('&amp;laquo; &amp;laquo; %', '', 'yes'); ?&gt;
| &lt;?php next_post('% &amp;raquo; &amp;raquo; ', '', 'yes'); ?&gt;</pre>
<p>Yes I know it looks peculiar, but you don&#8217;t have to understand it, just copy and paste it.  Then go to your page and refresh.  Voila!  You can see it right at the bottom of this page (assuming you are looking at the post page).</p>
<p>&#8220;But&#8221;  hear you say &#8220;there is only one link&#8221;.  Thats because you are looking at the most recent post.  There is only one link &#8211; your last post.  Go back a few posts and you will see them both.  But yes, that worried me too for a while.</p>
<p>Needless to say I then went off to put in the links on all my other blogs.  I had a bit of a problem however with my Lodger Landlord blog, as that uses the most recent version of Headway.  The one with the visual editor.</p>
<p>The Headway visual editor, I have found, is brilliant, until it suddenly stops working, and you can&#8217;t get it going again (and the Headway forum are no help).  Not only, I have found, can you no longer edit much of the appearance of your blog, you also can&#8217;t edit single.php.  Because it ain&#8217;t there.</p>
<p>So the Lodger Landlord does not have the previous post/next post links.  But all the others do, and I am dead chuffed that I have managed to do a bit of coding all on my own (with a bit of help from the Codex of course).  But even so, I don&#8217;t think I&#8217;ll give up the day job yet &#8230;</p>
<p>Have you had a go at anything like this?  How did you get on?</p>
<div class='wp_likes' id='wp_likes_post-446'><a class='like' href="javascript:wp_likes.like(446);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(446);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/04/excerpts-and-pictures/" rel="bookmark" class="crp_title">Excerpts and pictures</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/28/social-media-buttons/" rel="bookmark" class="crp_title">Social media buttons</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/" rel="bookmark" class="crp_title">Favicons</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/" rel="bookmark" class="crp_title">The Lodger Landlord &#8211; testing the theories</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/" rel="bookmark" class="crp_title">Like plugins for wordpress</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favicons</title>
		<link>http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 19:53:57 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[Tips and how to]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.solicitorsonlineblog.co.uk/?p=228</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/"><img align="left" hspace="5" width="150" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/faviconcc-2.jpg" class="alignleft wp-post-image tfe" alt="A screenshot of the favicon.cc web-site" title="A screenshot of the favicon.cc web-site" /></a>I love favicons.  They are those tiny little icons that sit in the address bar next to the website url/web address.  I think they look really cool, and differentiate (for me) sites where attention is paid to detail from all the others.
Apart from  aesthetic values, I think it is very important to have a good [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-250" href="http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/faviconcc-2/"><img class="alignleft size-full wp-image-250" style="border: 10px solid white;" title="A screenshot of the favicon.cc web-site" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/faviconcc-2.jpg" alt="A screenshot of the favicon.cc web-site" width="300" height="180" /></a>I love favicons.  They are those tiny little icons that sit in the address bar next to the website url/web address.  I think they look really cool, and differentiate (for me) sites where attention is paid to detail from all the others.</p>
<p>Apart from  aesthetic values, I think it is very important to have a good favicon.  Why?  Because it helps develop your brand:</p>
<ul>
<li>With many browsers (such as Internet Explorer and Firefox) the favicons appear in the tabs, so you can more easily locate sites with recognisable favicons</li>
<li>They also appear next to the links on booksmarks (including online books marks)</li>
<li>Apparently links with recognisable favicons get clicked more often</li>
</ul>
<p><big><strong>Creating a favicon</strong></big></p>
<p>A favicon is 16 pixels wide so its design has to be simple to stand out.  Complex logos don&#8217;t work.  There are sites where you can upload an image (such as your regular logo) and it will turn it into a favicon for you.  However these  often turn out blurry.  I think the best favicon creation sites are those which allow you to adapt the image, or to create one from scratch.</p>
<p>The site I used to create the S favicon for this site was <a href="http://www.favicon.cc/">www.favicon.cc</a>.  This gives you a palette with the 16 x 16 canvas and a colour generator to paint with (see the picture above).</p>
<p>It took quite a bit of messing around to get the S favicon.  I initially made the whole square dark blue.  Colours have numbers when you are creating them on the web, and the number for the dark blue surround I use is #171D86.  White is #ffffff.  I then did quite a few different combinations of the letters SOLB or SOB or SB, none of which really  worked.  I finally put a white border just inside the square and put in the one S which looked much better.</p>
<p>I also created a suitcase favicon for my <a href="http://www.lodgerlandlord.co.uk/">Lodger Landlord site</a> &#8211; it is more of a gladstone bag look than the &#8216;proper&#8217; case logo, but I think it looks quite nice.  It seems to stand out quite nicely too.</p>
<p><big><strong>Putting them on your site</strong></big></p>
<p>If you use the <a href="http://www.headwaythemes.com/affiliates/idevaffiliate.php?id=487">Headway theme</a>, as I do, you can add it to the Headway Configuration page (load the favicon up to the media library and then use the link you will find there).  However I prefer the MaxBlogPress Favicon plugin.</p>
<p>Its a bit of a faff, as its not one you can upload from the wordpress plugins page.  You have to download the file from the <a href="http://www.maxblogpress.com/plugins/mfi/">MaxBlogPress Favicon plugin page</a>, and then upload the php file (no, I don&#8217;t really know what that means either) directly to the server.  It goes in the wp-content/plugins folder.  You can do this by fpt, or I use the file manager facility provided by my ISP <a href="http://www.ecowebhosting.co.uk/">Ecowebhosting</a>.  Then, after you have activated it, you need to tell it where to find the favicon to display, in the special admin area.  NB If you find it stops your site showing, go to the advanced options section and click the other radio button.</p>
<p>You have to register with MaxBlogPress which means you get put on the mailing list, but its worth it as it is a superior plugin.  I like it because you get the icon on the bookmark for the admin area as well as for the site itself, which helps me (as I have quite a few blogs now, and I put them all in the same bookmarks section).</p>
<p>So there you are.  If you want to read more about favicons online, see the post on <a href="http://www.blogussion.com/marketing/branding-battle-favicon/">Blogussion here</a>, and the links that they give.</p>
<p>What do you think about favicons?  Have you ever noticed them?  If you decide to add a favicon to your site as a result of this post, please let me know how you got on!</p>
<div class='wp_likes' id='wp_likes_post-228'><a class='like' href="javascript:wp_likes.like(228);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(228);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/" rel="bookmark" class="crp_title">Navigation for wordpress posts and pages</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/28/social-media-buttons/" rel="bookmark" class="crp_title">Social media buttons</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/04/excerpts-and-pictures/" rel="bookmark" class="crp_title">Excerpts and pictures</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/" rel="bookmark" class="crp_title">The Lodger Landlord &#8211; testing the theories</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/" rel="bookmark" class="crp_title">Like plugins for wordpress</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Lodger Landlord &#8211; testing the theories</title>
		<link>http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 09:02:14 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[What I am doing now]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[e-newsletters]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[The future of the legal profession]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.solicitorsonlineblog.co.uk/?p=229</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/"><img align="left" hspace="5" width="150" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/lodger_150_3.jpg" class="alignleft wp-post-image tfe" alt="Tessa" title="Tessa" /></a>I spent much of last year studying and reading about social media and how it works. This year it is time to put some of this into practice.
I have therefore started an experimental new service for lodger landlords. My existing service, Landlord Law,  does cater for people renting a room to a lodger, but lodger [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-230" href="http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/lodger_150_3/"><img class="alignleft size-full wp-image-230" style="border: 5px solid white;" title="Tessa's 21 days of tips for Lodger Landlords" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/lodger_150_3.jpg" alt="Tessa's 21 days of tips for Lodger Landlords" width="150" height="150" /></a>I spent much of last year studying and reading about social media and how it works. This year it is time to put some of this into practice.</p>
<p>I have therefore started an experimental new service for lodger landlords. My existing service, <a href="http://www.landlordlaw.co.uk">Landlord Law</a>,  does cater for people renting a room to a lodger, but lodger landlords and regular landlords do not really have the same needs, and a specialist site will be better (and more affordable) for the lodger landlords.</p>
<p>The new site, <a href="http://www.lodgerlandlord.co.uk">www.logerlandlord.co.uk</a>, (a wordpress site) was launched yesterday  by a blog post on my <a href="http://www.landlordlawblog.co.uk/2010/01/04/tessa’s-21-days-of-tips-for-lodger-landlords/">Landlord Law Blog</a>, and I will be running a twitter campaign for the next month, using #lodgerlandlord.</p>
<p>On 1 February I will start a 21 day blog series, simultaneously in the Landlord Law Blog and on Lodger Landlord &#8211; Tessa&#8217;s 21 tips for Lodger Landlords &#8211; effectively giving away the &#8216;crown jewels&#8217;.  Hopefully this will encourage lodger landlords to comment and tell me what they need by way of legal services.  The Lodger Landlord site will then provide those services.</p>
<p>I have spent much of the Christmas and New Year period working on this.  The site design is powered by the wonderful <a href="http://www.headwaythemes.com/affiliates/idevaffiliate.php?id=487">Headway Theme</a> (I have finally got version 1.56 and the visual editor to work, which is fabulous).  My web designer has come up with two stonking designs for the 21 tips logo and the site header.  Other than that the site has been created by me.</p>
<p>As regards the design, some time ago my web designer Gill gave me the numbers for five colours, which are the colours used in the Landlord Law site, and which I have subsequently used for this site.  This Lodger Landlord web site uses the same colours in a different way, plus a new paler blue, which is the colour used for the &#8216;wrapper&#8217; &#8211; the bit between the sidebar, the header and the post areas and also the non active navigation areas, which are white in my other Headway blogs.  I had great fun working it all out.</p>
<p>The other expense (apart from Gill&#8217;s fee) is a subscription to Aweber mailing service.  Lodger Landlords are being encouraged to sign up to a new mailing list.  I use Constant Contact for my Landlord Law mailing list, but as I want to keep this service completely separate, I decided that Aweber (highly recommended by high profile bloggers such as Problogger) would be better.  You will see a banner for them in the side bar.  I have had three sign up for the new mailing list so far, which is not bad as the site was only launched yesterday afternoon.</p>
<p>It has been a lot of work but enjoyable work.  I have done most of it on my wonderful <a href="http://www.landlordlawblog.co.uk/2009/01/11/the-new-macbook/">macbook</a> in the sitting room, with my son (playing computer games on his laptop) and husband (reading Arthur Conan Doyle).  I am currently up to day 17 on the 21 tips and have done about 1/2 of the twitter posts.  The twitter tips are being scheduled in my twitter client program <a href="http://hootsuite.com">Hootsuite</a>.</p>
<p>By the way, the XX days of tips idea is not wholly original.  I am following in the footsteps of <a href="http://www.problogger.net/archives/category/31-days-to-building-a-better-blog/">Problogger</a> and <a href="http://www.blogforprofit.com/blog/categories/kick-your-blog-in-the-butt/">Blog for Profit</a> who had similar campaigns.  I think I am the first person to use the technique for a law related service however.</p>
<p>I&#8217;ll let you know how it goes.</p>
<div class='wp_likes' id='wp_likes_post-229'><a class='like' href="javascript:wp_likes.like(229);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(229);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2009/06/09/e-newsletters/" rel="bookmark" class="crp_title">E-newsletters</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/04/excerpts-and-pictures/" rel="bookmark" class="crp_title">Excerpts and pictures</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/17/learning-from-the-masters/" rel="bookmark" class="crp_title">Learning from the Masters</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/" rel="bookmark" class="crp_title">Navigation for wordpress posts and pages</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/06/a-change-of-direction/" rel="bookmark" class="crp_title">A change of direction</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2010/01/05/the-lodger-landlord-testing-the-theories/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Another new plugin &#8211; comment luv</title>
		<link>http://www.solicitorsonlineblog.co.uk/2010/01/02/another-new-plugin-comment-luv/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2010/01/02/another-new-plugin-comment-luv/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 00:01:53 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[What I am doing now]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.solicitorsonlineblog.co.uk/?p=216</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2010/01/02/another-new-plugin-comment-luv/"><img align="left" hspace="5" width="150" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/commentluv.jpg" class="alignleft wp-post-image tfe" alt="comment luv" title="comment luv" /></a>I&#8217;ve found another great plugin, although its got a bit of a silly name, and a soppy heart logo.  Its called &#8216;comment luv&#8217; (I said it was silly), and what it does is give a link back to the most recent post on your blog commentators blogs.  I learned about it from the Blogussion site here.
&#8220;Why [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-217" href="http://www.solicitorsonlineblog.co.uk/2010/01/02/another-new-plugin-comment-luv/commentluv/"><img class="alignright size-full wp-image-217" title="comment luv" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2010/01/commentluv.jpg" alt="comment luv" width="200" height="166" /></a>I&#8217;ve found another great plugin, although its got a bit of a silly name, and a soppy heart logo.  Its called &#8216;comment luv&#8217; (I said it was silly), and what it does is give a link back to the most recent post on your blog commentators blogs.  I learned about it from the <a href="http://www.blogussion.com/marketing/5-quick-clever-ways-publicize-blog-post-commenting-blogs/">Blogussion site here</a>.</p>
<p>&#8220;Why should I do that?&#8221;, Old School Lawyer might say. &#8220;If someone comes to my blog I want to keep them there, not send them off looking at someone else&#8217;s blog&#8221;</p>
<p>Well, there are a number of reasons:</p>
<ul>
<li>People are more likley to comment if they are going to get a plug for their own blog, and blogs with lots of comments are more interesting</li>
<li>Its nice to find out a bit more about the people who are reading your blog</li>
<li>If you use the comment luv plugin, you can register your blog on the <a href="http://comluv.com/">comment luv web site</a>, which may get you more visitors</li>
<li>It is a nice &#8216;thank you&#8217; thing to do</li>
<li>He that giveth (so the social media theory goes) shall receiveth</li>
</ul>
<p>Well thats the idea anyway.  But as someone who is interested in what other people are saying, I think its great to get a link back to their blog.</p>
<p>What do you think?</p>
<p>You can <a href="http://www.commentluv.com/">read more about the comment luv plugin here</a>,  or if you have a Wordpress blog, do a new plugin search on comment luv.</p>
<div class='wp_likes' id='wp_likes_post-216'><a class='like' href="javascript:wp_likes.like(216);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(216);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/04/excerpts-and-pictures/" rel="bookmark" class="crp_title">Excerpts and pictures</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/28/social-media-buttons/" rel="bookmark" class="crp_title">Social media buttons</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/" rel="bookmark" class="crp_title">Navigation for wordpress posts and pages</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/07/going-mobile-with-mippin/" rel="bookmark" class="crp_title">Going mobile with Mippin</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/" rel="bookmark" class="crp_title">Favicons</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2010/01/02/another-new-plugin-comment-luv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Like plugins for wordpress</title>
		<link>http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 16:32:30 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[What I am doing now]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.solicitorsonlineblog.co.uk/?p=142</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/"><img align="left" hspace="5" width="150" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2009/12/like.jpg" class="alignleft wp-post-image tfe" alt="Like buttons" title="Like buttons" /></a>Did you know that there are plugins you can get for Wordpress blogs so people can indicate that they &#8216;like&#8217; your blog post?  Yes, as in the &#8216;like&#8217; feature on facebook.
I started thinking yesterday that it would be a nice thing to do and went looking, and lo!  There they were!
I found three:

WP Likes by [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-364" href="http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/like/"><img class="alignleft size-full wp-image-364" style="border: 10px solid white;" title="Like buttons" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2009/12/like.jpg" alt="Like buttons" width="200" height="202" /></a>Did you know that there are plugins you can get for Wordpress blogs so people can indicate that they &#8216;like&#8217; your blog post?  Yes, as in the &#8216;like&#8217; feature on facebook.</p>
<p>I started thinking yesterday that it would be a nice thing to do and went looking, and lo!  There they were!</p>
<p>I found three:</p>
<ol>
<li><a href="http://wordpress.org/extend/plugins/wp-likes/">WP Likes</a> by Aakash Bapna</li>
<li><a href="http://wordpress.org/extend/plugins/i-like-this/">I like this</a> by &#8220;LeBen&#8221; Burgener (who seems to be French), and</li>
<li><a href="http://wordpress.org/extend/plugins/visitor-likedislike-post-rating/">Visitor like/dislike</a> by Plugin Taylor</li>
</ol>
<p>There were a few others that looked like possibles but they did not seem to work (or maybe it was me not doing it right).</p>
<p>I have installed all three (and then uninstalled two) and given them a go.  The WP likes is the most sophisticaed one, and this is the one I have used here and on my <a href="http://www.landlordlawblog.co.uk">Landlord Law blog</a>.  In its original state it is a bit big and black, but I ameliorated this by changing the colour to our standard blue and making it a bit shorter.  I think it looks pretty cool.  There is a rather neat little hand icon too.</p>
<p>The WP likes plugin would not work on my eco blog (<a href="http://www.greenblogging.co.uk">www.greenblogging.co.uk</a>) so I used the french one, which perhaps appropriately, has a little heart.  Its rather sweet but I would not want to use it for a legal blog.</p>
<p>The third one rather scarily allows people to say that they *don&#8217;t* like your blog as well as say that they do like it.  However it was not as attractive as the other two, so I decided to give it a miss (nothing to do with not wanting to know about people hating the blog of course&#8230;).</p>
<p>So there you are.  What do you think of them? Will you use them on your blog now? Do you like this post?  (If so please click below).</p>
<div class='wp_likes' id='wp_likes_post-142'><a class='like' href="javascript:wp_likes.like(142);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(142);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/28/social-media-buttons/" rel="bookmark" class="crp_title">Social media buttons</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/06/the-cumulus-tag-cloud/" rel="bookmark" class="crp_title">The Cumulus Tag Cloud</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/" rel="bookmark" class="crp_title">Navigation for wordpress posts and pages</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/04/excerpts-and-pictures/" rel="bookmark" class="crp_title">Excerpts and pictures</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/" rel="bookmark" class="crp_title">Favicons</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Cumulus Tag Cloud</title>
		<link>http://www.solicitorsonlineblog.co.uk/2009/12/06/the-cumulus-tag-cloud/</link>
		<comments>http://www.solicitorsonlineblog.co.uk/2009/12/06/the-cumulus-tag-cloud/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 23:41:41 +0000</pubDate>
		<dc:creator>Tessa Shepperson</dc:creator>
				<category><![CDATA[What I am doing now]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.solicitorsonlineblog.co.uk/?p=129</guid>
		<description><![CDATA[<a href="http://www.solicitorsonlineblog.co.uk/2009/12/06/the-cumulus-tag-cloud/"><img align="left" hspace="5" width="150" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2009/12/cumulustagcloud.jpg" class="alignleft wp-post-image tfe" alt="A static image of the moving cumulus tag cloud" title="A static image of the moving cumulus tag cloud" /></a>One of the fun things about using Wordpress for your blog, is all the plugins that you can use.  I have just found and installed the cumulus tag plugin.
I first spotted this on Technolama (a legal technology blog) where I thought it looked pretty cool.  Having found it by chance this evening, flicking through the [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-369" href="http://www.solicitorsonlineblog.co.uk/2009/12/06/the-cumulus-tag-cloud/cumulustagcloud/"><img class="alignleft size-full wp-image-369" style="border: 10px solid white;" title="A static image of the moving cumulus tag cloud" src="http://www.solicitorsonlineblog.co.uk/wp-content/uploads/2009/12/cumulustagcloud.jpg" alt="A static image of the moving cumulus tag cloud" width="200" height="144" /></a>One of the fun things about using Wordpress for your blog, is all the plugins that you can use.  I have just found and installed the <a href="http://wordpress.org/extend/plugins/wp-cumulus/">cumulus tag plugin</a>.</p>
<p>I first spotted this on <a href="http://www.technollama.co.uk/">Technolama</a> (a legal technology blog) where I thought it looked pretty cool.  Having found it by chance this evening, flicking through the popular plugins list, I have installed it here, and given it the SOB site colours (I have them written down so I can cut and paste as necessary).</p>
<p>What do you think?  Does it make the site look more interesting? Or does it give you a headache!</p>
<div class='wp_likes' id='wp_likes_post-129'><a class='like' href="javascript:wp_likes.like(129);" title='' ><img src="http://www.solicitorsonlineblog.co.uk/wp-content/plugins/wp-likes/images/like.png" alt='' border='0'/>Like</a><span class='text'></span>
<div class='unlike'><a href="javascript:wp_likes.unlike(129);">Unlike</a></div>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.solicitorsonlineblog.co.uk/2009/12/14/like-plugins-for-wordpress/" rel="bookmark" class="crp_title">Like plugins for wordpress</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/31/navigation-for-wordpress-posts-and-pages/" rel="bookmark" class="crp_title">Navigation for wordpress posts and pages</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/28/social-media-buttons/" rel="bookmark" class="crp_title">Social media buttons</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/03/07/going-mobile-with-mippin/" rel="bookmark" class="crp_title">Going mobile with Mippin</a></li><li><a href="http://www.solicitorsonlineblog.co.uk/2010/01/10/favicons/" rel="bookmark" class="crp_title">Favicons</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.solicitorsonlineblog.co.uk/2009/12/06/the-cumulus-tag-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.solicitorsonlineblog.co.uk @ 2010-09-08 03:49:49 -->