Title: replace post title with image
Last modified: August 30, 2016

---

# replace post title with image

 *  [wentys](https://wordpress.org/support/users/wentys/)
 * (@wentys)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/replace-post-title-with-image-1/)
 * hi,
    how to do that: in posts loop, single post etc, first display the title 
   and then image and then posts content. a long time ago I change this but i do
   not remember how.
 * ps. perhaps this is important, i use “Automatic Featured Image Posts” which automatically
   creates a new post with an assigned featured image from every image upload.

Viewing 1 replies (of 1 total)

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/replace-post-title-with-image-1/#post-6210420)
 * Hi wentys
 * Create child theme
 * download here
 * [http://www.tenman.info/download/child-raindrops.zip](http://www.tenman.info/download/child-raindrops.zip)
 * Copy the files of the parent theme in child theme
    single.php , part.php
 * Customize
 * single.php line:105
 *     ```
       raindrops_featured_image();
       ```
   
 * cut and paste
 * part.php
 *     ```
       if ( false === $format ) {
   
           $raindrops_entry_meta_class = 'entry-meta-default';
       } else {
   
           $raindrops_entry_meta_class = 'entry-meta-' . $format;
       }
   
               raindrops_entry_title();
   
               raindrops_featured_image();//Paste here
       ```
   
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘replace post title with image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [nobita](https://wordpress.org/support/users/nobita/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/replace-post-title-with-image-1/#post-6210420)
 * Status: not resolved