Changes between Version 2 and Version 3 of Ticket #41445, comment 57
- Timestamp:
- 02/17/2023 07:16:35 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41445, comment 57
v2 v3 6 6 - confirm that requesting the first post over the rest API with media embedding enabled works. 7 7 8 e.g. http://<your-site-url>/wp-json/wp/v2/posts/secondPostID?_embed 8 e.g. 9 Request : http://<your-site-url>/wp-json/wp/v2/posts/secondPostID?_embed 10 Response: look for "wp:featuredmedia" entry. 9 11 10 12 - now trash the post 13 11 14 - make a new post, using the first image as the featured image 12 15 - now do a request of the second post over the rest API with media embedding enabled