You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you query the REST API for posts and include the featured image from the Global Mediathek with ?_embed=wp:featuredmedia e.g. https://my-wordpress.test/wp-json/wp/v2/posts?_embed=wp:featuredmedia the featured image outputs the site logo and not the image:
Reproduction instructions
Create a Post and use a featured image from the Global Mediathek
Query the REST API with ?_embed=wp:featuredmedia e.g. https://my-wordpress.test/wp-json/wp/v2/posts?_embed=wp:featuredmedia
See the site logo under _embedded->wp:featuredmedia[0]
Expected behavior
Should output the featured image correcly
Environment info
No response
Relevant log output
No response
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Description of the bug
If you query the REST API for posts and include the featured image from the Global Mediathek with
?_embed=wp:featuredmedia
e.g.https://my-wordpress.test/wp-json/wp/v2/posts?_embed=wp:featuredmedia
the featured image outputs the site logo and not the image:Reproduction instructions
?_embed=wp:featuredmedia
e.g.https://my-wordpress.test/wp-json/wp/v2/posts?_embed=wp:featuredmedia
_embedded->wp:featuredmedia[0]
Expected behavior
Should output the featured image correcly
Environment info
No response
Relevant log output
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: