如何放大wordpress帖子图片?

时间:2015-03-08 01:00:11

标签: php wordpress plugins

我无法弄清楚如何放大wordpress后图像大小。我尝试更改默认媒体设置,并尝试使用大量调整大小插件,如重新生成缩略图或强制重新生成缩略图,但它没有成功。

http://i.imgur.com/tNof2ES.png

1 个答案:

答案 0 :(得分:0)

您是否在functions.php中添加了 add_image_size(' enlargeimg',width,height,true)

http://codex.wordpress.org/Function_Reference/add_image_size

添加后,尝试使用重新生成缩略图插件重新生成缩略图。

然后在主题文件中,您想要在 get_the_post_thumbnail(get_the_ID(),' enlargeimg')中更改呼叫前端的尺寸the_post_thumbnail(' enlargedimg&#39)