• Resolved reywriter

    (@reywriter)


    I am using minimalistblogger Theme right now and loving it. The only problem i have with this theme is that the featured image shows before the page title. Is there any settings or code i can apply to change that? I want to put featured image after the page title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Superb

    (@themeeverest)

    Hi @reywriter I’m happy to hear you like the theme! ??

    Well it requires you to do some PHP changes which I cannot recommend in any way, making a typo can crash your entire website.

    If you want to give it a go, then go to appearance > theme > editor >template-parts > content-single.php

    Line 13-17 is what adds the featured image:

    <?php if ( has_post_thumbnail() ) : ?>
    <div class="featured-thumbnail">
    <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_post_thumbnail('minimalistblogger-slider'); ?></a>
    </div>
    <?php endif; ?>

    Moving that above <div class="entry-meta"> on line 27 will give you the result you’re looking for.
    Please note that I don’t recommend messing around with PHP if you don’t have coding experience since it can mess up your site badly. ??

    For minor kind of edits I recommend that you find a cheap developer on Fiverr/Upwork who can help you or ask a friend if you know somebody who codes.

    Don’t forget to rate the theme if you like it & have an awesome summer! ??

    Thread Starter reywriter

    (@reywriter)

    Thank you so much for your reply!! It worked on my site and thank you for the warning. I have also rated the theme!! Will recommend it to my friends and will include it in videos too(if i make tutorials on YouTube). Thank you again.

    • This reply was modified 4 years, 4 months ago by reywriter.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to put “Featured Image” after “Post Title”?’ is closed to new replies.