<?php if ( is_category() ) { echo 'Category Archive'; } elseif ( is_tag() ) { echo 'Tag Archive'; } ?>