Home › Forums › Add-ons › Gallery Field › Adding images to the ACF gallery from the frontend › Reply To: Adding images to the ACF gallery from the frontend
To pick up on this thread, I have the Gallery field working fine IF you’re logged in, but it’s not working for logged-out users.
I’ve tried putting the uploader function in my code like this, but still not working:
add_action( ‘genesis_entry_content’, ‘shs_new_content’ );
function shs_new_content() {
acf_enqueue_uploader();
acf_form(array(
‘post_id’ => ‘new_post’,
‘post_title’ => true,
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.