Support

Account

Home Forums General Issues Best way to use ACF in Artist/Artworks relationship Reply To: Best way to use ACF in Artist/Artworks relationship

  • Is artwork a relationship on the series post?

    If it is then just get that field from the series instead of doing a query.

    
    get_field('works', $serie->ID);