Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › upgrade from free – shortcode issue › Reply To: upgrade from free – shortcode issue
August 28, 2014 at 9:22 am
#2308
Keymaster
Hi!
Try the following:
function asp_mimic_shortcode( $atts ) {
return do_shortcode('[wpdreams_ajaxsearchpro id=1]');
}
add_shortcode('wpdreams_ajaxsearchlite', 'asp_mimic_shortcode');
You might have to change the id, but I think this should work.