<?php if is_category('WordPress') {
    get_header('wordpress');
} else {
    get_header();
} ?>



Shamwow