My ‘relationship’ field has stopped displaying
-
A while ago, I used the Pods framework to create two pods for our website: UUCM Services and UUCM Speakers.
The UUCM Services Pod has the fields:
Speakers (Relationship with UUCM Speakers)
Service Date (Date)
Service Time (Time)
From Date (Date)The UUCM Speakers Pod has no added fields beyond the default. We only really use the name field.
I just noticed that the Speakers field is no longer displaying — anywhere on our site. I don’t know exactly when this changed, because I only just noticed it. The only recent change I have made it so enable the REST API for these Pods, to allow the use of the Block Editor in WordPress (Gutenberg). I tried turning off the REST API and it made no difference — still no Speakers displayed.
I’ve looked around and can find no explanation for this.
I use a couple of templates to control the display of UUCM Services. Here’s the most used template, if that helps you:
<div class="service"> <h2 class="title">{@post_title}</h2> <p class="time"> [if from_date] <time>{@from_date}</time> <em>through</em> <time>{@service_date}</time> [else] <time>{@service_date} {@service_time}</time> [/if] </p> <p class="speakers">{@speakers.post_title}</p> <p class="content">{@post_content}</p> <hr /> </div>
Could you please give me an idea of where to look to fix this problem?
I’m using Pods Version 2.7.16.2.
Thanks in advance for anything you can do to help!
The page I need help with: [log in to see the link]
- The topic ‘My ‘relationship’ field has stopped displaying’ is closed to new replies.