• 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

    (@nobita)

    Hi wentys

    Create child theme

    download here

    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.