Add a search box to your blog so that the visitors and feel easy to find articles or posts
So go to LAYOUT-ADD PAGE ELEMENT Html/Javascript
and now add the below codes
<form id="searchThis" action="/search" style="display:inline;" method="get"><input id="searchBox" name="q" type="text"/> <input id="searchButton" value="Go" type="submit"/></form>
Now change the text in red to any text you like search or hit you want to display in button to hit the search.
Rilwan's
Posted in: 



0 comments:
Post a Comment