Archived topic
add one line in result search
3 replies · Started by Sanu Kumar on April 1, 2020
I want to add one sentence if someone comes to my site and searches something by using the search tab, then I would like to show them in the beginning "Woohoo! Here's what I've found ya!
Is it possible to add this?
Hi there,
Where would you want this to display? In place of the "Search results for:" text?
So you'd like to replace the default text correct?
There is no filter for that unfortuantely.
You'd need to create a child theme:
https://docs.generatepress.com/article/using-child-theme/#installing-a-child-theme
Copy and paste the search.php into the child theme folder, and then edit this line:
https://github.com/tomusborne/generatepress/blob/7fdcddf18209a84aaa75304ab23f768241e08ed4/search.php#L31