I created a custom looper to pull a post ID from a table. The post ID is showing up correctly see below.
We’re able to grab the post ID with this looper code. {{ looper.field({"key":"post"}) }}
How can I show the title of the posts using the post ID on this text field? I’ve tried dynamic fields and WPquery, but have had no luck.