Skip to main content

Search Results For Astra -

add_filter( 'astra_the_search_page_title', 'my_custom_search_title', 10 ); function my_custom_search_title() { return sprintf( __( 'Your Custom Text Here: %s', 'astra' ), ' ' . get_search_query() . ' ' ); } Use code with caution. Copied to clipboard

If "proper text" refers to the or size of the search results: Search Results for astra

This method allows you to replace the default label with something like "You looked for:". 2. Change Search Bar Placeholder Text Copied to clipboard If "proper text" refers to

: To dynamically change the entire string, add this filter to your functions.php : How to Change the "Search Results For" String

: In the same Search Page menu (Customize > Post Types > Search Page), click the Design tab to adjust the font size, color, and weight specifically for the search title. How to Change the "Search Results For" String

To customize the message shown when no results are found, you can use the astra_default_strings filter: