REST API get featured image source for custom post type

admin2025-06-05  3

I created a custom post type and am getting the posts using the REST API. The returned json looks like this...

categories: [] 
content: {raw: "Morbi mollis tellus ac sapien. Etiam ut purus matt…allis tellus, vitae iaculis lacus elit id tortor.", 
rendered: "<p>Morbi mollis tellus ac sapien. Etiam ut purus m… tellus, vitae iaculis lacus elit id tortor.</p>", 
protected: false, block_version: 0 } 
date: "2018-12-20T17:57:44" 
date_gmt: "2018-12-20T17:57:44" 
featured_media: 189 
generated_slug: "book-post-two"
...

Unlike normal posts, it is not returning featured_image_src. Just featured_media. Is it possible to make the features image source appear in json? How can I get it in js?

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749075181a316140.html

最新回复(0)