Hi there,
I’ve followed this lovely tutorial on how to fetch the WordPress Menus in Frontity.
I’m returning a menu called ‘featured-post’ which has one item: a post with a id of 70, it’s title, URL, etc. No problems returning the menu JSON or anything.
However, I also need to get that posts image and excerpt, which is not found in the menu JSON. That post is also not found in state.source.posts - so I’m wondering how exactly I can fetch that post’s data, in the most efficient way possible?
Thanks in advance!