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βre excited to announce we've released Composer support for installing ACF PRO.
— Advanced Custom Fields (@wp_acf) January 31, 2023
π #ComposerPHP fans rejoice!
β¨ Please see the release post for all the details and full instructions. https://t.co/ebEfp61nlR
© 2023 Advanced Custom Fields.
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 Cookie Policy. If you continue to use this site, you consent to our use of cookies.