我想在帖子页面中使用精选图片, 问题是,我不明白这一点。 我怎么能这样做?
我以为我必须在functions.php中编写这段代码并且已经解决了 add_theme_support(' post_thumbnails&#39);
但不幸的是。 任何人都可以帮我解决这个问题吗?
答案 0 :(得分:0)
此功能对于将精选图像放入帖子页面非常有用。你可以将它添加到你的循环中,同时将$ post_id,$ size,$ attr传递给该函数。
<?php the_post_thumbnail(); ?>