Viewing 3 replies - 1 through 3 (of 3 total)
  • To display the image in a loop!

    <?php if( has_post_thumbnail() ) :?>
        <div class="imageholder">
          <?php ( get_post_thumbnail() ) :?>
        </div>
    <?php endif; ?>

    Options:

    <?php ( get_post_thumbnail( array(250,250) ) ) :?>
    <?php ( get_post_thumbnail( 'thumbnail' ) ) :?>
    <?php ( get_post_thumbnail( 'medium' ) ) :?>
    <?php ( get_post_thumbnail( 'large' ) ) :?>
    <?php ( get_post_thumbnail( 'post-thumbnail' ) ) :?>

    HTH

    David

    Thread Starter acunmeswew

    (@acunmeswew)

    To display the image in a loop!

    <?php if( has_post_thumbnail() ) :?>
    <div class=”imageholder”>
    <?php ( get_post_thumbnail() ) :?>
    </div>
    <?php endif; ?>

    HTH

    David

    where i put that code ? sorry i’m newbie in this section

    It would replace the script you posted above, if you are not sure, as you have a premium ‘paid theme’ you should really get support from the themes vendor, or use a service like people per hour where someone will bid and do the change for a small amount of $$.

    This forum is for un-paid products that are released under the GPL licence.

    Regards

    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem With My Featured Image’ is closed to new replies.