<?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 for Hull Web designer Chris Cannon</title>
	<atom:link href="http://www.chriscannon.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chriscannon.co.uk</link>
	<description>graphic design, web development, on line marketing and search engine optimisation</description>
	<lastBuildDate>Mon, 28 Mar 2011 01:28:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on The Mini Events Calendar by Kriggity</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-37</link>
		<dc:creator>Kriggity</dc:creator>
		<pubDate>Mon, 28 Mar 2011 01:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-37</guid>
		<description>Yes, it seems to be working fine as long as the permalink structure isn&#039;t set to default. I&#039;m sure that with some more attention this change could be made more bulletproof.

I&#039;ll post a link as soon as I move my project to the live interwebs.

Feel free to delete my failed comment posts.</description>
		<content:encoded><![CDATA[<p>Yes, it seems to be working fine as long as the permalink structure isn&#8217;t set to default. I&#8217;m sure that with some more attention this change could be made more bulletproof.</p>
<p>I&#8217;ll post a link as soon as I move my project to the live interwebs.</p>
<p>Feel free to delete my failed comment posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mini Events Calendar by cannon303</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-36</link>
		<dc:creator>cannon303</dc:creator>
		<pubDate>Sun, 27 Mar 2011 18:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-36</guid>
		<description>Yep must have something wrong with my comment settings, but thanks for the tip with the view calendar. I&#039;ll add it to the files. Does this mean you&#039;ve got it working?</description>
		<content:encoded><![CDATA[<p>Yep must have something wrong with my comment settings, but thanks for the tip with the view calendar. I&#8217;ll add it to the files. Does this mean you&#8217;ve got it working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mini Events Calendar by Kriggity</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-35</link>
		<dc:creator>Kriggity</dc:creator>
		<pubDate>Sun, 27 Mar 2011 18:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-35</guid>
		<description>I give up. Just check out this page for the code:
&lt;a href=&quot;http://kriggity.com/miniCal2.html&quot; rel=&quot;nofollow&quot;&gt;http://kriggity.com/miniCal2.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I give up. Just check out this page for the code:<br />
<a href="http://kriggity.com/miniCal2.html" rel="nofollow">http://kriggity.com/miniCal2.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mini Events Calendar by Kriggity</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-34</link>
		<dc:creator>Kriggity</dc:creator>
		<pubDate>Sun, 27 Mar 2011 17:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-34</guid>
		<description>Third time&#039;s a charm?

This:
&lt;code&gt;&lt;...a class=&#039;viewCal&#039; href=&#039;/category/events/upcoming/&#039;&gt;View Calendar&lt;/code&gt;

To This:
&lt;code&gt;&lt;?php&lt;/code&gt;
&lt;code&gt;if (!$theYear &amp;&amp; !$theMonth) {&lt;/code&gt;
&lt;code&gt;?&gt;&lt;/code&gt;
&lt;code&gt;&lt;...a class=&#039;viewCal&#039; href=&#039;/category/events/month&#039;&gt;View Calendar&lt;/code&gt;
&lt;code&gt;&lt;?php &lt;/code&gt;
&lt;code&gt;} else {&lt;/code&gt;
&lt;code&gt;?&gt;&lt;/code&gt;
&lt;code&gt;&lt;...a class=&#039;viewCal&#039; href=&#039;/category/events/-&#039;&gt;View Calendar&lt;/code&gt;
&lt;code&gt;&lt;?php&lt;/code&gt;
&lt;code&gt;}&lt;/code&gt;
&lt;code&gt;;&lt;/code&gt;
&lt;code&gt;?&gt; &lt;/code&gt; 

Obviously the &quot;...&quot; don&#039;t belong there. Am just trying to trick the comment thing from processing the &quot;a&quot; tags.</description>
		<content:encoded><![CDATA[<p>Third time&#8217;s a charm?</p>
<p>This:<br />
<code>&lt;...a class=&#039;viewCal&#039; href=&#039;/category/events/upcoming/'&gt;View Calendar</code></p>
<p>To This:<br />
<code>&lt;?php</code><br />
<code>if (!$theYear &amp;&amp; !$theMonth) {</code><br />
<code>?&gt;</code><br />
<code>&lt;...a class=&#039;viewCal&#039; href=&#039;/category/events/month'&gt;View Calendar</code><br />
<code>&lt;?php </code><br />
<code>} else {</code><br />
<code>?&gt;</code><br />
<code>&lt;...a class=&#039;viewCal&#039; href=&#039;/category/events/-'&gt;View Calendar</code><br />
<code>&lt;?php</code><br />
<code>}</code><br />
<code>;</code><br />
<code>?&gt; </code> </p>
<p>Obviously the &#8220;&#8230;&#8221; don&#8217;t belong there. Am just trying to trick the comment thing from processing the &#8220;a&#8221; tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mini Events Calendar by Kriggity</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-33</link>
		<dc:creator>Kriggity</dc:creator>
		<pubDate>Sun, 27 Mar 2011 17:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-33</guid>
		<description>Comment post fail. Let&#039;s try posting that code again.

Changed this:
&lt;code&gt;&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/upcoming/&quot;&gt;View Calendar&lt;/a&gt;&lt;/code&gt;

To this:
&lt;code&gt;&lt;?php&lt;/code&gt;
vif (!$theYear &amp;&amp; !$theMonth) {&lt;/code&gt;
&lt;code&gt;?&gt;&lt;/code&gt;
&lt;code&gt;&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/month&quot;&gt;View Calendar&lt;/a&gt;&lt;/code&gt;
&lt;code&gt;&lt;?php &lt;/code&gt;
&lt;code&gt;} else {&lt;/code&gt;
&lt;code&gt;?&gt;&lt;/code&gt;
&lt;code&gt;&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/-&quot;&gt;View Calendar&lt;/a&gt;&lt;/code&gt;
&lt;code&gt;&lt;?php&lt;/code&gt;
&lt;code&gt;}&lt;/code&gt;
&lt;code&gt;;&lt;/code&gt;
&lt;code&gt;?&gt; &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Comment post fail. Let&#8217;s try posting that code again.</p>
<p>Changed this:<br />
<code>&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/upcoming/"&gt;View Calendar</code></p>
<p>To this:<br />
<code>&lt;?php</code><br />
vif (!$theYear &amp;&amp; !$theMonth) {<br />
<code>?&gt;</code><br />
<code>&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/month"&gt;View Calendar</code><br />
<code>&lt;?php </code><br />
<code>} else {</code><br />
<code>?&gt;</code><br />
<code>&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/-"&gt;View Calendar</code><br />
<code>&lt;?php</code><br />
<code>}</code><br />
<code>;</code><br />
<code>?&gt; </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mini Events Calendar by Kriggity</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-32</link>
		<dc:creator>Kriggity</dc:creator>
		<pubDate>Sun, 27 Mar 2011 17:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-32</guid>
		<description>You&#039;re correct, Chris. I found that using &lt;code&gt;get_Permalink();&lt;/code&gt; uses the date the post was created rather than the event date.

Also, I modified miniCal2.php so that the &quot;View Calendar&quot; link under the calendar grid links to its respective month. For example, I have the mini-calendar in the sidebar of my homepage. If I use the double arrows (&gt;&gt;) to go forward or back to a different month, &quot;View Calendar&quot; will link to its respective month rather than linking to &quot;...events/upcoming/&quot;.

Anyway, I changed this code:
&lt;code&gt;&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/upcoming/&quot;&gt;View Calendar&lt;/a&gt;&lt;/code&gt;

to this:
&lt;code&gt;

&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/month&quot;&gt;View Calendar&lt;/a&gt;

&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/-&quot;&gt;View Calendar&lt;/a&gt;

&lt;/code&gt;

I&#039;ve found this works with the following permalink structures:
&lt;code&gt;
/%category%/%postname%/
/%year%/%monthnum%/%postname%/
&lt;/code&gt;

but it does not appear to work if the permalink structure is set to &quot;default&quot;.

Cheers,
Krig</description>
		<content:encoded><![CDATA[<p>You&#8217;re correct, Chris. I found that using <code>get_Permalink();</code> uses the date the post was created rather than the event date.</p>
<p>Also, I modified miniCal2.php so that the &#8220;View Calendar&#8221; link under the calendar grid links to its respective month. For example, I have the mini-calendar in the sidebar of my homepage. If I use the double arrows (&gt;&gt;) to go forward or back to a different month, &#8220;View Calendar&#8221; will link to its respective month rather than linking to &#8220;&#8230;events/upcoming/&#8221;.</p>
<p>Anyway, I changed this code:<br />
<code>&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/upcoming/"&gt;View Calendar</code></p>
<p>to this:<br />
<code></p>
<p>&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/month"&gt;View Calendar</p>
<p>&lt;a class=&quot;viewCal&quot; href=&quot;/category/events/-"&gt;View Calendar</p>
<p></code></p>
<p>I&#8217;ve found this works with the following permalink structures:<br />
<code><br />
/%category%/%postname%/<br />
/%year%/%monthnum%/%postname%/<br />
</code></p>
<p>but it does not appear to work if the permalink structure is set to &#8220;default&#8221;.</p>
<p>Cheers,<br />
Krig</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mini Events Calendar by cannon303</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-30</link>
		<dc:creator>cannon303</dc:creator>
		<pubDate>Sat, 26 Mar 2011 00:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-30</guid>
		<description>Here&#039;s a link to a website with the mini calendar working:
&lt;a href=&quot;http://barton-upon-humber.org.uk/&quot; rel=&quot;nofollow&quot;&gt;http://barton-upon-humber.org.uk/&lt;/a&gt;

I have also got some other tweaks to stop events mixing with normal posts during the default wordpress display of posts which is a problem that stems from the default installation of the events calendar and I would have thought the makers of the plugin will address this issue but in the meantime I&#039;ll post them in a day or two.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a link to a website with the mini calendar working:<br />
<a href="http://barton-upon-humber.org.uk/" rel="nofollow">http://barton-upon-humber.org.uk/</a></p>
<p>I have also got some other tweaks to stop events mixing with normal posts during the default wordpress display of posts which is a problem that stems from the default installation of the events calendar and I would have thought the makers of the plugin will address this issue but in the meantime I&#8217;ll post them in a day or two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mini Events Calendar by cannon303</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-29</link>
		<dc:creator>cannon303</dc:creator>
		<pubDate>Sat, 26 Mar 2011 00:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-29</guid>
		<description>Hi Kriggity. I don&#039;t think get_Permalink(); will work as (although I&#039;ve not tried it) I think it will cause the events to show up on the date they were created rather than the date of the event. I would keep your scripting as:
&lt;code&gt;$return .= &quot;/listings?id=$day-$month-$year&quot;;&lt;/code&gt;

just to get it working. If you are stuck, post your url, i might be able to see what is going wrong.</description>
		<content:encoded><![CDATA[<p>Hi Kriggity. I don&#8217;t think get_Permalink(); will work as (although I&#8217;ve not tried it) I think it will cause the events to show up on the date they were created rather than the date of the event. I would keep your scripting as:<br />
<code>$return .= "/listings?id=$day-$month-$year";</code></p>
<p>just to get it working. If you are stuck, post your url, i might be able to see what is going wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mini Events Calendar by Kriggity</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-27</link>
		<dc:creator>Kriggity</dc:creator>
		<pubDate>Fri, 25 Mar 2011 16:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-27</guid>
		<description>Chris,
I changed this line of code as instructed in step #15:
&lt;code&gt;$return .= &quot;/listings?id=$day-$month-$year&quot;;&lt;/code&gt;
I&#039;m now using &lt;code&gt;get_Permalink();&lt;/code&gt;. This correctly links to the proper posts, but now my events are showing up in the wrong days in the mini-calendar.
Any idea why this might be happening? Is it breaking in the query or possibly elsewhere?</description>
		<content:encoded><![CDATA[<p>Chris,<br />
I changed this line of code as instructed in step #15:<br />
<code>$return .= "/listings?id=$day-$month-$year";</code><br />
I&#8217;m now using <code>get_Permalink();</code>. This correctly links to the proper posts, but now my events are showing up in the wrong days in the mini-calendar.<br />
Any idea why this might be happening? Is it breaking in the query or possibly elsewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mini Events Calendar by Chris</title>
		<link>http://www.chriscannon.co.uk/the-mini-events-calendar/#comment-21</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 19 Mar 2011 10:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriscannon.co.uk/?p=100#comment-21</guid>
		<description>Hi Kriggity yes you&#039;ve spotted an error there on step 10. I&#039;ll change it. It should read:

10. Open the newly created page-day-list.php and at the top of the file add this code:

&lt;code&gt;&lt;?php /* Template Name: day-list
*/ require_once(&#039;events/list1.php&#039;);?&gt;&lt;/code&gt;

and point 15 should read:

15 Create a new page in your admin and call it listings. Set this template to &lt;strong&gt;day-list&lt;/strong&gt; from the template drop down.....</description>
		<content:encoded><![CDATA[<p>Hi Kriggity yes you&#8217;ve spotted an error there on step 10. I&#8217;ll change it. It should read:</p>
<p>10. Open the newly created page-day-list.php and at the top of the file add this code:</p>
<p><code>&lt;?php /* Template Name: day-list<br />
*/ require_once('events/list1.php');?&gt;</code></p>
<p>and point 15 should read:</p>
<p>15 Create a new page in your admin and call it listings. Set this template to <strong>day-list</strong> from the template drop down&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

