<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Nevermind I see it, header.php has</FONT></DIV>
<DIV><PRE>//The Query
query_posts('posts_per_page=10');</PRE><PRE><FONT size=2 face=Arial>Which basically overrides any common loop that occures then does a wp_reset_query(), he should be protecting that loops $wp_query and restarting the old wp_query after that loop of links happens.</FONT></PRE><PRE><FONT size=2 face=Arial>$temp_wp_query = $wp_query;</FONT></PRE><PRE>&lt;code&gt;</PRE><PRE>$wp_query = temp_wp_query;</PRE><PRE>sort of thing.</PRE><PRE>*or* not use query_posts and creates a new WP_Query which is the better way of handling that.</PRE></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=chip@chipbennett.net href="mailto:chip@chipbennett.net">Chip 
  Bennett</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=theme-reviewers@lists.wordpress.org 
  href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, August 30, 2010 7:50 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [theme-reviewers] Mini-Site 
  Theme query_posts use</DIV>
  <DIV><BR></DIV>Can someone take a look at the <A 
  href="https://themes.trac.wordpress.org/ticket/862">MiniSite Theme</A> for me? 
  It's making a ton of query_posts() calls. I'm wondering if they're really 
  necessary?
  <DIV><BR></DIV>
  <DIV>Chip</DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<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">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR></BLOCKQUOTE></BODY></HTML>