Home › Forums › Backend Issues (wp-admin) › Front-end for saves post title but not ACF content › Reply To: Front-end for saves post title but not ACF content
You may have something else that’s interfering with the save.
Try turning on debugging and see if you get any errors. Add the following to wp-config.php
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );
You might also try deactivating other plugins on the site and possibly switching to the default WP theme to see if any of those are causing 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.