Home › Forums › General Issues › Numberposts & Meta Query Not Working › Reply To: Numberposts & Meta Query Not Working
For the second part, meta_query must be a nested array, like this
'meta_query' => array(
array(
'key' => 'cs_industry',
'value' => $relatedCat,
'compare' => 'LIKE',
)
),
for why it’s showing 5 instead of 3, this could be that your posts_per_page value is being overridden by a pre_get_posts filter, or something similar.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.