• Resolved pgb

    (@pgb)


    Can I add a search form to the access div which has the horizontal page navigation in the twentyten theme? I don’t want the search bar in any of the widget areas. I could either put it in the page navigation ‘access’ div (on the right) or even somewhere in the header; but how? I can’t find anything in the codex yet, any pointers in the right direction would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could just put the code for search:

    <form id="searchform" method="get" action="/index.php">
    <input type="text" name="s" id="s" size="15" />
    <input type="submit" value="Search" />
    </form>
    Thread Starter pgb

    (@pgb)

    Thanks webjunk, that works a treat

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add a search form to twentyten in the 'access' div not a widget area’ is closed to new replies.