Tumblr Tutorials


Adding A Search Bar

Everyone loves to share images online! With the <img> tag, you can put images in your own web pages!

The code for creating a search bar is already in the Tumblr code, you just need to find it, it will be contained within comment codes:

 <!-- CODE HERE -->
You should delete the
 <!-- 
And the:
  --> 
The Tumblr documentation on search is available here. You should look for the code shown in the example in your tumblr theme:

<form action="/search" method="get">
    <input type="text" name="q" value="{SearchQuery}"/>
    <input type="submit" value="Search"/>
</form>