Archived topic
how to hidden search result page's search title
3 replies · Started by bruce on November 10, 2022
Viewing posts 1–4 of 4
hello
please see this url:https://agro.baynoe.com/?s=topramezone
how to hidden the search's title:Search Results for: topramezone
thanks.
Hi Bruce,
Try adding this Snippet:
add_action('wp',function() {
remove_action( 'generate_before_loop', 'generate_do_search_results_title' );
});
Adding PHP: https://docs.generatepress.com/article/adding-php/#code-snippets
ok now
thanks.
You're welcome Bruce!
This archived topic is closed to new replies.