Hi there,
I’ve created a CPT called Suites and I am currently working on the layout of single-suite in layout builder.
Thing is, at the bottom of the page, I would like to create an other rooms section that changes dynamically based on which room we are one.
So as follows:
If we are viewing room 1, show room 2,3,4,5 at the bottom.
if we are viewing room 2, show 1,3,4,5 at the bottom.
Here’s a screenshot to show if not clear:
https://capture.dropbox.com/xuBU91lKcMWdaBrO
Anyhow, I’ve used query builder, and set it up so it displays all suites, the issue is, I can’t find a way to exclude the current room that we are on. So I get a faulty list.
Can you help me in achieving this?