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

Posted

tags:

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

<?php if (get_post_meta($post->ID, 'post-image', true)  != "" ) : ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" class="borderimg">
<?php $thumbnail_image = get_post_meta($post->ID, 'post-image', true);?>
<img src="<?php bloginfo('template_url'); ?>/scripts/timthumb.php?src=<?php echo $thumbnail_image; ?>&h=141&w=200&zc=1" alt="" />
</a>
<?php endif; ?>

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

使用timthumb.php截取文章缩略图

PHP 简单的WordPress缩略图功能

PHP Wordpress后缩略图

PHP PHP WP WordPress获取特色图片后缩略图

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

wordpress 缩略图后裁剪问题。这甚至可能吗?