316 UCB, 80309-0316
ATLAS Center 329 303-492-7574 303-492-1362
function change_nothing_found_text( $strings ) { $strings['string-search-nothing-found'] = __( 'Oops! We couldn\'t find any matches.', 'astra' ); return $strings; } add_filter( 'astra_default_strings', 'change_nothing_found_text', 10 ); Use code with caution. Copied to clipboard
By default, Astra displays "Search Results For: [Keyword]" at the top of the results page. You can change this heading text easily: Search Results for astra
: Navigate to Customize > Post Types > Search Page . Under the General tab, you can enable/disable the heading and edit the text in the Heading field. } add_filter( 'astra_default_strings'