Support

Account

Home Forums General Issues Content breaks if we use Relational fields Reply To: Content breaks if we use Relational fields

  • Hi VBK

    Can you post up the code you are using to display the relationship field data?

    Remember that if you are setting up postdata in your loop then you MUST reset post data at the end of your loop in order for the rest of the page to display correctly (use wp_reset_postdata() after your endforeach)

    Please refer to the first loop example here:

    http://www.advancedcustomfields.com/resources/field-types/relationship/

    If you post up the code it should be easier to see where you’re going wrong.

    Thanks