>
itemtype="http://schema.org/Blog" itemscope="itemscope" itemprop="mainContentOfPage" role="main">

' . get_the_author() . '' ); /* Since we called the_post() above, we need to * rewind the loop back to the beginning that way * we can run the loop properly, in full. */ rewind_posts(); elseif ( is_day() ) : printf( __( 'Day: %s', 'generate' ), '' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Month: %s', 'generate' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Year: %s', 'generate' ), '' . get_the_date( 'Y' ) . '' ); elseif ( is_tax( 'post_format', 'post-format-aside' ) ) : _e( 'Asides', 'generate' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : _e( 'Images', 'generate'); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : _e( 'Videos', 'generate' ); elseif ( is_tax( 'post_format', 'post-format-quote' ) ) : _e( 'Quotes', 'generate' ); elseif ( is_tax( 'post_format', 'post-format-link' ) ) : _e( 'Links', 'generate' ); else : _e( 'Archives', 'generate' ); endif; ?>

%s', $term_description ); endif; if ( get_the_author_meta('description') && is_author() ) : // If a user has filled out their decscription show a bio on their entries echo '
' . get_the_author_meta('description') . '
'; endif; ?>