<?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: WP-Cat2Calendar</title>
	<atom:link href="http://www.codeispoetry.ru/wp-cat2calendar/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codeispoetry.ru</link>
	<description>Developer blog</description>
	<lastBuildDate>Sat, 24 Dec 2011 08:15:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Julian</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-5139</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Sat, 24 Dec 2011 08:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-5139</guid>
		<description>and!
THANKS a lot, I was stupid…</description>
		<content:encoded><![CDATA[<p>and!<br />
THANKS a lot, I was stupid…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: and</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-5138</link>
		<dc:creator>and</dc:creator>
		<pubDate>Sat, 24 Dec 2011 06:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-5138</guid>
		<description>@Julian, use key=&gt;value style &lt;tt&gt;$options = array(&#039;cat_id&#039; =&gt; 4);&lt;/tt&gt;

@elvis, the only way to fetch custom post types is to modify plugin and add post_type=custom_post_type to the query used in plugin, line 773 in wp-cat2calendar.php.</description>
		<content:encoded><![CDATA[<p>@Julian, use key=>value style <tt>$options = array('cat_id' => 4);</tt></p>
<p>@elvis, the only way to fetch custom post types is to modify plugin and add post_type=custom_post_type to the query used in plugin, line 773 in wp-cat2calendar.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elvis</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-4903</link>
		<dc:creator>elvis</dc:creator>
		<pubDate>Mon, 12 Dec 2011 13:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-4903</guid>
		<description>Hi, is there any way to make this plugin work with custom post types?
i have a site with custom post types and i want the calendar to only show a certain custom post type.
If you could just point me to where it selects posts in the code, i can edit myself.
thanks</description>
		<content:encoded><![CDATA[<p>Hi, is there any way to make this plugin work with custom post types?<br />
i have a site with custom post types and i want the calendar to only show a certain custom post type.<br />
If you could just point me to where it selects posts in the code, i can edit myself.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-4849</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Fri, 09 Dec 2011 18:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-4849</guid>
		<description>Hey!

Please help me!
I just can&#039;t add the calendar with options in my templates index.php.

When I put the following code:
$options = array(&quot;cat_id=&#039;4&#039;&quot;);
global $wpCat2Calendar;
echo $wpCat2Calendar-&gt;display($options);

It displays the calendar, but the articles from all calendars.

I couldn&#039;t find good sample code on this.
This article shows me that I can do this, but there is no example on adding the options to the array!


Hope you can help me!
Greets
J.</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>Please help me!<br />
I just can&#8217;t add the calendar with options in my templates index.php.</p>
<p>When I put the following code:<br />
$options = array(&#8220;cat_id=&#8217;4&#8242;&#8221;);<br />
global $wpCat2Calendar;<br />
echo $wpCat2Calendar-&gt;display($options);</p>
<p>It displays the calendar, but the articles from all calendars.</p>
<p>I couldn&#8217;t find good sample code on this.<br />
This article shows me that I can do this, but there is no example on adding the options to the array!</p>
<p>Hope you can help me!<br />
Greets<br />
J.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-3356</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Mon, 06 Jun 2011 16:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-3356</guid>
		<description>Is there any way to change the date popup so that it extends down from the selected date box instead of extending upward?</description>
		<content:encoded><![CDATA[<p>Is there any way to change the date popup so that it extends down from the selected date box instead of extending upward?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-3060</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Tue, 19 Apr 2011 12:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-3060</guid>
		<description>Hello and thanks for this brilliant plugin... I am trying to make it work with custom post type ids by replacing get_categories with get_terms but of course, I couldn&#039;t get it done I am a noob... any suggestions?</description>
		<content:encoded><![CDATA[<p>Hello and thanks for this brilliant plugin&#8230; I am trying to make it work with custom post type ids by replacing get_categories with get_terms but of course, I couldn&#8217;t get it done I am a noob&#8230; any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FDKelly</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-2940</link>
		<dc:creator>FDKelly</dc:creator>
		<pubDate>Tue, 05 Apr 2011 07:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-2940</guid>
		<description>Hello,
The plugin works perfectly on my site. I am currently modifying the .css and encountered a slight issue. I changed the font to courier-new and adjusted the navigation&#039;s .left and .right width% to better align the current month, but this makes the month titles looked crowded. If I make the text smaller, it&#039;ll be too small to be comfortably read by everyone. After testing in firebug, I found I could fix the spacing issue if I simply removed the arrows before and after the &#039;previous&#039; and &#039;next&#039; months. 

The problem is that I have no idea how to remove those arrows. 

The calendar is in the tabbed widget on the top-right of my blog&#039;s layout.

Any help is appreciated, thank you.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
The plugin works perfectly on my site. I am currently modifying the .css and encountered a slight issue. I changed the font to courier-new and adjusted the navigation&#8217;s .left and .right width% to better align the current month, but this makes the month titles looked crowded. If I make the text smaller, it&#8217;ll be too small to be comfortably read by everyone. After testing in firebug, I found I could fix the spacing issue if I simply removed the arrows before and after the &#8216;previous&#8217; and &#8216;next&#8217; months. </p>
<p>The problem is that I have no idea how to remove those arrows. </p>
<p>The calendar is in the tabbed widget on the top-right of my blog&#8217;s layout.</p>
<p>Any help is appreciated, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-2882</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Wed, 30 Mar 2011 18:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-2882</guid>
		<description>Sorry, the example was wrongly displayed before:

a href=&quot;http://localhost/wordpress/?p=101&quot; rel=&quot;shadowbox;height=640;width=320&quot;&gt;My Image&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, the example was wrongly displayed before:</p>
<p>a href=&#8221;http://localhost/wordpress/?p=101&#8243; rel=&#8221;shadowbox;height=640;width=320&#8243;&gt;My Image</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-2881</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Wed, 30 Mar 2011 18:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-2881</guid>
		<description>Hello. Thanks for working on this great plugin. 

We&#039;d like to include it into our upcoming blog, but first I&#039;d like to make a simple modification if it&#039;s possible.

I&#039;m trying to add the rel=&quot;shadowbox&quot; property into the links of the calendar.
This is for the Shadowbox Js plugin which makes links display into lightbox popups. I just don&#039;t know how to add that line into your plugin.

This is an example of how it should go:

&lt;a href=&quot;http://localhost/wordpress/?p=101&quot; rel=&quot;nofollow&quot;&gt;Link&lt;/a&gt;

Thank you very much.</description>
		<content:encoded><![CDATA[<p>Hello. Thanks for working on this great plugin. </p>
<p>We&#8217;d like to include it into our upcoming blog, but first I&#8217;d like to make a simple modification if it&#8217;s possible.</p>
<p>I&#8217;m trying to add the rel=&#8221;shadowbox&#8221; property into the links of the calendar.<br />
This is for the Shadowbox Js plugin which makes links display into lightbox popups. I just don&#8217;t know how to add that line into your plugin.</p>
<p>This is an example of how it should go:</p>
<p><a href="http://localhost/wordpress/?p=101" rel="nofollow">Link</a></p>
<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP-Cat2Calendar &#171; pr8.org &#8211; Pagerank 8</title>
		<link>http://www.codeispoetry.ru/wp-cat2calendar/comment-page-4#comment-2354</link>
		<dc:creator>WP-Cat2Calendar &#171; pr8.org &#8211; Pagerank 8</dc:creator>
		<pubDate>Wed, 16 Feb 2011 19:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://codeispoetry.ru/?page_id=52#comment-2354</guid>
		<description>[...] Eklenti Ana Sayfası [...]</description>
		<content:encoded><![CDATA[<p>[...] Eklenti Ana Sayfası [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

