Support » Theme: NewPro » Feature Image Appears Within Post

  • I’ve settled down on this theme after a lot of browsing/testing and absolutely love the clean and easy navigation. But I’m facing a problem and need help with that…

    I always set the ‘featured image’ as an image I’ve already used within the post (to save space and make the load quicker) but the issue is, when I click on the post from the homepage, the post page shows the feature image right at the top of the post body, and as I scroll down, the same feature appears again as I had previously used it in the article myself.

    How can I fix this?

    Would value any help in this regard.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author gamerpotion

    (@gamerpotion)

    Hi, are you still using the theme? Have visited your link but is showing another theme.

    Thread Starter markaz18

    (@markaz18)

    Thanks for getting back to me. I did switch to another theme after a couple of days of waiting because it looked pretty weird. Is there a way to simply ‘turn off’ the option that displays the feature image within the post? The theme I’m currently using doesn’t seem to have that issue, but I’d like to fix the NewsPro one

    Theme Author gamerpotion

    (@gamerpotion)

    Hi. Yes it is a simple fix, but requires a file edit.

    Simply open up the file ‘single.php’ in the NewPro directory

    then Delete the following code from it:-

    <?php if ( has_post_thumbnail()) : ?>
       <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >
       <?php the_post_thumbnail('category-thumb', array('class' => 'alignnone')); ?>
       </a>
     <?php endif; ?>

    Then save the file. Be sure to do this on a child theme as it proves useful in the long run when updates are available.

    Hope that helps.

    Thread Starter markaz18

    (@markaz18)

    Hi! Thanks for the easy fix guideline. I’ve edited the theme and it looks great. I did, however, notice that the tagline for the site isn’t showing though I have specified on in the “theme options”. Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feature Image Appears Within Post’ is closed to new replies.