How To Add A Simple Search To Your Blogger Blog

Every blog should include a search feature. If a reader has to click on every page or in every category to find what they are looking for then they may leave out of frustration. Adding a search feature will make your reader happy and it is easy to do.

Many of the Blogger templates do not include a search box. These simple instructions will show you how to add one to your blog.

Note: These instructions are for Blogger.com (Blogspot) blogs.

Add search box to blogger

Follow these simple instructions:

1. Log into your Blogger.com account.

2. Click the Layout tab from your blog Dashboard.

3. Click Page Elements.

4. Click Add a Gadget above the section you want to put your search box in.

5. Click the plus sign next to HTML/Javascript.

6. Type Search this site (or whatever you want) in the Title box or leave it blank.

7. Copy and paste this HTML code in the text area.

  • To modify the width of the search box change the size=”XX” number.
  • To center the search box add <center> before <form… and </center> after </form>.

<form id=”searchthis” action=”/search” style=”DISPLAY: inline” method=”get”><input id=”search-box” name=”q” size=”25″> <input id=”search-btn” value=”Search” type=”submit”></form>

Add a simple search box to your blog

7. Click Save.

8. Click Preview.

9. You may have to drag the search gadget into a new area until you get it positioned where you want it to show on the blog.

10. To test the search functionality click View Blog.

Add a simple search box to your blog

Now you have a simple way for viewers to search your blog and the results will appear embedded in your blog so the reader isn’t taken off onto a new page or a site that doesn’t look like yours.


MakeUseOf Recommends

More articles about:

16 Comments

Wendy Limauge

I have been involved with technology since 1993 when we bought our first Commodore computer and got online with a 300 baud modem (those were the days). I have been a software trainer, computer consultant, in-home troubleshooter, web designer and was known as The Computer Lady to many.

The comments were closed because the article is more than 180 days old.

If you have any questions related to stuff mentioned in the article or need help with any computer issue, just ask it on MakeUseOf Answers.

Hide 16 Comments

  • venkat November 5, 2008
    0 likes

    Nice find ,there is also search in blog feature also available in Blogger navbar.

    | Like
  • Jim November 5, 2008
    0 likes

    I’m a little dense so maybe you can explain the use of this blogger search feature.

    If a person comes to your blog and isn’t familiar with your content, how would they know what to type into the search field and as venkat mentioned, there is already a search field in the nav bar so it would be repetitive to have both (unless one has gotten rid of the nav bar).

    | Like
    • Wendy November 5, 2008
      0 likes

      Jim,

      This search trick is for a blogger blog that does not already have a search feature. Some templates already include a search box while others do not.

      Wendy

      | Like
      • Jim November 5, 2008
        0 likes

        Wendy-

        Thanks for the explanation. I thought maybe I was think-headed and was missing something there.

        When I finally decide to rid my site of my nav bar, I’ll use the one you’ve provided.

        -Jim

        | Like
  • Ted Murphy November 5, 2008
    0 likes

    Heh, worked for me, thanks!

    | Like
  • CIAvash November 8, 2008
    0 likes

    very good.thanks.

    | Like
  • Coolbuster November 16, 2008
    0 likes

    nice one. many thanks!

    | Like
  • jhkhv December 7, 2008
    0 likes

    fjbfbh b
    fbg b

    | Like
  • Steve January 9, 2009
    0 likes

    Hi Wendy

    I followed the instructions but the search button shows up , but it doesnt work .I can type in the query to search but cant click on the search button to get results.

    | Like
    • Wendy Limauge January 12, 2009
      0 likes

      Steve, Did you ever get the search box to work on your site? I took a look and it looks like you are using the Google search feature now.

      | Like
      • Steve January 12, 2009
        0 likes

        Hi Wendy,

        I did add teh search box but it did not work , it was just a static button .That’s why i replaced it with the google search .I would love to use the search box …

        Thanks
        Steve

        | Like
  • Durkin February 7, 2009
    0 likes

    thanks a lot for this!

    | Like
  • Johan April 8, 2009
    0 likes

    This is what i have been looking for. I have removed the blogger navbar and I´m really missing the search function.

    BUT SADLY, this does not work on my page. I only get two text boxes the top one emty and the bottom one with the text “searh”.
    What is wrong, please help me

    | Like
    • Kyle May 9, 2009
      0 likes

      try this slightly adjusted code:

      | Like
  • vinstein April 14, 2009
    0 likes

    Hey thanks.. workin great..
    How can i add Previous and next links to my blog entries??

    | Like
  • Kyle May 9, 2009
    0 likes

    The code has a slight error (at least for my site). As with others who have commented, I couldn’t get the ‘search button’ to show up and work. Here is the code without the extra quotation marks:

    | Like