is search Check if the given page is a search results page. #wordpress#php#template if ( is_search() ) { echo "Search"; } copy