<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Last Year WordPress Sidebar Widget Plugin</title>
	<atom:link href="http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/</link>
	<description>The latest reports of world wide rock &#38; ice climbing (and other extreme) fun and adventure!</description>
	<lastBuildDate>Sat, 13 Mar 2010 10:05:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pete</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-3210</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 08 Apr 2008 23:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-3210</guid>
		<description>You need to set the widget&#039;s options, look in Design &gt; Widgets.  Good luck.</description>
		<content:encoded><![CDATA[<p>You need to set the widget&#8217;s options, look in Design > Widgets.  Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-3205</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Tue, 08 Apr 2008 03:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-3205</guid>
		<description>Hi Pete,
I am wondering as I want to present the posts from the current week last year if I need to include syntax in my template tag?

Thanks!
Sue</description>
		<content:encoded><![CDATA[<p>Hi Pete,<br />
I am wondering as I want to present the posts from the current week last year if I need to include syntax in my template tag?</p>
<p>Thanks!<br />
Sue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-3155</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 05 Apr 2008 19:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-3155</guid>
		<description>It should work okay on the Design Widgets menu - it does for me with no problems.  :shock:

However, you could also include it in your sidebar template code - it&#039;ll need some code something like:
&lt;code&gt;&lt;?php last_widget(array(&#039;name&#039; =&gt; &#039;Main Sidebar&#039;, &#039;before_widget&#039; =&gt; &#039;&lt;div&gt;&#039;, &#039;before_title&#039; =&gt; &#039;&lt;h2&gt;&#039;, &#039;after_title&#039; =&gt; &#039;&lt;/h2&gt;&#039;, &#039;after_widget&#039; =&gt; &#039;&lt;/div&gt;&#039;)); ?&gt;&lt;/code&gt;

Where the values above are used to mark-up before and after the widget and it&#039;s title.  Good luck!</description>
		<content:encoded><![CDATA[<p>It should work okay on the Design Widgets menu &#8211; it does for me with no problems.  <img src='http://www.sterling-adventures.co.uk/blog/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' /> </p>
<p>However, you could also include it in your sidebar template code &#8211; it&#8217;ll need some code something like:<br />
<code>&lt;?php last_widget(array('name' =&gt; 'Main Sidebar', 'before_widget' =&gt; '&lt;div&gt;', 'before_title' =&gt; '&lt;h2&gt;', 'after_title' =&gt; '&lt;/h2&gt;', 'after_widget' =&gt; '&lt;/div&gt;')); ?&gt;</code></p>
<p>Where the values above are used to mark-up before and after the widget and it&#8217;s title.  Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koji</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-3154</link>
		<dc:creator>Koji</dc:creator>
		<pubDate>Sat, 05 Apr 2008 18:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-3154</guid>
		<description>Yup, the old way works.  But when I&#039;m in the Design -&gt; Widgets manager, and then I attempt to add the widget to my sidebar (like I did before), then click on &quot;Save Changes&quot;, I get a blank screen.  I&#039;m wondering since this is the only widget I can&#039;t add to my sidebar, if I should just hard code it into the sidebar template file itself.  Is this possible?</description>
		<content:encoded><![CDATA[<p>Yup, the old way works.  But when I&#8217;m in the Design -&gt; Widgets manager, and then I attempt to add the widget to my sidebar (like I did before), then click on &#8220;Save Changes&#8221;, I get a blank screen.  I&#8217;m wondering since this is the only widget I can&#8217;t add to my sidebar, if I should just hard code it into the sidebar template file itself.  Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-3153</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 05 Apr 2008 18:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-3153</guid>
		<description>Hmm, I haven&#039;t used WordPress&#039; new &quot;one click&quot; plug-in upgrade yet so maybe that&#039;s the problem.  :-(  I know it works the old way - download, copy to your plug-ins directory, etc.  :-)</description>
		<content:encoded><![CDATA[<p>Hmm, I haven&#8217;t used WordPress&#8217; new &#8220;one click&#8221; plug-in upgrade yet so maybe that&#8217;s the problem.  <img src='http://www.sterling-adventures.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />   I know it works the old way &#8211; download, copy to your plug-ins directory, etc.  <img src='http://www.sterling-adventures.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koji</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-3145</link>
		<dc:creator>Koji</dc:creator>
		<pubDate>Sat, 05 Apr 2008 07:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-3145</guid>
		<description>I really enjoy your widget.  Having posts from the past really helps not only my visitors but also me to look back at what was going on last year.  Unfortunately, I&#039;ve been having trouble updating the widget through the Widget panel on WP 2.5; after I click on Save, the screen refreshes to a blank page and all changes are lost.  When I updated the widget to your newest version, I can no longer add it to my sidebar.  Is there something that I can do to fix this?  Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I really enjoy your widget.  Having posts from the past really helps not only my visitors but also me to look back at what was going on last year.  Unfortunately, I&#8217;ve been having trouble updating the widget through the Widget panel on WP 2.5; after I click on Save, the screen refreshes to a blank page and all changes are lost.  When I updated the widget to your newest version, I can no longer add it to my sidebar.  Is there something that I can do to fix this?  Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-3127</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 02 Apr 2008 18:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-3127</guid>
		<description>Hi Sue, you could try &lt;code&gt; &lt;?php last_widget(); ?&gt; &lt;/code&gt; in your php code.  It will work, just hope it&#039;s enough for your needs...</description>
		<content:encoded><![CDATA[<p>Hi Sue, you could try <code> &lt;?php last_widget(); ?&gt; </code> in your php code.  It will work, just hope it&#8217;s enough for your needs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-3125</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Wed, 02 Apr 2008 18:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-3125</guid>
		<description>Hi,
I would like to use your plugin but need to use it with php code, not a widget.  Is that possible?
Thanks!
Sue</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I would like to use your plugin but need to use it with php code, not a widget.  Is that possible?<br />
Thanks!<br />
Sue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Au Pair</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-2991</link>
		<dc:creator>Au Pair</dc:creator>
		<pubDate>Mon, 24 Mar 2008 17:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-2991</guid>
		<description>very nice web site. My English is not so good, so  I do not understandt it well, but it seems very good. Thanks</description>
		<content:encoded><![CDATA[<p>very nice web site. My English is not so good, so  I do not understandt it well, but it seems very good. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-2858</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 01 Mar 2008 11:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-2858</guid>
		<description>Hi Dan, thanks for the compliment!
I have built the Sterling Adventures theme specially for this site.  If you are interested in using it there will need to be some customisation done for you.  Sorry.  Let me know (via the Feedback link below) if you want to take that further...</description>
		<content:encoded><![CDATA[<p>Hi Dan, thanks for the compliment!<br />
I have built the Sterling Adventures theme specially for this site.  If you are interested in using it there will need to be some customisation done for you.  Sorry.  Let me know (via the Feedback link below) if you want to take that further&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-2855</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 29 Feb 2008 15:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-2855</guid>
		<description>I like your blog theme.  I want to use it on my blog.
Can you please tell me from where I can download these theme? 

Many thanks</description>
		<content:encoded><![CDATA[<p>I like your blog theme.  I want to use it on my blog.<br />
Can you please tell me from where I can download these theme? </p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aff</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-2731</link>
		<dc:creator>Aff</dc:creator>
		<pubDate>Tue, 12 Feb 2008 20:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-2731</guid>
		<description>Nope mate. I&#039;m using regular WP. Version 2.3.3 - the latest version.</description>
		<content:encoded><![CDATA[<p>Nope mate. I&#8217;m using regular WP. Version 2.3.3 &#8211; the latest version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-2722</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 12 Feb 2008 13:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-2722</guid>
		<description>Aff, are you using WordPress MU?  I don&#039;t think this plugin will work with the multi-user version of WordPress, although I haven&#039;t tested it.</description>
		<content:encoded><![CDATA[<p>Aff, are you using WordPress MU?  I don&#8217;t think this plugin will work with the multi-user version of WordPress, although I haven&#8217;t tested it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aff</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-2718</link>
		<dc:creator>Aff</dc:creator>
		<pubDate>Mon, 11 Feb 2008 19:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-2718</guid>
		<description>I&#039;ve got the same problem as Daniel. It&#039;s a great plugin but it&#039;s not working quite right for me. When I try and change it from past month to past day in the admin area, I get the following message:

&quot;Fatal error: Call to undefined function: update_saved_widget_options() in .............. /wp-content/plugins/last_year_widget.php on line 62&quot;

I&#039;m using 2.3.3.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the same problem as Daniel. It&#8217;s a great plugin but it&#8217;s not working quite right for me. When I try and change it from past month to past day in the admin area, I get the following message:</p>
<p>&#8220;Fatal error: Call to undefined function: update_saved_widget_options() in &#8230;&#8230;&#8230;&#8230;.. /wp-content/plugins/last_year_widget.php on line 62&#8243;</p>
<p>I&#8217;m using 2.3.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-2697</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 09 Feb 2008 21:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-2697</guid>
		<description>Hi Daniel, are you sure you are saving the settings?  Use &quot;Save Changes&quot; button on the Presentation &gt; Widgets administration page.</description>
		<content:encoded><![CDATA[<p>Hi Daniel, are you sure you are saving the settings?  Use &#8220;Save Changes&#8221; button on the Presentation > Widgets administration page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/comment-page-1/#comment-2686</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 08 Feb 2008 04:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sterling-adventures.co.uk/blog/2007/08/03/last-year-wordpress-sidebar-widget-plugin/#comment-2686</guid>
		<description>The plug in appears to pull everything from the past month no matter if i choose day, month or year.... any ideas?</description>
		<content:encoded><![CDATA[<p>The plug in appears to pull everything from the past month no matter if i choose day, month or year&#8230;. any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
