Custom Search Box

March 15, 2009

The nice thing about this function is that you can place it just about anywhere with the thesis hooks. I have mine after the multimedia box, because I sometimes put both sidebars on the right and like having the search box above the other widgets.

/*Custom Search Box */
function search_up() {
<div class="sidebar">
<ul class="sidebar_list">
  <li class="widget special_search"></li>
</ul>
</div>
add_action('thesis_hook_after_multimedia_box', 'search_up');

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: