Tips On How to Add A Search Box In Your Blog

If you're new here, you may want to subscribe to my RSS feed. One advantage of subscribing to RSS feeds is that you don't have to constantly re-visit this site to check for updates within specific sections you might be interested in because your browser or Feed reader will do this for you automatically on a regular basis plus you can even get email notification. Thanks for visiting!


Having a search functionality in your blog is a wonderful addition to your blog. It makes it easy for visitors to search what they are looking for without having to look at every article you have written. Checkout this wonderful and easy tip to implement.

1. Under Template->Page Elements tab, click “Add a Page Element” at the place where you want your search box to appear. Select “HTML/JavaScript”.

2. Paste this code:

<form id="searchThis" style="DISPLAY: inline" action="/search" method="get"> <input id="searchBox" name="q"> <input id="searchButton" type="submit" value="Go"> </form>

3. Hit Save!





Article copyright BookOfTips.Blogspot.Com - Find helpful tips that can help you with your daily activities. All rights reserved. No part of an article may be reproduced without the prior permission.





Tips On How to Add A Search Box In Your Blog - Related Tips / Tricks / Hacks



If you enjoyed this post Subscribe to our feed

No Comment

Post a Comment