I've seen several people ask but no one has answered. How do you turn the search hilite on?
I've seen several people ask but no one has answered. How do you turn the search hilite on?
Create a my-hacks.php file in the root directory of your wordpress install and add the following to it:
<?php
add_filter('the_content', 'hilite');
?>
It doesn't work :(
Oh well, thanks.
it doesnt work? does it have any error?
does not work here also. :(
http://blog.sushubh.com/index.php?s=congress&submit=search
no span tags in the code...
waypath hack is working properly... this is not!
my hack file:
http://blog.sushubh.com/my-hacks.phps
This topic has been closed to new replies.