Home › Forums › Add-ons › Repeater Field › get_field occassionally returning string with repeater field › Reply To: get_field occassionally returning string with repeater field
Sorry for the late reply, it seems I am not getting email notification from the forum for some reason.
You need to look at filters on the site in the custom theme, search code for add_filter
or add_action
calls. I would start by looking for filters on the hook pre_get_posts
an you can search for that as well. These are usually the cause of this problem. At the top of these filters make sure that the code is testing to see if the query is the main query before it alters the query.
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.