Does This Cause Trouble?..
-
Hey,
I want to show ALL posts in the category (not the default 10) and decided to go with..
<?php query_posts($query_string . '&nopaging=true'); ?>
but I hear this causes problems with the loop, wacky out-of-place comments and can lead to 3x the ammount of database calls.Can someone please give me some info on this and your experience using query_post.
Thanks
The topic ‘Does This Cause Trouble?..’ is closed to new replies.