Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search options below bar › Reply To: Search options below bar
November 5, 2018 at 2:55 pm
#19777
Participant
I have it configured with a php shortcode in my content-single.php file. How would I apply that code there?
Here’s the code I’m using: [code]<?php
echo do_shortcode(‘[wpdreams_ajaxsearchpro id=3]‘);
?>[/code]
Thanks