All Posts Tagged With: "insert"

post thumbnail

How to Add a Search Bar in wordpress blog

How to Add a Search Bar in wordpress blog ? The answer is here . This code will be helpful for theme developers and for those who like to add search to their wordpress blog . Follow the below steps and your Blog search will be ready in 5 minutes .
1] Create a New PHP [...]

19Nov2008 | Rockstar | 7 comments | Continued
post thumbnail

How To Insert Search Box in Blogger Template

Do you have a default Search box in your Blogger template ? If no , you can add one with the below code.
Step 1] Goto your blogger Dashboard -> Layout
Step 2] now say PageElements-> Add New Element – > Html Javascript.
Step 3] Add the Following code :
<div align=’center’>
<form expr:action=’data:blog.homepageUrl + &quot;search&quot;’ id=’searchform’ method=’get’ name=’searchform’>
<div align=’right’>
<input [...]

6Aug2008 | Rockstar | 19 comments | Continued