In one of my previous posts I had given search widget code to be used on your blogs, which could search given keyword(s) within your blog and show the result on google page only if your pages have been indexed by google search. But now I have an updated code for you all. With this new code the visitors of your blog can search the keyword(s) within your blog and results will come up within your blog with the post(s) containing the given keyword(s).
Here is the code:
Here is the code:
<form action='/search' id='searchform' method='get'>
<input class='swap_value' id='s' name='q' type='text' value=''/>
<input alt='Search' class='bt' id='go' title='Search' type='submit' value='Go'/>
</form>
1
I WAS USING SEARCH WIDGET THAT I FOUND, IT ALL WAYS SHOWED NOT FOUND,
NOW I'M USING YOUR WIDGET NEVER MISS, I EVEN PUT JUST A LATTER R AND SHOWED ALL RELATED SEARCH,
THANK YOU ONCE AGAIN.