• Lou

    (@purecreative)


    I am using the Menu function on my wordpress twentyten theme and I like the way it works. I want to continue using it.

    However, I would like to add the search box to it. Can it be done?

    I don’t want to create a custom menu. Again, I like the way I can just drag stuff around in there.

    Thanks for reading.

Viewing 1 replies (of 1 total)
  • Login to dashboard
    Go to Appearance
    Go to Editor
    Open header.php
    paste the code

    <div class="searchform"><?php get_search_form(); ?></div>

    before the closing of div tag for access. </div><!-- #access -->

    and put the corresponding css code in the style.css

    For this follow the same step

    Go to Appearance
    Go to Editor
    Open style.css
    paste the below code

    .searchform
    {
    margin:10px 10px 10px 0px;
    float: right;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Add Search box to twentyten's menu’ is closed to new replies.