Title: agee's Replies | WordPress.org

---

# agee

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [2011 child not working, no solution in other posts](https://wordpress.org/support/topic/2011-child-not-working-no-solution-in-other-posts/)
 *  Thread Starter [agee](https://wordpress.org/support/users/agee/)
 * (@agee)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/2011-child-not-working-no-solution-in-other-posts/#post-3054214)
 * esmi,
    thanks for your reply–couldn’t get it to work, so switched to light profile
   and made a few modifications with the child–still some things i couldn’t modify
   via the child, though. very frustrating, but i’ve had enough–thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven – removing the search box](https://wordpress.org/support/topic/twenty-eleven-removing-the-search-box/)
 *  [agee](https://wordpress.org/support/users/agee/)
 * (@agee)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/twenty-eleven-removing-the-search-box/#post-3054139)
 * commenting out the following from the header.php for 2011 worked like a charm
   for me.
 *     ```
       <!--
       <?php
       // Has the text been hidden?
       if ( 'blank' == get_header_textcolor() ) :
       ?>
       <div class="only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>">
       <?php get_search_form(); ?>
       </div>
       <?php
       else :?>
       <?php get_search_form(); ?>
       <?php endif; ?>
       -->
       ```
   
 * _[Moderator Note: Please post code or markup snippets between backticks or use
   the code button. As it stands, your code may now have been permanently damaged/
   corrupted by the forum’s parser.]_

Viewing 2 replies - 1 through 2 (of 2 total)