Skip to content

Instantly share code, notes, and snippets.

@chasereeves
Created February 2, 2011 04:39
Show Gist options
  • Save chasereeves/807245 to your computer and use it in GitHub Desktop.
Save chasereeves/807245 to your computer and use it in GitHub Desktop.
Thesis add category to byline
//========================================================== Byline, Category on same line
function add_to_byline() {
if (!is_page()) { echo ' in <span>' . get_the_category_list(',') . '</span>'; }
} add_action('thesis_hook_byline_item', 'add_to_byline', '99');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment