For example, I'd like to add a Google Adsense Search to the sidebar instead of using the WP default. Code is:
Code:
<form action="http://www.barefoot-trimming.com" id="cse-search-box"> <div> <input type="hidden" name="cx" value="partner-pub-xxxxxxxxxxxxxxxxx:yyyyyyyyyyyy" /> <input type="hidden" name="cof" value="FORID:20" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" size="31" /> <input type="submit" name="sa" value="Search" /> </div> </form> <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
MTIA