<?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 New2WP</title>
	<atom:link href="http://new2wp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://new2wp.com</link>
	<description>Wordpress Tips for Noobs, Rookies and Pros</description>
	<lastBuildDate>Thu, 28 Jul 2011 19:07:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-RC2</generator>
	<item>
		<title>Comment on Part 3: Making A Dynamic WordPress jQuery Featured Post Slider Tutorial by Robert</title>
		<link>http://new2wp.com/pro/part-3-making-a-dynamic-wordpress-jquery-featured-post-slider-tutorial-finale/comment-page-1/#comment-6834</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 28 Jul 2011 19:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=447#comment-6834</guid>
		<description>Hello. Thanks for the great tutorial : )

I have one question though. When I try to change the padding (or margins) of slides their inner divs simply disappear. Any idea as to why?</description>
		<content:encoded><![CDATA[<p>Hello. Thanks for the great tutorial : )</p>
<p>I have one question though. When I try to change the padding (or margins) of slides their inner divs simply disappear. Any idea as to why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List Posts For Terms Of A Custom Taxonomy For Any Post Type by Apollo</title>
		<link>http://new2wp.com/snippet/list-posts-for-terms-of-a-custom-taxonomy-for-any-post-type/comment-page-1/#comment-6832</link>
		<dc:creator>Apollo</dc:creator>
		<pubDate>Thu, 28 Jul 2011 06:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?post_type=snip&#038;p=2265#comment-6832</guid>
		<description>This function is perfect - thank you.

If anyone is interested, i was looking for away to exclude certain taxonomy terms. I was able to accomplish this using &#039;tax_query&#039; ... To do this i added the following to the WP_query array:

$args = array(
						&#039;tax_query&#039; =&gt; array(
						&#039;relation&#039; =&gt; &#039;AND&#039;,
						array(
						&#039;taxonomy&#039; =&gt; &#039;--taxonomyname--&#039;,
						&#039;field&#039; =&gt; &#039;slug&#039;,
						&#039;terms&#039; =&gt; $tax_term-&gt;slug,
						),
						array(
						&#039;taxonomy&#039; =&gt; &#039;--taxonomyname--&#039;,
						&#039;field&#039; =&gt; &#039;id&#039;,
						&#039;terms&#039; =&gt; array( 21, 09, 32 ),
						&#039;operator&#039; =&gt; &#039;NOT IN&#039;,
						)
						),
						&#039;post_type&#039; =&gt; $post_type,
						&#039;post_status&#039; =&gt; &#039;publish&#039;,
						&#039;posts_per_page&#039; =&gt; -1,
						&#039;caller_get_posts&#039;=&gt; 1
						);</description>
		<content:encoded><![CDATA[<p>This function is perfect - thank you.</p>
<p>If anyone is interested, i was looking for away to exclude certain taxonomy terms. I was able to accomplish this using 'tax_query' ... To do this i added the following to the WP_query array:</p>
<p>$args = array(<br />
						'tax_query' =&gt; array(<br />
						'relation' =&gt; 'AND',<br />
						array(<br />
						'taxonomy' =&gt; '--taxonomyname--',<br />
						'field' =&gt; 'slug',<br />
						'terms' =&gt; $tax_term-&gt;slug,<br />
						),<br />
						array(<br />
						'taxonomy' =&gt; '--taxonomyname--',<br />
						'field' =&gt; 'id',<br />
						'terms' =&gt; array( 21, 09, 32 ),<br />
						'operator' =&gt; 'NOT IN',<br />
						)<br />
						),<br />
						'post_type' =&gt; $post_type,<br />
						'post_status' =&gt; 'publish',<br />
						'posts_per_page' =&gt; -1,<br />
						'caller_get_posts'=&gt; 1<br />
						);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OOPost Types: Classes Part 1 – Object Oriented WordPress 3.0 App by Will</title>
		<link>http://new2wp.com/pro/wordpress-custom-post-types-object-oriented-series1/comment-page-1/#comment-6815</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 26 Jul 2011 19:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=1911#comment-6815</guid>
		<description>Another good option is Wordcamp.  It is organized in many cities around the country and is basically a 3 day conference for all things Wordpress.  Great for beginners, advanced, as well as business owners.  I highly recommend checking it out and see if there is one coming up in your area.  It&#039;s cheap too!</description>
		<content:encoded><![CDATA[<p>Another good option is Wordcamp.  It is organized in many cities around the country and is basically a 3 day conference for all things WordPress.  Great for beginners, advanced, as well as business owners.  I highly recommend checking it out and see if there is one coming up in your area.  It's cheap too!<br />
<span class="cluv">Will recently posted..<a class="3e26734037 6815" href="http://albuquerque-new-mexico.org/albuquerque-scooter-store/">Albuquerque Scooter Store &amp; Repair Shop</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create A Simple Metabox For Custom Post Types by Casey Williams</title>
		<link>http://new2wp.com/noob/create-metabox-custom-post-types/comment-page-1/#comment-6812</link>
		<dc:creator>Casey Williams</dc:creator>
		<pubDate>Mon, 25 Jul 2011 23:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=2928#comment-6812</guid>
		<description>This is actually what I am looking for!!!Thank you for posting this…</description>
		<content:encoded><![CDATA[<p>This is actually what I am looking for!!!Thank you for posting this…<br />
<span class="cluv">Casey Williams recently posted..<a class="61aeab931f 6812" href="http://pregnancyfitness.net/gestational-diabetes/">Pregnacy Fitness Exercises</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Complete Guide To jQuery &#8211; Learning The Basics by iDesignow</title>
		<link>http://new2wp.com/noob/a-complete-guide-to-jquery-learning-the-basics/comment-page-1/#comment-6797</link>
		<dc:creator>iDesignow</dc:creator>
		<pubDate>Sun, 24 Jul 2011 14:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=433#comment-6797</guid>
		<description>very nice jquery tutorial, thanks for sharing !</description>
		<content:encoded><![CDATA[<p>very nice jquery tutorial, thanks for sharing !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create A WordPress 3.0 jQuery Drop Down Nav Menu by Steve</title>
		<link>http://new2wp.com/pro/jquery-drop-down-menu-wordpress-3-menu/comment-page-1/#comment-6775</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 21 Jul 2011 17:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=2225#comment-6775</guid>
		<description>It looks like you have them as on the same level, and the History one is just wrapping to the next line since there&#039;s not enough room next to About for it to fit. Thank you for the idea.</description>
		<content:encoded><![CDATA[<p>It looks like you have them as on the same level, and the History one is just wrapping to the next line since there's not enough room next to About for it to fit. Thank you for the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Review] GD Press Tools Plugin For WordPress by Meredith</title>
		<link>http://new2wp.com/rookie/press-tools-wordpress-plugin-review/comment-page-1/#comment-6766</link>
		<dc:creator>Meredith</dc:creator>
		<pubDate>Wed, 20 Jul 2011 19:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=2917#comment-6766</guid>
		<description>I don&#039;t know how I didn&#039;t about this sooner! This looks like such a great and useful tool. Thank you so much for enlightening me. This will be downloaded at once.</description>
		<content:encoded><![CDATA[<p>I don't know how I didn't about this sooner! This looks like such a great and useful tool. Thank you so much for enlightening me. This will be downloaded at once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OOPost Types: Objects Part 3 &#8211; Object Oriented WordPress 3.0 App by Will</title>
		<link>http://new2wp.com/pro/wordpress-custom-post-types-object-oriented-series3/comment-page-1/#comment-6764</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 20 Jul 2011 13:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=2004#comment-6764</guid>
		<description>Thanks for the code. I had issues the first time I used it. But I have managed to fix it after repeating the steps. I think my advice would be to follow the steps carefully and make sure that you don&#039;t miss any single code.</description>
		<content:encoded><![CDATA[<p>Thanks for the code. I had issues the first time I used it. But I have managed to fix it after repeating the steps. I think my advice would be to follow the steps carefully and make sure that you don't miss any single code.<br />
<span class="cluv">Will recently posted..<a class="0c64541996 6764" href="http://www.squidoo.com/ben-cummings-review">Ben Cummings Review | Is Ben Cummings &amp; Practice Building Center for Real? updated Fri ...</a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 1: Dynamic jQuery Featured Post Slider &#8211; Using Custom Loops by Part 1: Dynamic jQuery Featured Post Slider – Using Custom Loops &#124; DlMobileVid - Free Download Video for Mobile, Iphone, Adroid, Nokia,.. With High Quality</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-6755</link>
		<dc:creator>Part 1: Dynamic jQuery Featured Post Slider – Using Custom Loops &#124; DlMobileVid - Free Download Video for Mobile, Iphone, Adroid, Nokia,.. With High Quality</dc:creator>
		<pubDate>Tue, 19 Jul 2011 07:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-6755</guid>
		<description>[...] Part 1: Creating Your Own Custom Loops In WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 1: Creating Your Own Custom Loops In WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Review] GD Press Tools Plugin For WordPress by Amenda Winter</title>
		<link>http://new2wp.com/rookie/press-tools-wordpress-plugin-review/comment-page-1/#comment-6753</link>
		<dc:creator>Amenda Winter</dc:creator>
		<pubDate>Tue, 19 Jul 2011 03:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=2917#comment-6753</guid>
		<description>I will definitely try this out so that I can test if this will be very helpful tool...</description>
		<content:encoded><![CDATA[<p>I will definitely try this out so that I can test if this will be very helpful tool...<br />
<span class="cluv">Amenda Winter recently posted..<a class="6556089556 6753" href="http://www.webmarketingstories.com/the-most-helpful-software-for-affiliate-marketing/">helpful software for affiliate marketing</a></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>

