<?php if ( get_post_meta($post->ID, ‘thumbnail’, true) ) : ?>
<?php $image = get_post_meta($post->ID, ‘thumbnail’, true); ?>
<a href=”<?php the_permalink() ?>” rel=”bookmark” title=”<?php the_title(); ?>”><img src=”<?php echo $image; ?>” alt=”<?php the_title(); ?>”/></a>
<?php else: ?>
<a href=”<?php the_permalink() ?>” rel=”bookmark” title=”<?php the_title(); ?>”><img src=”<?php bloginfo(‘template_url’); ?>/assets/images/nopicture.jpg” alt=”<?php the_title(); ?>”/></a>
<?php endif; ?>
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END





暂无评论内容