【发布时间】:2014-11-29 14:32:41
【问题描述】:
This is the website where I'm trying the featured image on. 该网站使用wordpress。如您所见,图像使用自定义大小,而不是我希望它使用的大小。此外,它适用于自身的 .post img { } 特征。这里有我使用的代码。
(在 PHP 函数中):
if ( function_exists( 'add_theme_support' ) ) add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size(640,205);
然后,在 HTML 中
<?php the_post_thumbnail();?>
我在 PHP 函数代码中写下了我想要的图像大小,但它不起作用!我做错了什么?
【问题讨论】:
标签: php html css wordpress image