Home › Forums › Front-end Issues › Field not displaying on front end (complicated setup). › Reply To: Field not displaying on front end (complicated setup).
Out of curiosity, have you checked your error logs recently? Sometimes there’s treasure in there.
That’s a pretty strange bug! The first thing that pops to mind is that the post loop is using a global $post
variable that you’re not expecting, but that is obviously not the case – the rest of the slide info seems to be showing!
Can we assume that $slide = get_field('slider', $post->ID);
or something similar? And are you using two different sets of code, or is the PHP/MySQL just being served to 2 different URLs?
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.