Wednesday, October 28, 2015

“Search This Blog” is not Working on Blogger

Link.


Solution:

Go to your layout page and remove the current (Search This Blog) gadget.

Add an Html/Javascript gadget to your page. Paste the following into the gadget content and give a title (e.g. Search This Blog).

Make sure you are substituting in your own blogname into the url.

<form action="http://yourblogname.blogspot.com/search" name="input" method="get">

<input value=" " name="q" size="20" type="text"/>
<input value="Go!" type="submit"/>

No comments:

Post a Comment