闪灵科技

Web前端总结(第四篇)文章缩略图的调用方法(支持文章页调用)

时间:2022-5-1 编辑:闪灵科技

Web前端总结(第四篇)文章缩略图的调用方法(支持文章页调用)

Vue ShanLing(闪灵科技)开发者团队介绍:开发者在实际项目中Vuexls模板如何调用文章缩略图?

Web前端总结(第四篇)文章缩略图的调用方法(支持文章页调用)

//调用缩略图
function get_first_image() {
global $post;
$first_img = ”;
ob_start();
ob_end_clean();
$output = preg_match_all(‘/<img.+src=[\'”]([^\'”]+)[\'”].*>/i’, $post->post_content, $matches);
$first_img = $matches [1] [0];
if(empty($first_img)){ //Defines a default image
$first_img = bloginfo(‘template_url’) . “/default.jpg”;
};
return $first_img;
}
在任意模块中,只要需显示缩略图片位置,使用下面的调用代码来调用缩略图。
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(array(296,296),array(‘alt’=> trim(strip_tags( $post->post_title ))));} else {?><img src=”<?php echo get_first_image(); ?>” alt=”<?php the_title(); ?>” width=”296″ height=”296″/><?php }?>

声明:本网站发布的内容(图片、视频和文字)以原创、转载和分享网络内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。联系电话:021-5999 9566  本站原创内容未经允许不得转载。 或转载时需注明出处:上海闪灵网络科技有限公司  企业可以依托该平台在网上开展业务,可以实现产品展示,销售,在线支付一条龙服务。

原创文章如转载,请注明本文链接: http://www.shanlingkeji.cn/539.html

闪灵科技已为名创优品、海尔集团、美的、四季青、进博会等大型企业和国家项目提供服务