Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Putting search bar just right after (below) header › Reply To: Putting search bar just right after (below) header
August 6, 2020 at 1:53 pm
#28826
Keymaster
Hi Yosi,
You can use the PHP version of the shortcode to place in the theme files. You might have to ask the theme developer for the exact location, but it is usually in the header.php file.
The functions.php would not work in this case, unless there is a hook after the header is printed, which is very unlikely.