<?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>Laptop Legal &#187; WordPress</title>
	<atom:link href="http://www.laptoplegal.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.laptoplegal.com</link>
	<description>Law pratice management for the solo and small firm mobile legal professional</description>
	<lastBuildDate>Thu, 24 Jun 2010 16:18:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress 2.7</title>
		<link>http://www.laptoplegal.com/2009/wordpress-27.htm</link>
		<comments>http://www.laptoplegal.com/2009/wordpress-27.htm#comments</comments>
		<pubDate>Tue, 10 Feb 2009 11:29:00 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Building your web presence]]></category>
		<category><![CDATA[Solicitor SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.laptoplegal.com/?p=51</guid>
		<description><![CDATA[Managed to update one of my other blogs to WordPress 2.7 and the latest Thesis theme &#8212; went pretty smoothly especially with OpenHook for Thesis. I did a whole new install and imported my old site and had my plugins installed and site configured pretty quickly (couple of hours total). I very much recommend upgrading [...]]]></description>
			<content:encoded><![CDATA[<p>Managed to update one of my other blogs to WordPress 2.7 and the latest <a href="http://diythemes.com/">Thesis</a> theme &#8212; went pretty smoothly especially with <a href="http://rickbeckman.org/thesis-openhook/">OpenHook for Thesis</a>.  I did a whole new install and imported my old site and had my plugins installed and site configured pretty quickly (couple of hours total).</p>
<p>I very much recommend upgrading if you haven&#8217;t already, especially as it looks like it has several SEO features already built in.  It also might be a good time to try a new theme that takes advantage of some of the changes in WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laptoplegal.com/2009/wordpress-27.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OPML of full WordPress linkroll</title>
		<link>http://www.laptoplegal.com/2009/opml-of-full-wordpress-linkroll.htm</link>
		<comments>http://www.laptoplegal.com/2009/opml-of-full-wordpress-linkroll.htm#comments</comments>
		<pubDate>Thu, 05 Feb 2009 17:31:12 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.laptoplegal.com/?p=47</guid>
		<description><![CDATA[WordPress doesn&#8217;t have a linkroll export function, though it does have an import function. Want access to your full set of links to export? Go to: /wordpressinstallfolder/wp-links-opml.php In your browser, and &#8220;save as&#8221;, making sure the extension is &#8220;.xml&#8221;. Bonus &#8211; Firefox 3 already recognises that it&#8217;s an OPML file (what links are stored) in [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress doesn&#8217;t have a linkroll <em>export</em> function, though it does have an <em>import</em> function. Want access to your full set of links to export?  Go to:<br />
<code><br />
/wordpressinstallfolder/wp-links-opml.php<br />
</code><br />
In your browser, and &#8220;save as&#8221;, making sure the extension is &#8220;.xml&#8221;.  Bonus &#8211; Firefox 3 already recognises that it&#8217;s an OPML file (what links are stored) in and does the &#8220;hard work&#8221; of renaming your file for you.</p>
<p>The only drawback is if you are importing it to another WordPress install that it doesn&#8217;t import your categories (if you have different categories of links).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laptoplegal.com/2009/opml-of-full-wordpress-linkroll.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See /stats on your WordPress blog</title>
		<link>http://www.laptoplegal.com/2009/see-stats-on-your-wordpress-blog.htm</link>
		<comments>http://www.laptoplegal.com/2009/see-stats-on-your-wordpress-blog.htm#comments</comments>
		<pubDate>Wed, 04 Feb 2009 10:02:15 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.laptoplegal.com/?p=41</guid>
		<description><![CDATA[I&#8217;ve just migrated one of the sites I maintain and had to re-edit the .htaccess file to allow /stats to be available. Before, every time I tried to visit foo.com/stats it went to a 404 error on my WordPress install (it couldn&#8217;t find the page). This is because I had URL rewriting turned on with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just migrated one of the sites I maintain and had to re-edit the .htaccess file to allow /stats to be available.  Before, every time I tried to visit foo.com/stats it went to a 404 error on my WordPress install (it couldn&#8217;t find the page).</p>
<p>This is because I had URL rewriting turned on with my blog, which allows user friendly URLs but can prevent accessing server stats locating in the /stats folder (because it rewrites that too).</p>
<p>The solution is to edit the .htaccess file, which is a file that tells the server how to behave when it comes to URLs.</p>
<p>I use <a href="http://dreamhost.com/">Dreamhost</a>, which <a href="http://wiki.dreamhost.com/index.php/Making_stats_accessible_with_htaccess">has a solution in its wiki</a>. All it takes is firing up TextEdit in plain text mode and adding the following before the WordPress code:</p>
<p><code><br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC]<br />
RewriteRule . - [L]<br />
&lt;/IfModule&gt;<br />
</code></p>
<p>I used <a href="http://cyberduck.ch/">Cyberduck</a> to FTP into the site, set it to view hidden files (files starting with a &#8220;.&#8221; are hidden) downloaded it as a *.txt document edited it, and popped it back on the server (again using Cyberduck). Finally rename the current one to something like htaccess.bak (as a back up) and change the name of the file you just uploaded to &#8220;.htaccess&#8221;.</p>
<p>And you&#8217;re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laptoplegal.com/2009/see-stats-on-your-wordpress-blog.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favicon for your wordpress blog</title>
		<link>http://www.laptoplegal.com/2008/favicon-for-your-wordpress-blog.htm</link>
		<comments>http://www.laptoplegal.com/2008/favicon-for-your-wordpress-blog.htm#comments</comments>
		<pubDate>Mon, 01 Sep 2008 13:08:40 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogicons]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[seashore]]></category>

		<guid isPermaLink="false">http://www.laptoplegal.com/?p=27</guid>
		<description><![CDATA[I was looking to add a favicon to one of my other blogs today, and discovered the Blog Icons plugin for WordPress that lets you do it relatively painlessly. Blog Icons WordPress Codex I made a 16 by 16 pixel favicon in png format using GIMP, the open source photo manipulation program I tend to [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking to add a favicon to one of my other blogs today, and discovered the Blog Icons plugin for WordPress that lets you do it relatively painlessly.</p>
<p><a title="Blog Icons by Joost" href="http://wordpress.org/extend/plugins/blog-icons/">Blog Icons WordPress Codex</a></p>
<p>I made a 16 by 16 pixel favicon in png format using <a title="GIMP home" href="http://www.gimp.org/">GIMP</a>, the open source photo manipulation program I tend to use on the MacBook Pro. You can also use Seashore, which runs in OS X without the need for the <a title="Apple X11" href="http://developer.apple.com/opensource/tools/X11.html">X11 Window system</a>.</p>
<p>You simply need to just download the Blog Icons plugin and upload it to your plugins folder in your WordPress install. Go to you admin page and enable the plugin. Afterwards there is a new option in your settings folder for Blog Icons.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laptoplegal.com/2008/favicon-for-your-wordpress-blog.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
