<?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 Wordpress API</title>
	<atom:link href="http://wordpressapi.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpressapi.com</link>
	<description>Wordpress Tutorials, Tips, Code, Hacks, Themes, plugin, Developer Code book -Wordpress Code, Themes, Plugins, Tips, Tutorials, News, Releases, Designs, Hacks, Tricks, Blog</description>
	<lastBuildDate>Sat, 19 May 2012 16:17:10 +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 How To limit the images size in wordpress post for showing by Scott</title>
		<link>http://wordpressapi.com/2010/02/01/limit-images-size-wordpress-post-showing/#comment-31132</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 19 May 2012 16:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://images.wordpressapi.com/?p=691#comment-31132</guid>
		<description>THANK YOU for this post. I searched for a couple of days and tried several things that didn&#039;t work, but FINALLY came to your post and it worked like magic! Thanks!</description>
		<content:encoded><![CDATA[<p>THANK YOU for this post. I searched for a couple of days and tried several things that didn&#8217;t work, but FINALLY came to your post and it worked like magic! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on removing the some wordpress pages or posts from search by Web Design Company In Orlando</title>
		<link>http://wordpressapi.com/2011/05/10/removing-the-some-wordpress-pages-or-posts-from-search/#comment-31131</link>
		<dc:creator>Web Design Company In Orlando</dc:creator>
		<pubDate>Sat, 19 May 2012 16:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressapi.com/?p=6364#comment-31131</guid>
		<description>I will right away clutch your rss feed as I can&#039;t find your email subscription link or e-newsletter service. Do you&#039;ve any? Kindly let me recognise in order that I could subscribe. Thanks.</description>
		<content:encoded><![CDATA[<p>I will right away clutch your rss feed as I can&#8217;t find your email subscription link or e-newsletter service. Do you&#8217;ve any? Kindly let me recognise in order that I could subscribe. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 great wordpress plugins for facebook by Romča</title>
		<link>http://wordpressapi.com/2011/04/12/10-great-wordpress-plugins-for-facebook/#comment-30963</link>
		<dc:creator>Romča</dc:creator>
		<pubDate>Tue, 15 May 2012 07:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressapi.com/?p=6293#comment-30963</guid>
		<description>Thanks for your list.</description>
		<content:encoded><![CDATA[<p>Thanks for your list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to change background for specific page and category in wordpress by snabblån 5000</title>
		<link>http://wordpressapi.com/2010/04/05/change-background-specific-page-category-wordpress/#comment-30884</link>
		<dc:creator>snabblån 5000</dc:creator>
		<pubDate>Sat, 12 May 2012 22:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://images.wordpressapi.com/?p=2015#comment-30884</guid>
		<description>Thank you for some other magnificent article. The place else may just anybody get that type of information in such a perfect approach of writing? I have a presentation next week, and I am at the look for such info.</description>
		<content:encoded><![CDATA[<p>Thank you for some other magnificent article. The place else may just anybody get that type of information in such a perfect approach of writing? I have a presentation next week, and I am at the look for such info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get the recent comments without using wordpress plugin or widget by Maya</title>
		<link>http://wordpressapi.com/2010/03/07/comments-wordpress-plugin-widget/#comment-30882</link>
		<dc:creator>Maya</dc:creator>
		<pubDate>Sat, 12 May 2012 18:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://images.wordpressapi.com/?p=1749#comment-30882</guid>
		<description>HI! First of all great article!!
I have a question though...

In stead of showing the post the comments was made in I would like to show the actual comment from the person. How do I do that?</description>
		<content:encoded><![CDATA[<p>HI! First of all great article!!<br />
I have a question though&#8230;</p>
<p>In stead of showing the post the comments was made in I would like to show the actual comment from the person. How do I do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to implement the Jquery UI datepicker in wordpress by Tommix</title>
		<link>http://wordpressapi.com/2012/02/21/how-to-implement-the-jquery-ui-datepicker-in-wordpress/#comment-30775</link>
		<dc:creator>Tommix</dc:creator>
		<pubDate>Wed, 09 May 2012 12:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressapi.com/?p=7011#comment-30775</guid>
		<description>Ok i figured out how to make it, just needed to use other selector.


jQuery(document).ready(function() {
 jQuery(&#039;input[name*=&quot;date_field&quot;]&#039;).datepicker({
        dateFormat : &#039;yy-mm-dd&#039;
    });
});


This WILL make ALL fields who have in their name date_field to become fields with Datepicker.</description>
		<content:encoded><![CDATA[<p>Ok i figured out how to make it, just needed to use other selector.</p>
<p>jQuery(document).ready(function() {<br />
 jQuery(&#8216;input[name*="date_field"]&#8216;).datepicker({<br />
        dateFormat : &#8216;yy-mm-dd&#8217;<br />
    });<br />
});</p>
<p>This WILL make ALL fields who have in their name date_field to become fields with Datepicker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best of Resources for wordpress theme development by Tech Wev</title>
		<link>http://wordpressapi.com/2012/03/19/best-of-resources-for-wordpress-theme-development/#comment-30761</link>
		<dc:creator>Tech Wev</dc:creator>
		<pubDate>Wed, 09 May 2012 05:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressapi.com/?p=7045#comment-30761</guid>
		<description>nice collection. thanks for sharing.</description>
		<content:encoded><![CDATA[<p>nice collection. thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on protect images of wordpress blog by Tommix</title>
		<link>http://wordpressapi.com/2011/12/02/protect-images-of-wordpress-blog/#comment-30742</link>
		<dc:creator>Tommix</dc:creator>
		<pubDate>Tue, 08 May 2012 20:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressapi.com/?p=6957#comment-30742</guid>
		<description>Nobody cares about images...the videos and mp3 that&#039;s the real thing who saves bandwidth :D</description>
		<content:encoded><![CDATA[<p>Nobody cares about images&#8230;the videos and mp3 that&#8217;s the real thing who saves bandwidth <img src='http://wordpressapi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to implement the Jquery UI datepicker in wordpress by Tommix</title>
		<link>http://wordpressapi.com/2012/02/21/how-to-implement-the-jquery-ui-datepicker-in-wordpress/#comment-30741</link>
		<dc:creator>Tommix</dc:creator>
		<pubDate>Tue, 08 May 2012 20:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressapi.com/?p=7011#comment-30741</guid>
		<description>But how to add this to WP admin in custom fields i&#039;ve crated in media upload. cause fields gets dinamic IDs and names so i can not use static ID or names in JS as in this example.</description>
		<content:encoded><![CDATA[<p>But how to add this to WP admin in custom fields i&#8217;ve crated in media upload. cause fields gets dinamic IDs and names so i can not use static ID or names in JS as in this example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get the first category name or id from post by robert szecsodi</title>
		<link>http://wordpressapi.com/2010/02/18/category-id-post/#comment-30731</link>
		<dc:creator>robert szecsodi</dc:creator>
		<pubDate>Tue, 08 May 2012 15:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://images.wordpressapi.com/?p=1223#comment-30731</guid>
		<description>$categories = get_the_category($post-&gt;ID);
$currentcat = $category[0]-&gt;cat_name;
Hey clever monkey ! other clever monkeys might like your post but php doesnt  Undefined variable: category in /home/testsev/public_html</description>
		<content:encoded><![CDATA[<p>$categories = get_the_category($post-&gt;ID);<br />
$currentcat = $category[0]-&gt;cat_name;<br />
Hey clever monkey ! other clever monkeys might like your post but php doesnt  Undefined variable: category in /home/testsev/public_html</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: wordpressapi.com @ 2012-05-23 18:58:31 by W3 Total Cache -->
