' . get_the_author() . ''); /* Since we called the_post() above, we need to rewind the loop back. */ rewind_posts(); } elseif ( is_day() ) { printf( __('Day: %s', 'b3theme'), '' . get_the_date() . ''); } elseif ( is_month() ) { printf( __('Month: %s', 'b3theme'), '' . get_the_date('F Y') . ''); } elseif ( is_year() ) { printf( __('Year: %s', 'b3theme'), '' . get_the_date('Y') . ''); } elseif ( is_tax('post_format', 'post-format-aside') ) { _e('Asides', 'b3theme'); } elseif ( is_tax('post_format', 'post-format-image') ) { _e('Images', 'b3theme'); } elseif ( is_tax('post_format', 'post-format-video') ) { _e('Videos', 'b3theme'); } elseif ( is_tax('post_format', 'post-format-quote') ) { _e('Quotes', 'b3theme'); } elseif ( is_tax('post_format', 'post-format-link') ) { _e('Links', 'b3theme'); } elseif ( is_tax() ) { single_term_title(); } elseif ( is_post_type_archive() ) { post_type_archive_title(); } else { _e('Archives', 'b3theme'); } ?>

%s', $term_description ); endif; ?>