回退论文缩略图

Posted

tags:

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

The code to call the normal Thesis Thumb is at http://snipplr.com/view/38971/thesis-thumbnail/ To test whether there is a thumbnail, and if not use another one, use this code in custom_functions.php. You can change the class alignleft to alignright, or aligncenter and you can add the class frame to give the thumbnail a border.
  1. function custom_thesis_thumb() {
  2. global $post;
  3. $post_image = thesis_post_image_info('thumb');
  4. if (!$post_image['url'])
  5. echo '<a href="' . get_permalink($post->ID) . '"><img src="YOUR DEFAULT THUMB URL" class="thumb alignleft" /></a>';
  6. }
  7. add_action('thesis_hook_before_teaser','custom_thesis_thumb');

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

PHP 后备论文缩略图

论文缩略图

Android得到视频缩略图

如何使用 PIL 生成圆形缩略图?

引导缩略图列表未显示缩略图

C#生成缩略图代码