Skip to content

Instantly share code, notes, and snippets.

@mushon
Created May 17, 2011 16:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mushon/976762 to your computer and use it in GitHub Desktop.
<?php
function childtheme_postheader() {
echo 'bacon';
}
add_filter('thematic_postheader','childtheme_postheader');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment