Home › Forums › General Issues › ACF Fields displaying on front end › Reply To: ACF Fields displaying on front end
Hi @neo2810
From what I saw in your export file, the rule is set to:
{
"param": "cpt",
"operator": "==",
"value": "single-events.php"
}
Where it should be something like this:
{
"param": "post_template",
"operator": "==",
"value": "single-events.php"
}
That’s why I said that it seems you have a wrong rule. Could you please check your custom location again?
Thanks 🙂
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.