全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 1085|回复: 2

[Windows VPS] 怎样才能让wordpress的日志缩略图地址是外链?

[复制链接]
发表于 2015-12-24 16:19:23 | 显示全部楼层 |阅读模式
如题。想让日志的缩略图地址是我指定的图床外链地址。
发表于 2015-12-24 16:57:56 | 显示全部楼层
if ( function_exists('add_theme_support') )
add_theme_support('post-thumbnails');
function catch_first_image() {
  global $post, $posts;
  $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)){
                $random = mt_rand(1, 20);
                echo get_bloginfo ( 'stylesheet_directory' );
                echo '/images/random/tb'.$random.'.jpg';
  }
  return $first_img;
}
发表于 2015-12-24 16:59:42 | 显示全部楼层
修改模板可以。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-4-24 01:34 , Processed in 0.080849 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表