featured image

Closed
Panagea - Hotel and Tours Booking WordPress Theme Panagea - Hotel and Tours Booking WordPress Theme January 17, 2019
Login to reply
Kelly R Support Agent
5 years ago
Resolved.
Kelly R Support Agent
5 years ago

Hi,

If you have any other issue with Panagea theme, please create another ticket.

And I hope you give Panagea theme 5 star rate in https://themeforest.net/downloads

Regards, C-Themes

HyunKi Kim
5 years ago

It works well.

thank you!

Kelly R Support Agent
5 years ago

Hi,

Please remove following codes in /single.php file.

<?php if ( has_post_thumbnail() ) : ?>

      <p>

       <?php the_post_thumbnail( 'full', array( 'class' => 'img-fluid' ) ); ?>

      </p>

      <?php endif; ?>

And remove following code in page.php file.

<?php

     if ( has_post_thumbnail() ) {

      the_post_thumbnail( 'full', array( 'class' => 'img-fluid' ) );

     }

     ?>

Regards, C-Themes


HyunKi Kim
5 years ago

Hi!

featured image is inserted in the top of post & page. I do not want to use it in the body.. How do I fix it?

Thank you.