<?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: zed1 Team Fixtures Plugin</title>
	<atom:link href="http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/feed/" rel="self" type="application/rss+xml" />
	<link>http://zed1.com/journalized</link>
	<description>Mike Little&#039;s not-quite-so-daily thoughts, babblings, and random synapse firings!</description>
	<lastBuildDate>Tue, 09 Mar 2010 07:56: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: Grace</title>
		<link>http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/comment-page-1/#comment-1678057</link>
		<dc:creator>Grace</dc:creator>
		<pubDate>Fri, 31 Jul 2009 09:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?page_id=1232#comment-1678057</guid>
		<description>What a clever little plugin! My husband is going to love this.
Thank You for sharing it!</description>
		<content:encoded><![CDATA[<p>What a clever little plugin! My husband is going to love this.<br />
Thank You for sharing it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pikciu</title>
		<link>http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/comment-page-1/#comment-1690723</link>
		<dc:creator>pikciu</dc:creator>
		<pubDate>Wed, 01 Jul 2009 06:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?page_id=1232#comment-1690723</guid>
		<description>Hi,

I want to display team names under the logos. Can you help me please? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to display team names under the logos. Can you help me please? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/comment-page-1/#comment-1623228</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 10 Apr 2009 19:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?page_id=1232#comment-1623228</guid>
		<description>Hi LaX,
Yes you can enter any time you like.</description>
		<content:encoded><![CDATA[<p>Hi LaX,<br />
Yes you can enter any time you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LaX</title>
		<link>http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/comment-page-1/#comment-1622567</link>
		<dc:creator>LaX</dc:creator>
		<pubDate>Fri, 10 Apr 2009 04:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?page_id=1232#comment-1622567</guid>
		<description>Can i change the time displayed to use for other locales? like Asia</description>
		<content:encoded><![CDATA[<p>Can i change the time displayed to use for other locales? like Asia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test Blog &#187; Thank a Wordpress Plugin Developer Day</title>
		<link>http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/comment-page-1/#comment-1576338</link>
		<dc:creator>Test Blog &#187; Thank a Wordpress Plugin Developer Day</dc:creator>
		<pubDate>Sat, 14 Feb 2009 18:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?page_id=1232#comment-1576338</guid>
		<description>[...] plugin is still working [...]</description>
		<content:encoded><![CDATA[<p>[...] plugin is still working [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thank a Plugin Developer Day &#124; Tkey.net</title>
		<link>http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/comment-page-1/#comment-1561836</link>
		<dc:creator>Thank a Plugin Developer Day &#124; Tkey.net</dc:creator>
		<pubDate>Thu, 29 Jan 2009 21:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?page_id=1232#comment-1561836</guid>
		<description>[...] plugin is still working [...]</description>
		<content:encoded><![CDATA[<p>[...] plugin is still working [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/comment-page-1/#comment-1557099</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 23 Jan 2009 09:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?page_id=1232#comment-1557099</guid>
		<description>Hi Paul,
If you had a theme that allowed an extra area for widgets at the top of the page, you could use it that way.
However if your theme doesn&#039;t provide that, you can add the following code to your template in the place you want the fixture to appear:
&lt;code&gt;
&lt;?php 
$args = array(&#039;before_widget&#039; =&gt; &#039;&lt;div id=&quot;team-fixture&quot;&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;); 
widget_zed1_fix($args); 
?&gt;
&lt;/code&gt;
 
Give it a try and let me know how it goes.

Mike</description>
		<content:encoded><![CDATA[<p>Hi Paul,<br />
If you had a theme that allowed an extra area for widgets at the top of the page, you could use it that way.<br />
However if your theme doesn&#8217;t provide that, you can add the following code to your template in the place you want the fixture to appear:<br />
<code><br />
&lt;?php<br />
$args = array('before_widget' =&gt; '&lt;div id="team-fixture"&gt;',<br />
    'before_title' =&gt; '&lt;h2&gt;', 'after_title' =&gt; '&lt;/h2&gt;',<br />
    'after_widget' =&gt; '&lt;/div&gt;');<br />
widget_zed1_fix($args);<br />
?&gt;<br />
</code></p>
<p>Give it a try and let me know how it goes.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Taylor</title>
		<link>http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/comment-page-1/#comment-1556471</link>
		<dc:creator>Paul Taylor</dc:creator>
		<pubDate>Thu, 22 Jan 2009 13:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?page_id=1232#comment-1556471</guid>
		<description>This is a great little tool, going to try and use it for a non-league website i&#039;m trying to build.

One quesiton is it possible to include this in a page? Thnking of having it as a page header before the posts. Anyways great stuff, thanks very much!</description>
		<content:encoded><![CDATA[<p>This is a great little tool, going to try and use it for a non-league website i&#8217;m trying to build.</p>
<p>One quesiton is it possible to include this in a page? Thnking of having it as a page header before the posts. Anyways great stuff, thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zed1.com demo site &#187; Team Fixtures Widget Plugin</title>
		<link>http://zed1.com/journalized/wordpress-plugins/zed1-fixtures/comment-page-1/#comment-1318761</link>
		<dc:creator>zed1.com demo site &#187; Team Fixtures Widget Plugin</dc:creator>
		<pubDate>Sat, 12 Jul 2008 16:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/?page_id=1232#comment-1318761</guid>
		<description>[...] is a post to demonstrate the Team Fixtures widget plugin. Got to the plugin page to download, discuss, or ask questions about the [...]</description>
		<content:encoded><![CDATA[<p>[...] is a post to demonstrate the Team Fixtures widget plugin. Got to the plugin page to download, discuss, or ask questions about the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
