%s"', 'asteroid'), get_search_query() );
elseif ( is_day() )
printf( __('Date – %s', 'asteroid'), get_the_date() );
elseif ( is_month() )
printf( __('Month – %s', 'asteroid'), get_the_date( 'F Y' ) );
elseif ( is_year() )
printf( __('Year – %s', 'asteroid'), get_the_date( 'Y' ) );
elseif ( is_category() || is_tag() )
echo '' . single_cat_title( '', false ) . '';
?>
' . __('Nothing Found', 'asteroid') . '';
$asteroid_nothing_found_content .= '
' . __('Try a new keyword.', 'asteroid') . '
';
$asteroid_nothing_found_content .= get_search_form( false );
echo apply_filters( 'asteroid_nothing_found_content', $asteroid_nothing_found_content );
?>