Support

Account

Home Forums Front-end Issues Limit relationship posts per page Reply To: Limit relationship posts per page

  • Hi @blg002

    If you wish to get the selected ‘relationship’ posts, just simply use the get_field function like so:

    
    $posts = get_field('conference_talks');
    

    The code you have posted is for a reverse lookup, not a simple get value

    Thanks
    E