Hi everyone,
I made this same post a few days ago and didn't get any response. So foremost, sorry for the spam. Second, if you don't know how to help, any recommendations on where can I ask for help?
Here's the original post:
I'm working on a WordPress site where I've created a Custom Post Type (CPT) called "Authors." using Pods. Inside this CPT, I want to manage interviews with questions and answers for each author.
Initially, I thought of having a single field group in Pods where I could dynamically add questions and answers based on a "Number of Questions" field. However, I’m running into challenges when trying to display these dynamically created fields using Elementor's loop grid, as it primarily works with CPTs and taxonomies.
Now I’m considering creating a separate CPT for interviews, where each entry would correspond to a question and answer pair, and then relate these entries to the "Authors" CPT. The idea is to have a loop grid in Elementor that would display these questions and answers for each author separately.
For context: "Authors" in this case refers to authors like "Tolkien," who wrote "The Lord of the Rings." This site is focused on books, and while some authors have interviews, not all do. Each author has their own biography page (linked to the CPT).
Does anyone have a better approach or suggestions on how to handle this setup more efficiently? I'd appreciate any advice or best practices, especially on how to manage the relationship between the Authors and Interviews CPTs, and how to best configure the loop grid in Elementor.
Thanks in advance!

Your approach to creating a separate Custom Post Type (CPT) for interviews and relating them to the “Authors” CPT is a good solution. This structure will provide more flexibility and easier management of your content. Here’s a step-by-step approach to implement this:
1. Create the “Authors” CPT (which you’ve already done using Pods).
2. Create an “Interviews” CPT:
– Use Pods to create a new CPT called “Interviews”.
– Add fields for “Question” and “Answer”.
– Create a relationship field to link each interview to an author.
3. Set up the relationship:
– In the “Interviews” CPT, add a relationship field (e.g., “Related Author”).
– Configure it to relate to the “Authors” CPT.
4. Use Elementor to display the content:
– On the author’s page, use Elementor’s loop grid to display related interviews.
– Set up the loop to query the “Interviews” CPT.
– Use a custom query to filter interviews related to the current author.
5. Display the interviews:
– In the loop item, add dynamic fields to show the question and answer.
This approach allows you to:
– Easily manage interviews separately from authors.
– Add or remove interviews without affecting the author’s main content.
– Use Elementor’s loop grid effectively to display related interviews.
To implement this in Elementor, you might need to use some custom queries or consider using a plugin like “JetEngine” for Elementor, which provides more advanced querying and relationship handling capabilities.
Hi,
Approach for Managing Author Interviews in WordPress:
– Separate CPT for Interviews: Create a separate Custom Post Type (CPT) for interviews. Use a relationship field to link each interview to an author.
– Using Pods: Define relationship fields in both the Authors and Interviews CPTs to manage connections. This will allow you to link multiple interviews to a single author.
– Elementor Loop Grid: Configure a loop grid in Elementor to display interviews for each author. Use a query to fetch interviews related to the current author. Consider using a plugin like “Dynamic Content for Elementor” for custom queries.
– Alternative with ACF: If you face challenges with Pods, use Advanced Custom Fields (ACF) for better compatibility with Elementor.
– Community Help: For further assistance, post in WordPress.org forums, join Facebook groups, or check out Elementor’s GitHub for community support.
This streamlined version should help you efficiently manage and display author interviews on your WordPress site using Pods and Elementor.