Highlighted search word all lowercase
-
Hello Ajay & everybody,
Is there a fix for turning all search words in lowercase? If visitors search for names I would like to keep the first letter a capital. The culprit is in (my) better-search.php:
$sr = get_query_var('s'); $keys = explode(" ",$sr); $excerpt = preg_replace('/('.implode('|', $keys) .')/iu', '<strong>'.$sr.'</strong>', $excerpt);
Thanks in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Highlighted search word all lowercase’ is closed to new replies.