Search archive title
-
Hi
I’m a no code designer and having an issue with a dynamic tag.
On search result archive, there is a dynamic tag called “Archive title”, it show terms like “Search Results for: (Search_term)”
What I want it to appear it like just “(Search_term)” without “search results for:”
I try to add this filter in the Hello Elementor file functions.php but it doesn’t work :
add_filter( 'gettext', function( $text ) { if ( 'Search Results for: %s' === $text ) { $text = '%s'; } return $text; } );Anyone have an idea?
Wordpress 5.9
WooCommerce 6.2.0
Elementor Pro 3.6.2
Hello Elementor 1.2.0Thank you for your help
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Search archive title’ is closed to new replies.
