Skip to content

Instantly share code, notes, and snippets.

@krogsgard
Created July 13, 2012 16:00
Show Gist options
  • Save krogsgard/3105670 to your computer and use it in GitHub Desktop.
Save krogsgard/3105670 to your computer and use it in GitHub Desktop.
<?php
function child_byline( $byline ) {
global $post;
$byline = '<p class="byline">[entry-terms taxonomy="category"] | [entry-published] | [entry-comments-link zero="Leave a comment" one="1 comment" more="%1$s comments"] [entry-edit-link before=" | "] </p>';
return $byline;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment