Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Not acting as default search › Reply To: Not acting as default search
August 21, 2013 at 7:34 am
#647
Try to replace the upper code with this:
<!– search –> <?php if ( empty( $data['head_show_search'] ) || ( !empty($data['head_show_search']) && $data['head_show_search'] == ‘yes’) ) { ?> <?php echo do_shortcode('[the search shortcode here...]'); ?> <?php } ?> <!– end search –>Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



