Home › Forums › Support › how to hidden search result page’s search title This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 10, 2022 at 11:50 pm #2410811 bruce hello please see this url:https://agro.baynoe.com/?s=topramezone how to hidden the search’s title:Search Results for: topramezone thanks. November 11, 2022 at 12:14 am #2410840 Fernando Customer Support 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 November 11, 2022 at 12:31 am #2410860 bruce ok now thanks. November 11, 2022 at 12:42 am #2410874 Fernando Customer Support You’re welcome Bruce! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In