Support

Account

Home Forums Front-end Issues Relationship query – if related posts equals xxx Reply To: Relationship query – if related posts equals xxx

  • Ok, so I solved this myself. Not in a beautiful way, but it works. I have 12 if functions to check which item(s) the design includes, like <?php if (get_the_title($design->ID) == "1001"){ do something } ?>

    If you have a shorter solution, I’m open to change the code!
    🙂