PHP Wordpress 2.9发布缩略图

Posted

tags:

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

<?php add_theme_support('post-thumbnails'); ?> //add this to functions.php

<?php the_post_thumbnail('thumbnail'); ?> //use this to grab the thumb version of the image
<?php the_post_thumbnail('medium'); ?> //use this to grab the medium version of the image
<?php the_post_thumbnail('large'); ?> //use this to grab the large version of the image

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

Activar Post缩略图en Wordpress 2.9

Llamar el post缩略图en el模板Wordpress 2.9

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

PHP Wordpress后缩略图

PHP wordpress缩略图

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