Exactly what I needed. Thanks!<div><br></div><div>Chip<br><br><div class="gmail_quote">On Thu, Sep 2, 2010 at 11:10 AM, Austin Matzko <span dir="ltr">&lt;<a href="mailto:austin@pressedcode.com">austin@pressedcode.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Thu, Sep 2, 2010 at 11:04 AM, Chip Bennett &lt;<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>&gt; wrote:<br>

&gt; If a Theme adds the following in, e.g., the sidebar, does a reset_query()<br>
&gt; need to be called?<br>
&gt;<br>
&gt; $my_query = new WP_Query<br>
&gt;<br>
&gt; Or is a reset not necessary, since the query is called via custom variable?<br>
<br>
</div></div>No, it&#39;s not necessary and won&#39;t do anything.<br>
<br>
wp_reset_query() affects only the global instantiation of WP_Query in<br>
$wp_query.  In this case, since WP_Query has been instantiated in<br>
$my_query, global variable $wp_query doesn&#39;t need to be reset.<br>
<div><div></div><div class="h5">_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></blockquote></div><br></div>