PHP wordpress缩略图

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP wordpress缩略图相关的知识,希望对你有一定的参考价值。

//Get the first image from the post and display it
function catch_that_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)){ //Defines a default image
    $first_img = "/images/default.jpg";
  }
  return $first_img;
}


//call the function within the loop
echo catch_that_image()

以上是关于PHP wordpress缩略图的主要内容,如果未能解决你的问题,请参考以下文章

PHP 为Wordpress主题启用帖子缩略图

PHP Wordpress 2.9发布缩略图

PHP 简单的WordPress缩略图功能

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

从youtube嵌入缩略图和视频(php - Wordpress)

PHP 链接在wordpress中的特色邮政缩略图