Why does the title change when using multiple loop in the index.php?
-
I am using multiple loops on my frontpage template.
The last loop is this:
<?php query_posts('cat=115&showposts=3'); ?>
But the whole page is now named after the last loop in the title. How do I make the first loop the “main” loop which alters the title?
- The topic ‘Why does the title change when using multiple loop in the index.php?’ is closed to new replies.