%s"', 'asr'), get_search_query() ); elseif ( is_day() ) printf( __('Date – %s', 'asr'), get_the_date() ); elseif ( is_month() ) printf( __('Month – %s', 'asr'), get_the_date( 'F Y' ) ); elseif ( is_year() ) printf( __('Year – %s', 'asr'), get_the_date( 'Y' ) ); elseif ( is_category() || is_tag() ) echo '' . single_cat_title( '', false ) . ''; ?>
' . __('Nothing Found', 'asr') . '';
$asr_nothing_found_content .= '
' . __('Try a new keyword.', 'asr') . '
'; $asr_nothing_found_content .= get_search_form( false ); echo apply_filters( 'asr_nothing_found_content', $asr_nothing_found_content ); ?>
' . get_next_posts_link( __('← Older Posts', 'asr') ) . '
';
$post_nav_blog .= '' . get_previous_posts_link( __('Newer Posts →', 'asr') ) . '
';
}
else {
$post_nav_blog .= '' . get_next_posts_link( __('Next Page →', 'asr') ) . '
';
$post_nav_blog .= '' . get_previous_posts_link( __('← Previous Page', 'asr') ) . '
';
}
echo apply_filters( 'asr_post_nav_blog', $post_nav_blog );
?>