>

%s

', $subtitle ); } ?>

Posted by on

'; the_post_thumbnail(); echo ''; } the_content();//full post content $categoryList = get_the_category(); $separator = ' '; $output = ''; if($categoryList){ $output .= '

Filed under '; foreach($categoryList as $category) { $output .= 'name ) ) . '">'.$category->cat_name.''.$separator; } printf('%s

', trim($output, $separator) ); } the_tags('

Tagged ', ', ', '

'); // wp_link_pages is required by ThemeCheck. // only does anything if this is a multi-page post. wp_link_pages(); // prev. and next links $next_post = get_next_post_link(); if($next_post){ echo '

' . $next_post .'

'; } $previous_post = get_previous_post_link(); if($previous_post){ echo '

'. $previous_post . '

'; } ?>