Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is taxonomies_relation field for Mai Post Grid working? #526

Open
JiveDig opened this issue Nov 2, 2021 · 0 comments
Open

Is taxonomies_relation field for Mai Post Grid working? #526

JiveDig opened this issue Nov 2, 2021 · 0 comments
Labels
bug Something isn't working question Further information is requested

Comments

@JiveDig
Copy link
Contributor

JiveDig commented Nov 2, 2021

The code has:

$query_args['tax_query'][] = [
	'relation' => $this->args['taxonomies_relation'],
];

but I think it needs to be:

$query_args['tax_query']['relation'] = $this->args['taxonomies_relation'];

Hitting this with similar code in Mai Testimonials block now.

@JiveDig JiveDig added bug Something isn't working question Further information is requested labels Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant