Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<?php get_the_post_thumbnail(get_the_id(),array(370,552));?>
显示以下图像
为什么默认创建属性 1 和 0 ?有什么想法吗?
我只安装了默认插件
小心,它是大写的get_the_ID()。
我将数组从 get_the_id(),array(370,552)); 到 get_the_id(),'my-custom-size');