Reply To: Suggested Keywords

#5892
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

It’s kind of hard-coded, but a simple 1 line modification to the code will help.

Open up the /wp-content/plugins/ajax-search-pro/includes/views/asp.shortcode.php via FTP and go to line 51, where you should see this:

$s_phrases = str_replace(array('  ,', ' , ', ', ', ' ,'), '</a>, <a href="#">', $style['frontend_suggestions_keywords']);

change that line to:

$s_phrases = str_replace(array('  ,', ' , ', ', ', ' ,'), '</a> <a href="#">', $style['frontend_suggestions_keywords']);

That should do the trick.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)