New to QUERY LOOP and it's not connecting

I will try and make the problem clear.

First step I did: I created a custom post type for my business GBP services

I create 2 taxonomies

Here are the custom fields

This is what I am aiming for

I am using a brixie template and here is structure

Only options I see are TYPE: POST and POST TYPE: POST. Nothing else in the drop downs are relevant.

Then here is my card that I am trying to pull the data into

Here is example of me “finding the right field”

And the actual website output

Any help would be tremendous!

1 Like

your structure relationship built wrong
fix that first

your gbp location should be a different registered taxonomy and the gbp category should be different registered taxonomy too.

Get rid of the “Card” element or put the query on the card. Like this.

Okay I will try these. This was a straight brixies template so I didn’t choose anything . I will try these. thanks

Okay I made some progress. I removed the extra element and now the card isn’t nested inside another “card”. It has started working but a little weird. First one doesn’t pull the content in and the second one just did something on its own.

Sorry this is my first time trying queries and after following multiple videos of doing with with ACF and meta box I decided to reach out to the you all.

Thanks

Here is my taxonomies section as that was brought up. I think this is what was recommended.

I am not sure what you are trying to achieve. You said you wanted a grid layout of 2 columns, you will get that with the above.

Bringing in conditions based on a taxonomy is a different approach. But you need to let us know what it is you are trying to achieve.

Are you trying to show JUST the posts with the CPT of GBP Service, but specifically to a category?

Note: You have a global class that I believe is what controls the grid layout. When you removed that div, did you replace that class to the new div?

who or what recommended this ?