- Code: Select all
<?php query_posts($query_string . '&cat=8'); ?>
before 'the loop' in index.php. It worked beautifully!
I'm now setting up a new blog with the Suffusion theme (and loving it!) and would like to do this again, however I can't seem to locate the 'the loop'.
I've searched the Aquoid forum and all the results I could find about this recommend using a plugin to exclude all other categories. I prefer the clean approach of simply adding one line of code and would rather avoid plugins where not absolutely mandatory. Any suggestions on where I could find 'the loop' in the Suffusion theme or where to add the line of code?
