>
' . sprintf( __('Search Results for – "
%s"', 'asteroid'), get_search_query() ) . '';
}
else {
the_archive_title( '
', '
' );
the_archive_description( '
', '
' );
}
?>
' . __('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 );
?>