/ Published in: PHP
If your site also has registered users that aren't authors, you might have to modify this to cross-reference the usermeta table. Otherwise, this should work pretty well.
Expand |
Embed | Plain Text
<? $term = $_GET['s']; if ($res) { ?> <p><strong>Were you looking for:</strong></p> <ul> <? ?> <? } ?> </ul> <? } ?>
You need to login to post a comment.
