badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

gfb

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: hide the featured image from some posts? #16475
    gfb
    Participant

    Thank you, keep up the good works. 🙂

    in reply to: hide the featured image from some posts? #16421
    gfb
    Participant

    thanks for your reply. the problem is: i want to imageshow on slider, not in posts.

    anyway, i wanna set background image for my website, what dimensions i should use?

    in reply to: hide the featured image from some posts? #16369
    gfb
    Participant

    i think i have to clarify it. i don’t want featured image shown on some posts.

    i found this on internet, but i dunno where to put it.

    <?php if(has_post_thumbnail()) {
    echo ‘<figure class=”featured-thumbnail”><span class=”img-wrap”>’; the_post_thumbnail(); echo ‘</span></figure>’;
    }
    ?>
    <?php } else { ?>
    <?php if(has_post_thumbnail()) {
    echo ‘<figure class=”featured-thumbnail large”><span class=”img-wrap”><span class=”f-thumb-wrap”>’; the_post_thumbnail(‘post-thumbnail-xl’); echo ‘</span></span></figure>’;
    }
    ?>
    <?php } ?>

    anyone can help?

Viewing 3 posts - 1 through 3 (of 3 total)