Wordpress search results
Posted
by kwek-kwek
on Stack Overflow
See other posts from Stack Overflow
or by kwek-kwek
Published on 2010-03-30T17:39:54Z
Indexed on
2010/03/30
17:43 UTC
Read the original article
Hit count: 504
I have created a searchfrom.php for wordpress but then it's giving me a false returns you can try the search yourself here
Here is the code for my search form
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
<input type="text" class="form-text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" class="goField" />
</form>
It does do the search but there are this "at | Uncategorized | No comment" which is not even part of the search term.
© Stack Overflow or respective owner