Skip to content

Instantly share code, notes, and snippets.

@pdewouters
Created September 15, 2013 12:08
Show Gist options
  • Select an option

  • Save pdewouters/6570225 to your computer and use it in GitHub Desktop.

Select an option

Save pdewouters/6570225 to your computer and use it in GitHub Desktop.
remove byline from Spine2
function mychildtheme_byline( $html ){
return '';
}
add_filter('entry_byline', 'mychildtheme_byline' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment