Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/6301615 to your computer and use it in GitHub Desktop.
Save braddalton/6301615 to your computer and use it in GitHub Desktop.
function specific_category_header_image(){
if(in_category('29') )
echo '<div class="category-header"><img src="http://example.com/wp-content/uploads/2013/08/header.png" alt="category header image" /></div>';
}
add_action('genesis_header', 'specific_category_header_image');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment