如何使用getEntiyRecords获取帖子的特色媒体?

时间:2021-11-01 作者:shadi

我正在尝试使用getEntityRecords获取特定的post featured\\u媒体。但我不能。

select("core").getEntityRecords("root", "media", { post: 92 })

1 个回复
SO网友:shadi

我找到了解决方案。。。必须使用getEntityRecordgetEntityRecods:

select("core").getEntityRecord("postType", "attachment", post.featured_media);

相关推荐