我的wordpress拇指有问题。我在localhost中安装了最后一个wordpress,我尝试用拇指创建一个新帖子,但是当我保存它时,在家中没有出现这个拇指。
请参阅以下图片:
http://i41.tinypic.com/ffalvk.jpg
http://i42.tinypic.com/6pn3g9.png
这是图片网址:
http://localhost/wordpress/wp-content/themes/object/thumb.php?src=wordpress/wp-content/uploads/2012/04/5767096.jpg&w=300&h=200&zc=1&q=100
¿我做错了什么?
谢谢:)
答案 0 :(得分:0)
只是在这里尝试,因为我不知道这是什么插件。但是,您可以尝试将图片网址更改为:
http://localhost/wordpress/wp-content/themes/object/thumb.php?src=http://localhost/wordpress/wp-content/uploads/2012/04/5767096.jpg&w=300&h=200&zc=1&q=100
但是,我建议您使用WordPress内置的 Feature Image 功能来设置缩略图。当然,如果你的主题允许它。