SOLVED: Load more interaction not working with meta query

Hi Simone

as @timmse correctly pointed out, the quotation marks are only necessary in a loop to get the ACF bidirectional field data via the meta key matching.

In such a case, the quotation marks are necessary to ensure that the post ID matches exactly. For example “123” which prevents a match for “1234”.

Cheers

Patric

1 Like