WP-API / node-wpapi

An isomorphic JavaScript client for the WordPress REST API
http://wp-api.org/node-wpapi/
MIT License
1.68k stars 191 forks source link

How do I get the href to a featured image? #511

Open charlestbell opened 1 year ago

charlestbell commented 1 year ago

Hi,

I'm trying out this package. The way I was loading posts before, using just fetch, it would return the href of the featured image for each post.

With WPAPI.js, I can get a featured_media id tag, but that's it. I'd rather not make seperate calls for each image, but let the browser handle image loading. How can I make .posts() load the featured image href?

charlestbell commented 1 year ago

Nvm, I realized that the apis for wordpress.com and wordpress.org are completely different.