• Mohon bantuan, saat saya memasukan featured image kenapa tampilannya di homepage jadi buram ya? sudah saya setting di media, semua ukuran sudah saya besarkan kenapa masih buram.

Melihat 1 balasan (dari total 1)
  • coba ganti script thumbnail di homepage Anda dengan ini :

    <?php if ( has_post_thumbnail() ) { ?>
    <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" >
    <?php $image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'mag-image'); ?>
    <img src="<?php echo $image[0]; ?>" alt="<?php the_title(); ?>"  /></a>
    <?php } else { ?><a href="<?php the_permalink(); ?>">
    <img src="<?php echo get_template_directory_uri(); ?>/images/no-gambar.png" title="<?php the_title(); ?>" alt="<?php the_title(); ?>" /></a><?php } ?>
Melihat 1 balasan (dari total 1)

Topik ‘HELP!!! Gambar Thumnail Buram’ tertutup untuk balasan baru.