Skip to content

Instantly share code, notes, and snippets.

@chasereeves
Created February 2, 2011 04:36
Show Gist options
  • Save chasereeves/807241 to your computer and use it in GitHub Desktop.
Save chasereeves/807241 to your computer and use it in GitHub Desktop.
Thesis custom header
//=========================================================== Custom Header
remove_action('thesis_hook_header', 'thesis_default_header');
function custom_header() { ?>
<?php } add_action('thesis_hook_header', 'custom_header');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment