Home › Forums › Front-end Issues › Prepend and Append Do Not Appear after update › Reply To: Prepend and Append Do Not Appear after update
As Elliot said those settings are purely visual, and will not be saved in the database, meaning you can’t show them in the front-end.
What you can do it code the prepend in your theme, since you know where it’s supposed to be. Simply create something along the lines of:
<?php if (get_field ('textbook_title') ) : ?>
<p>Title: <?php echo the_field ('textbook_title'); ?></p>
<?php endif; ?>
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.