<?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>Michael Gorey&#187; WordPress</title>
	<atom:link href="http://gorey.com.au/archives/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://gorey.com.au</link>
	<description>Random thoughts and observations</description>
	<lastBuildDate>Sun, 20 May 2012 08:46:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress Bad Behavior</title>
		<link>http://gorey.com.au/wordpress-bad-behavior</link>
		<comments>http://gorey.com.au/wordpress-bad-behavior#comments</comments>
		<pubDate>Thu, 26 Jan 2012 02:07:45 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://gorey.com.au/?p=16664</guid>
		<description><![CDATA[I received an email from my web host Site5 while I was at the cricket on Tuesday, saying this site had been suspended because it was using too many system resources (CPU and memory) for shared hosting.

"Your account is consuming about 10.66% of CPU resources on a shared server, which is not a fair share. We had no choice but to block the web access of following script to stabilize the server," the message said.]]></description>
			<content:encoded><![CDATA[<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
<p>I received an email from my web host <a href="http://www.site5.com/">Site5</a> while I was at the cricket on Tuesday, saying this site had been suspended because it was using too many system resources (CPU and memory) for shared hosting.</p>
<p>&#8220;Your account is consuming about 10.66% of CPU resources on a shared server, which is not a fair share,&#8221; the message said.</p>
<p>&#8220;We had no choice but to block the web access of following script to stabilize the server. Because resources are shared, I&#8217;m sure you can understand that we need to take action if one site is causing downtime for dozens of other sites.&#8221;</p>
<p>I actually don&#8217;t fully understand why the site was suspended without warning, but that&#8217;s another issue. Being at the cricket I had no way of taking immediate remedial action anyhow.</p>
<p>According to Google Analytics, this site receives about 300 visitors per day, which by itself should not consume excessive server resources.</p>
<p>However, it&#8217;s always good to keep the house tidy so I was happy to review and implement several measures.</p>
<p>1) Once at home I installed <a href="http://wordpress.org/extend/plugins/wp-super-cache/" rel="nofollow">WP Super Cache</a>. This plugin generates static html files from a dynamic WordPress blog. After a html file is generated, the web server will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.</p>
<p>As it currently stands, about 24 hours after my site was restored, the cache holds 9.89MB with 13 pages and 124 expired pages.</p>
<p>2) I also installed the <a href="http://wordpress.org/extend/plugins/wp-smushit/" rel="nofollow" >WP Smush.it</a> plugin and smushed all my images.</p>
<p><a href="http://www.smushit.com/ysmush.it/">Smush.it</a> uses optimization techniques specific to image format to remove unnecessary bytes from image files. It is a &#8220;lossless&#8221; tool, which means it optimizes the images without changing their look or visual quality.</p>
<p>It took about an hour to bulk process all my pictures, and I noticed that most were being reduced in size by around 30 percent.</p>
<p>3) I deleted post revisions from the database and optimized the database.</p>
<p>4) I removed the Daily Stats plugin, which may or may not have been adding to server load. It certainly had a hefty database table of 2MB, which I deleted.</p>
<p>5) I removed several inactive plugins.</p>
<h3>Bad Behavior plugin</h3>
<p>6) Late yesterday I installed the <a href="http://wordpress.org/extend/plugins/bad-behavior/" rel="nofollow" >Bad Behavior</a> plugin. I had used this plugin <a href="http://gorey.com.au/bad-behavior-antispam">previously</a>, but encountered some problems with it. So far, it&#8217;s working okay this time.</p>
<p><a href="http://bad-behavior.ioerror.us">Bad Behavior</a> works by screening all requests to block email harvesters and malicious robots.</p>
<p>Bad Behavior analyses the HTTP headers, IP address and other metadata regarding the request to determine if it is spammy or malicious.</p>
<p>In just under 24 hours, Bad Behavior has blocked 839 attempted visits. That seems an extraordinary number and is probably why the system resources are being strained. An example of the log is pictured below.</p>
<p>According to the <a href="http://bad-behavior.ioerror.us/faq/" rel="nofollow" >FAQ</a>: &#8220;By preventing spambots and other malicious bots from ever accessing any of your pages, your bandwidth usage and server load will drop significantly. How much depends on how many malicious bots visit your site regularly. It can also help prevent a denial of service where your Web host shuts off your account because spambots were using up all the available resources.&#8221;</p>
<p>That&#8217;s what I want to achieve, of course, a reduction in use of system resources.</p>
<p>Site5 emailed me again this morning to say there has been an improvement in that regard, down to 6.81 percent, but more needs to be done.</p>
<p>I&#8217;m hoping that if Bad Behavior does its job, there will be a more significant reduction in the next couple of days.</p>
<p>If anyone has encountered any difficulty using this site, please let me know.</p>
<p><img src="http://gorey.com.au/wp-content/uploads/2012/01/bbehave.png" alt="Bad Behavior log report" title="Bad Behavior log report" width="540" height="303" class="alignleft size-full wp-image-16666" /><br clear="all" ></p>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/wordpress-bad-behavior" data-text="WordPress Bad Behavior" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/wordpress-bad-behavior">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/wordpress-bad-behavior"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Fwordpress-bad-behavior&media=&description=WordPress Bad Behavior" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/wordpress-bad-behavior" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/wordpress-bad-behavior/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broken Link Checker</title>
		<link>http://gorey.com.au/broken-link-checker</link>
		<comments>http://gorey.com.au/broken-link-checker#comments</comments>
		<pubDate>Sun, 08 Jan 2012 04:26:21 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://gorey.com.au/?p=15483</guid>
		<description><![CDATA[Not that anyone would have noticed, because it was all behind the scenes, I have been undertaking some maintenance tasks on this website over the past few weeks.

Firstly, I switched theme to the Genesis Framework, but retained the previous color scheme using the Streamline child theme.

That required me to revise some SEO settings. I also started adding "featured images" to old posts so they show up in archives and related post links using nrelate.]]></description>
			<content:encoded><![CDATA[<p>Not that anyone would have noticed, because it was all behind the scenes, I have been undertaking some maintenance tasks on this website over the past few weeks.</p>
<p>Firstly, I switched theme to the <a href="http://www.studiopress.com/" rel="nofollow" >Genesis Framework</a>, but retained the previous color scheme using the Streamline child theme.</p>
<p><img src="http://gorey.com.au/wp-content/uploads/2012/01/wpmaintain.jpg" alt="WordPress maintenance" title="WordPress maintenance" width="300" height="278" class="alignright size-full wp-image-15484" />That required me to revise some SEO settings. I also started adding &#8220;featured images&#8221; to old posts so they show up in archives and related post links using <a href="http://nrelate.com/">nrelate</a>.</p>
<p>While browsing old posts I updated some and deleted others. In doing so, I noticed a lot of broken links and missing images.</p>
<p>Unfortunately, some of the free images hosts I had used in the past were no longer online. I&#8217;ve decided to store most of the pictures myself from now on.</p>
<p>Broken links were a different, bigger problem. This site has been running for nearly nine years and has more than 4300 links.</p>
<h3>Most useful plugin</h3>
<p>Many of the pages I linked to have either disappeared or changed. The prospect of manually checking every link in 2000 posts was mind boggling.</p>
<p>That leads me to comment on possibly the most useful WordPress plugin I have ever encountered.</p>
<p><a href="http://wordpress.org/extend/plugins/broken-link-checker/">Broken Link Checker</a> saved me an awful lot of time and grief.</p>
<p>Once installed, it ran a check and informed me I had about 600 broken links, including missing images.</p>
<p>It listed them and gave me options for what to do. Initially, I chose to indicate they were broken links and tell search engines not to follow them.</p>
<p>I then began the laborious process of repairing or removing them; not as laborious as it would have been though without this plugin.</p>
<p>Some highlights from the plugin description:</p>
<blockquote><p>Once installed, the plugin will begin parsing your posts, bookmarks (AKA blogroll) and other content and looking for links. Depending on the size of your site this can take from a few minutes up to an hour or more.</p>
<p>The broken links, if any are found, will show up in a new tab of the WP admin panel. The &#8220;Broken Links&#8221; tab will by default display a list of broken links that have been detected so far. However, you can use the links on that page to view redirects or see a listing of all links, working or not, instead.</p>
<p>There are several actions associated with each link.</p></blockquote>
<p>Despite the magic of this plugin, not every link on this site will necessarily be working properly. Some have been redirected to home pages, holding pages or even to advertisements.</p>
<p>The plugin tells me there are 662 redirects, which in most cases will be fine, but I will check them nevertheless.</p>
<p>Overall however, the site is now much tidier, with fewer errors and hopefully no missing pictures.</p>
<p>Now I&#8217;m just looking for a way to bulk edit tags and categories across multiple posts.</p>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/broken-link-checker" data-text="Broken Link Checker" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/broken-link-checker">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/broken-link-checker"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Fbroken-link-checker&media=&description=Broken Link Checker" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/broken-link-checker" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/broken-link-checker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PivotX blogging software</title>
		<link>http://gorey.com.au/pivotx-blogging-software</link>
		<comments>http://gorey.com.au/pivotx-blogging-software#comments</comments>
		<pubDate>Sun, 12 Jun 2011 11:59:50 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://gorey.com.au/?p=13036</guid>
		<description><![CDATA[I've been taking a look tonight at PivotX blogging software. It's the successor of Pivot, which was a flatfile system I used here many years ago around 2002 before shifting to WordPress. PivotX is partly built with jQuery, Smarty, TinyMCE, PHP and MySQL. I've got no intention of abandoning WordPress, but it's interesting to experiment with alternatives like sNews and PivotX. WordPress is such a large community now; there are so many themes and plugins to choose from. My first impressions of returning to PivotX are mostly positive.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been taking a look tonight at <a href="http://pivotx.net/" rel="nofollow" >PivotX</a> blogging software. It&#8217;s the successor of <a href="http://www.pivotlog.net/" rel="nofollow" >Pivot</a>, which is a system that doesn&#8217;t require SQL I used here many years ago around 2002 before shifting to <a href="http://wordpress.org" rel="nofollow" >WordPress</a>.</p>
<p>PivotX is partly built with jQuery, Smarty, TinyMCE, PHP and MySQL.</p>
<p>I&#8217;ve got no intention of abandoning WordPress, but it&#8217;s interesting to experiment with alternatives like <a href="http://snewscms.com/" rel="nofollow" >sNews</a> and PivotX.</p>
<p>WordPress is such a large community now; there are so many themes and plugins to choose from.</p>
<p>My first impressions of returning to PivotX are positive. Setting up and making basic template changes were intuitive, at least for someone experienced with editing WordPress templates.</p>
<p>The features I particularly liked were the search and tag pages. Clicking on a tag link takes you predictably to a list of entries, but also shows related tags, external search summaries and a Flickr feed. Very neat!</p>
<p>On the downside, I couldn&#8217;t find a contact form extension and I wasn&#8217;t able to successfully insert an HTML form.</p>
<p>PivotX doesn&#8217;t have that many themes or plugins, but does have a large enough community to offer reasonable documentation and a constructive support forum.</p>
<p>It&#8217;s worth considering for self-hosted bloggers, that&#8217;s for sure.</p>
<p>Here&#8217;s a back-end screenshot:</p>
<p><img src="http://gorey.com.au/wp-content/uploads/2011/06/dashboard.png" alt="PivotX dashboard" title="PivotX dashboard" width="500" height="345" class="alignleft size-full wp-image-15470" /><br clear="all"></p>
<p>More screenshots <a href="http://pivotx.net/page/screenshotspage" rel="nofollow" >here</a>.</p>
<p><strong>Update #1:</strong> I figured out how to add forms. There is an &#8220;extra&#8221; template file, which can be renamed and modified with HTML or javascript. In fact, you could use any template file, but I created two for &#8220;contact&#8221; and email subscription.</p>
<p><strong>Update #2:</strong> I received a twitter message that this isn&#8217;t a very thorough review. Well, I did say they are first impressions. Also, for the record, I am not a developer or a designer, just a long-time blogger. I will update my thoughts on PivotX here as I continue to explore the software.</p>
<p><strong>Update #3, more likes:</strong></p>
<ul>
<li>It&#8217;s very easy to create templates for special pages and sidebars.</li>
<li>The site loads more quickly than a WordPress blog with lots of plugins.</li>
<li>TinyMCE is built in and works, which means WYSIWYG.</li>
</ul>
<p>Have you tried PivotX? If so, please comment here.</p>
<p><strong>Update:</strong> Although I liked PivotX, I have discontinued the trial site for other reasons.</p>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/pivotx-blogging-software" data-text="PivotX blogging software" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/pivotx-blogging-software">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/pivotx-blogging-software"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Fpivotx-blogging-software&media=&description=PivotX blogging software" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/pivotx-blogging-software" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/pivotx-blogging-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akismet stats</title>
		<link>http://gorey.com.au/akismet-stats-to-march-2011</link>
		<comments>http://gorey.com.au/akismet-stats-to-march-2011#comments</comments>
		<pubDate>Fri, 01 Apr 2011 05:42:08 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://gorey.com.au/?p=12882</guid>
		<description><![CDATA[I can&#8217;t remember when I installed Akismet on this site, but it was probably six or seven years ago. The latest stats show that Akismet has blocked 81,016 spam comments for an accuracy rate of 99.83 percent. Good work! Tweet Pin It]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t remember when I installed Akismet on this site, but it was probably six or seven years ago.</p>
<p>The latest stats show that Akismet has blocked 81,016 spam comments for an accuracy rate of 99.83 percent. Good work!</p>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/akismet-stats-to-march-2011" data-text="Akismet stats" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/akismet-stats-to-march-2011">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/akismet-stats-to-march-2011"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Fakismet-stats-to-march-2011&media=&description=Akismet stats" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/akismet-stats-to-march-2011" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/akismet-stats-to-march-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asides</title>
		<link>http://gorey.com.au/archives/12473</link>
		<comments>http://gorey.com.au/archives/12473#comments</comments>
		<pubDate>Fri, 25 Jun 2010 20:05:13 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://gorey.com.au/?p=12473</guid>
		<description><![CDATA[WordPress 3, using the Twenty Ten theme, has a new feature for handling &#8220;asides&#8221;. This is a test post to see how they appear. Tweet Pin It]]></description>
			<content:encoded><![CDATA[<p>WordPress 3, using the Twenty Ten theme, has a new feature for handling &#8220;asides&#8221;. This is a test post to see how they appear.</p>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/archives/12473" data-text="Asides" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/archives/12473">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/archives/12473"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Farchives%2F12473&media=&description=Asides" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/archives/12473" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/archives/12473/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme change</title>
		<link>http://gorey.com.au/archives/11790</link>
		<comments>http://gorey.com.au/archives/11790#comments</comments>
		<pubDate>Thu, 18 Feb 2010 09:01:11 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://gorey.com.au/?p=11790</guid>
		<description><![CDATA[Just a note to explain the reversion to a previous theme. I was having some performance trouble with the site and my web host began complaining about CPU strain. After checking the error log I disabled numerous plugins and decided simplicity was best, for the short term at least. I claim to have designed this [...]]]></description>
			<content:encoded><![CDATA[<p>Just a note to explain the reversion to a previous theme.</p>
<p>I was having some performance trouble with the site and my web host began complaining about CPU strain.</p>
<p>After checking the error log I disabled numerous plugins and decided simplicity was best, for the short term at least.</p>
<p>I claim to have designed this theme myself, although it was based on a free <a href="http://wordpress.org/extend/themes/revolution-code-blue" rel="nofollow" >Revolution</a> theme by Brian Gardner.</p>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/archives/11790" data-text="Theme change" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/archives/11790">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/archives/11790"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Farchives%2F11790&media=&description=Theme change" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/archives/11790" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/archives/11790/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9</title>
		<link>http://gorey.com.au/archives/4249</link>
		<comments>http://gorey.com.au/archives/4249#comments</comments>
		<pubDate>Sat, 19 Dec 2009 07:15:51 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Briefs]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://gorey.com.au/?p=4249</guid>
		<description><![CDATA[Just upgraded to WordPress 2.9. The first obvious difference is the &#8220;Move to trash&#8221; feature for posts. Tweet Pin It]]></description>
			<content:encoded><![CDATA[<p>Just upgraded to WordPress 2.9. The first obvious difference is the &#8220;Move to trash&#8221; feature for posts.</p>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/archives/4249" data-text="WordPress 2.9" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/archives/4249">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/archives/4249"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Farchives%2F4249&media=&description=WordPress 2.9" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/archives/4249" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/archives/4249/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress to go</title>
		<link>http://gorey.com.au/archives/3851</link>
		<comments>http://gorey.com.au/archives/3851#comments</comments>
		<pubDate>Thu, 27 Aug 2009 08:12:23 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Briefs]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://gorey.com.au/archives/3851</guid>
		<description><![CDATA[I&#8217;m typing this from my phone. I really need to learn how to do this. The kids can maybe teach me. Tweet Pin It]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m typing this from my phone. I really need to learn how to do this. The kids can maybe teach me.</p>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/archives/3851" data-text="WordPress to go" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/archives/3851">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/archives/3851"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Farchives%2F3851&media=&description=WordPress to go" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/archives/3851" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/archives/3851/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better blogroll for WordPress</title>
		<link>http://gorey.com.au/archives/3596</link>
		<comments>http://gorey.com.au/archives/3596#comments</comments>
		<pubDate>Fri, 05 Jun 2009 08:14:24 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://gorey.com.au/?p=3596</guid>
		<description><![CDATA[I installed the Better Blogroll plugin for WordPress tonight. You can see it working in the sidebar. The plugin enables users to display a configurable number of random links. I&#8217;ve never used the WordPress links feature much, but plan to change that now. I was concerned about creating long blogrolls that nobody would ever read, [...]]]></description>
			<content:encoded><![CDATA[<p>I installed the <a href="http://wordpress.org/extend/plugins/better-blogroll/">Better Blogroll</a> plugin for WordPress tonight. You can see it working in the sidebar.</p>
<p>The plugin enables users to display a configurable number of random links.</p>
<p>I&#8217;ve never used the WordPress links feature much, but plan to change that now. I was concerned about creating long blogrolls that nobody would ever read, and which all visitors (including me) would find boring, a waste of space and difficult to use. <span id="more-3596"></span></p>
<p>This plugin solves the problem by controlling the number of links displayed and making them random.</p>
<p>One problem I encountered is that I don&#8217;t use widgets in the sidebar. I&#8217;m a WordPress dinosaur who prefers to code the sidebar myself.</p>
<p>It was simple enough to remedy because the plugin author provides PHP code for the blogroll to appear in a page.</p>
<p>It&#8217;s a little awkward because you have to set the widget options first and then remove it.</p>
<p>I also had to edit the plugin file to remove references to the title, which would otherwise have been duplicated with the wrong style.</p>
<p>If anyone wants a more detailed explanation they can <a href="http://gorey.com.au/contact">contact</a> me or comment below.</p>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/archives/3596" data-text="Better blogroll for WordPress" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/archives/3596">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/archives/3596"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Farchives%2F3596&media=&description=Better blogroll for WordPress" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/archives/3596" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/archives/3596/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress P2 theme IE7 CSS</title>
		<link>http://gorey.com.au/archives/3496</link>
		<comments>http://gorey.com.au/archives/3496#comments</comments>
		<pubDate>Wed, 13 May 2009 11:27:58 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[P2]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://gorey.com.au/?p=3496</guid>
		<description><![CDATA[I&#8217;ve come across a few CSS issues with the new dynamic P2 WordPress theme. Here are the problems and solutions. All require editing the style.css file in the theme directory. Make sure to backup the file if you&#8217;re doing an automatic upgrade. I&#8217;ll add some tips later for tweaking the theme to show pages. 1) [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve come across a few CSS issues with the new dynamic <a href="http://wordpress.org/extend/themes/p2">P2</a> WordPress theme.</p>
<p>Here are the problems and solutions. All require editing the style.css file in the theme directory. Make sure to backup the file if you&#8217;re doing an automatic upgrade.</p>
<p>I&#8217;ll add some tips later for tweaking the theme to show pages. <span id="more-3496"></span></p>
<p>1) When adding a title, the text ends up under the image and not in its own &#8220;column&#8221;.<br />
2) The float: left of the avatar image pushes down the author info about 30px.</p>
<p>Solution: </p>
<p>Find: #main ul#postlist li {<br />
Add: display: inline-block;</p>
<p>3) If you press &#8220;reply&#8221; in a post or in a comment in P2 with IE7, CSS puts a space between form and submit button.</p>
<p>Solution:</p>
<p>Find: #main #respond, .textedit {<br />
Add: height:1%; </p>
<p>Update (May 14): I&#8217;ve discovered the solution to 2 &#038; 3 triggers a display problem in Firefox. Tonight I&#8217;ll look at creating a separate stylesheet for IE7.</p>
<p>Update (May 15): I create a separate stylesheet called iestyle.css for IE7 which adds the line mentioned above. In header.php I added:</p>
<pre lang="php">
<!--[if IE 7]>
<link rel="stylesheet" src="http://gorey.com.au/wp-content/themes/genesis/iestyle.css" type="text/css" media="screen" />
<![endif]-->
</pre>
<div class="soma-buttons soma-alignleft soma-valignbottom soma-basic">
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gorey.com.au/archives/3496" data-text="WordPress P2 theme IE7 CSS" data-via="" data-size="" data-related="" data-hashtags="" data-count="none" data-counturl="http://gorey.com.au/archives/3496">Tweet</a>
<g:plusone size="medium" annotation="none" href="http://gorey.com.au/archives/3496"></g:plusone>
<a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fgorey.com.au%2Farchives%2F3496&media=&description=WordPress P2 theme IE7 CSS" class="pin-it-button" count-layout="none">Pin It</a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
<div class="fb-like" data-href="http://gorey.com.au/archives/3496" data-send="false" data-layout="standard" data-width="50" data-show-faces="false" data-font="arial"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gorey.com.au/archives/3496/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

