', '' ); } else { the_title( sprintf( '

', esc_url( get_permalink() ) ), '

' ); } ?>

' . 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', 'actions' ), '' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Month: %s', 'actions' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Year: %s', 'actions' ), '' . get_the_date( 'Y' ) . '' ); elseif ( is_tax( 'post_format', 'post-format-aside' ) ) : _e( 'Asides', 'actions' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : _e( 'Images', 'actions'); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : _e( 'Videos', 'actions' ); elseif ( is_tax( 'post_format', 'post-format-quote' ) ) : _e( 'Quotes', 'actions' ); elseif ( is_tax( 'post_format', 'post-format-link' ) ) : _e( 'Links', 'actions' ); else : //_e( 'Archives', 'actions' ); 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; ?>
>
' . esc_url( get_the_title() ) . '' ) ); } wp_link_pages( array( 'before' => '', ) ); ?>
__( 'Previous page', 'actions' ), 'next_text' => __( 'Next page', 'actions' ), 'before_page_number' => '' . __( 'Page', 'actions' ) . ' ', ) ); } } if ( ! function_exists( 'actions_post_nav' ) ) { /** * Display navigation to next/previous post when applicable. */ function actions_post_nav() { the_post_navigation( array( 'next_text' => ' ' . '' . __( 'Next post:', 'actions' ) . ' ' . '%title', 'prev_text' => ' ' . '' . __( 'Previous post:', 'actions' ) . ' ' . '%title', ) ); } }