[ad_1]
From what I can see, neither the RSS feed nor the WP API includes the featured image for a post.
I’ve exported the MySQL database and I’m trying to iterate through it to find the featured image url for each post but I’m struggling to find a connection between slug or post ID and the image.
I’m probably missing something obvious. Does anyone have any advice?
[ad_2]
Featured images are not included in RSS by default. Need a function of plugin to include featured images.
What are you doing that you need to associate the post URL/slug with post ud and featured images?
Let’s start there and see how to best help