Im in a repeater field, meaning I have used the_row();
Im getting fields using get_sub_field…
One of the sub fields is a relationship field.
I now want to get a field from that relationship post.
Everything is great when suddenly i need to use get_field. I need to get a field from that post and I cannot because I do not think get_field works properly inside a repeater field….
I even referenced the post_id inside get_field.
Basically I am trying to use get_field inside a repeater field to get something that has nothing to do with this repeater.
What can I do?
Help?
Hi saltnpixels, could you give us your code to help you?