Home › Forums › Front-end Issues › Issue loading wysiwyg fields on front end › Reply To: Issue loading wysiwyg fields on front end
Unfortunately, there isn’t going to be anything simple I can tell you to make it work again. It sounds like you have an infinite loop condition. All I can to is make guesses that I cannot test.
The first thing I would do is to see if it has something to do with the formatting of the value. Replace your line of code with
<?php the_field('shop_the_look_code', false, false); ?>
what that will do is bypass all of the formatting of that field value so that you can eliminate it as a cause or determine that formatting is the issue.
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.