I’ve created a query using JetEngine from custom posts types (it is called Actors) and added that query as a dropdown menu in the product edit page as a metabox.
I want to display the selected actors on the product page when an item from the query list is selected, but I don’t know how to do it.
For example, when actor X is selected in that dropdown list, the relevant information from the query should be displayed on the product page, such as the actor’s picture, name, and other details that were previously added in the post type.
I had worked with dynamic boxes and similar things before, and I knew I had to enter its ID to display it, but for post types, I don’t know what to do.
[ad_2]