激活Wordpress中的Post缩略图功能,但如果没有要显示的图像,则不显示任何内容

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了激活Wordpress中的Post缩略图功能,但如果没有要显示的图像,则不显示任何内容相关的知识,希望对你有一定的参考价值。

I looked everywhere trying to find some code that could show me how to display the post thumbnail if there is an image, but to display absolutely nothing if there isn't an image to display (most just either added an image or there was a broken image if there was nothing to display).
  1. <?php if (get_post_meta($post->ID, 'post-image', true) != "" ) : ?>
  2. <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" class="borderimg">
  3. <?php $thumbnail_image = get_post_meta($post->ID, 'post-image', true);?>
  4. <img src="<?php bloginfo('template_url'); ?>/scripts/timthumb.php?src=<?php echo $thumbnail_image; ?>&amp;h=141&amp;w=200&amp;zc=1" alt="" />
  5. </a>
  6. <?php endif; ?>

以上是关于激活Wordpress中的Post缩略图功能,但如果没有要显示的图像,则不显示任何内容的主要内容,如果未能解决你的问题,请参考以下文章

链接wordpress中的特色帖子缩略图

wordpress后台启用自带的图片缩略功能

WordPress后备缩略图图像按大小

Activar Post缩略图en Wordpress 2.9

WordPress向提要添加帖子缩略图

Wordpress向RSS提要添加帖子缩略图