I managed to get the pages to work sort of by commenting out:
?php
$latest = get_option(‘matatag_latestnews_slug’);
$latcat = ($latest == ”) ? 1 : get_category_by_slug($latest);
query_posts(‘cat=’ . $latcat->term_id);
?
However the feature player is still showing on the archive pages which is not ideal