Support

Account

Home Forums General Issues Quering relationship field on other post type? Reply To: Quering relationship field on other post type?

  • Did you get this to work? I had a similar problem that stumped me for days. Instead of:

    'value' => '"' . get_the_ID() . '"',

    this worked:

    'value' => get_the_ID(),