Support

Account

Home Forums Front-end Issues Reverse query relationship field Reply To: Reverse query relationship field

  • Hi @pilgrimish

    It looks like the last query in your code is the one which is related to your question, is this correct?

    Within this ‘client’ loop, you will need to use the get_posts function to see if any posts exist (‘work’) which contain a custom field value where the current ‘client’ has been selected.

    Is all the rest of your code working?
    If so, the additional get_posts should be quite straight forward. Please read over the doc to understand how you can use compare LIKE to find a value within a serialized array.

    Thanks
    E