'1', 'published' => '1', 'categories' => '1', 'comment_info' => '1', 'updated' => '1', 'tags' => '1', 'author_box' => '0', 'post_nav' => '1', 'comments' => '1', ); $post_elements = asr_option('post_elements', array()); $post_elements = wp_parse_args($post_elements, $post_defaults); $page_defaults = array( 'author' => '0', 'published' => '0', 'comment_info' => '0', 'updated' => '0', 'author_box' => '0', 'comments' => '1', ); $page_elements = asr_option('page_elements', array()); $page_elements = wp_parse_args($page_elements, $page_defaults); ?>
>

' ); ?>
'', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'number', 'nextpagelink' => __('Next page', 'asr'), 'previouspagelink' => __('Previous page', 'asr'), 'pagelink' => '%', 'echo' => 1 ) ); ?>
' . __('The Author', 'asr') . ''; $asr_author_info .= '
' . get_avatar( get_the_author_meta('ID'), 64 ) . '
'; $asr_author_info .= '

' . get_the_author_link() . '

' . get_the_author_meta('description') . '
'; echo apply_filters( 'asr_author_info', $asr_author_info ); ?>
' . __('← Previous Post', 'asr') . '
'; if ( !empty($next_post) ) $post_nav_single .= ''; echo apply_filters( 'asr_post_nav_single', $post_nav_single ); ?>