[related] generates twice the output
-
Let’s say I have a CPT called “Offers” and a CPT called “Cars”.
“Offers” has a relationship field (created with ACF) that select one of the “Cars”.
“Cars” has an image field called “car_image”.At the moment, the plugin outputs the image twice with the [related] tag:
[related cars]
[field image=car_image]
[/related]The above is placed inside an “Offers” post.
Is it normal and I am doing it wrong, or is it a bug?
Thanks!
UPDATE:
Apparently, this is a problem that appears only if the custom field has been previously created through Pods.
- The topic ‘[related] generates twice the output’ is closed to new replies.