I tried this code snippet as follows:
‘<?php if (is_page( ‘whiskycast-episodes’) {
query_posts( array( ‘category_name’ => ‘episodes’ ( ) ;
} ?>’
However, reloading the specific page returned all of my posts from all of my categories.
Any idea where I might have messed up…I’m not a coder by any means.
Thanks!
Mark