Thanks so much for the swift reply. It’s probably the archive template I’m looking for. However I don’t a template that is always applied to category 4.
I want to create a one off page template and within that call the category 4 list as it appears with archive.php. I was hoping there may be some variation of the call below to facilitate this…
<?php if (is_page()) { query_posts(‘cat=4’); } ?>
Thanks again.