__( 'Previous page', 'aaron' ), 'next_text' => __( 'Next page', 'aaron' ), ) ); /* If the search is not visible in the menu, and there is only one page of search results, display a search form on the search page. */ if ( $GLOBALS['wp_query']->max_num_pages < 2 && get_theme_mod( 'aaron_hide_search' ) ) { echo '' . esc_html__( 'Would you like to search again?', 'aaron' ) . '
'; get_search_form(); } } else { get_template_part( 'content', 'none' ); } ?>