Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Displaying HTML etc in Sidebar (http://forum.bytesforall.com/showthread.php?t=868)

maxhugen Mar 19, 2009 03:39 PM

Displaying HTML etc in Sidebar
 
As a WordPress newbie, I'm not sure how to add my own HTML code to the right sidebar (not using left sidebar), since it's not a widget.

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&amp;lang=en"></script>

Any suggestions would be really appreciated.
MTIA


All times are GMT -6. The time now is 12:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.