Home › Forums › Front-end Issues › Field not displaying on front end (complicated setup). › Reply To: Field not displaying on front end (complicated setup).
It would be interesting to see if the data is actually being loaded into the slide object.
Debug! Commented / hidden dump:
<?php echo 'ID: '.$post->ID.'<!-- '.print_r($slider, true).' -->'; ?>
… or wide-open visibility:
<?php echo '<pre>ID: '.$post->ID.' - '.print_r($slider, true).'</pre>'; ?>
2 uses here: confirm that $post->ID is the one that we need, and dump all of the $slider
data into a visible array. is [slide_button_text]
being populated where it should?
Troubleshooting suggestions from the bottom up I guess. Oh, and place those after you load the $slider
object, obviously 😀
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.