Title: spanngle's Replies | WordPress.org

---

# spanngle

  [  ](https://wordpress.org/support/users/spanngle/)

 *   [Profile](https://wordpress.org/support/users/spanngle/)
 *   [Topics Started](https://wordpress.org/support/users/spanngle/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spanngle/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spanngle/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spanngle/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spanngle/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spanngle/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Search box to twentyten's menu](https://wordpress.org/support/topic/add-search-box-to-twentytens-menu/)
 *  [spanngle](https://wordpress.org/support/users/spanngle/)
 * (@spanngle)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/add-search-box-to-twentytens-menu/#post-2029608)
 * 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)