Quote:
Originally Posted by jayeff
And if you want to over-ride the global setting, you can also place this on the line immediately before the beginning of "The Loop":
Code:
<?php if (is_home()) { query_posts('showposts=10'); } ?>
...changing "home" for whatever page(s) you want to have specific settings and the showposts parameter for whatever number you want.
|
Why would you want to do that? Not questioning you on it...just wanting to know the advantages to doing that.