flutter_wordpress
flutter_wordpress copied to clipboard
issue with featuredMedia
Hi,
I am a newbie and followed the example tutorial. But, I am not able to get the featured images of the WordPress posts. Also, the post content doesn't appear to be properly formatted. It will be extremely helpful if you can help me.
Can you elaborate on how you are not able to get featured images? post.featuredMedia.sourceUrl will be null if the post doesn't have any.
The wordpress post content contains html tags. You will need to use any other html viewer flutter packages to format it properly.