PHP 后备论文缩略图

Posted

tags:

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

function custom_thesis_thumb() {
  global $post;
  $post_image = thesis_post_image_info('thumb');
  if (!$post_image['url'])
    echo '<a href="' . get_permalink($post->ID) . '"><img src="YOUR DEFAULT THUMB URL" class="thumb alignleft" /></a>';
}
add_action('thesis_hook_before_teaser','custom_thesis_thumb');

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

PHP 论文缩略图

WooCommerce - 自定义缩略图和默认后备图像占位符

回退论文缩略图

论文缩略图

PHP缩略图组件的使用?

echo 语句中的 WP 后备图像