/ Published in: PHP
Expand |
Embed | Plain Text
/*--------------------------------------------------*/ /** add categories before headlines */ /*--------------------------------------------------*/ function show_cat () { if (is_home()) $category = get_the_category(); } /*add_action('thesis_hook_before_headline', 'show_cat');*/ add_action('thesis_hook_before_teaser_headline', 'show_cat');
You need to login to post a comment.
