Title: manrax's Replies | WordPress.org

---

# manrax

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

 *   [Profile](https://wordpress.org/support/users/manrax/)
 *   [Topics Started](https://wordpress.org/support/users/manrax/topics/)
 *   [Replies Created](https://wordpress.org/support/users/manrax/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/manrax/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/manrax/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/manrax/engagements/)
 *   [Favorites](https://wordpress.org/support/users/manrax/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: [[Hemingway] Need help with customizing Hemingway Rewritten](https://wordpress.org/support/topic/need-help-with-customizing-hemingway-rewritten/)
 *  Thread Starter [manrax](https://wordpress.org/support/users/manrax/)
 * (@manrax)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/need-help-with-customizing-hemingway-rewritten/#post-8996740)
 * Ok after many tries I managed to do it.
 * If anybody else wants to archive the same thing here’s how to:
 * You need to add the following to the functions.php file of your childtheme:
 *     ```
       // REMOVE HEADER REPLACEMENT ACTION
       function child_remove_parent_function() {
           remove_action( 'wp_head', 'hemingway_rewritten_featured_image_headers',999 );
       }
       add_action( 'wp_head', 'child_remove_parent_function' );
       ```
   
 * Manrax
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hemingway] Need help with customizing Hemingway Rewritten](https://wordpress.org/support/topic/need-help-with-customizing-hemingway-rewritten/)
 *  Thread Starter [manrax](https://wordpress.org/support/users/manrax/)
 * (@manrax)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/need-help-with-customizing-hemingway-rewritten/#post-8996450)
 * Im sorry for the misunderstanding but your solution removed the wrong featured
   image. I wanted to prevent the Featured image to replace the default header image.
   
   Even on a single post page I want the header to be the same as on all the other
   pages (like this [http://develop.sevenoaks-guild.com/forums/](http://develop.sevenoaks-guild.com/forums/))
 * Thanks for your help,
    Manrax

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