Home › Forums › Front-end Issues › Gallery problems (doesn't retrive the gallery field in front-end) › Reply To: Gallery problems (doesn't retrive the gallery field in front-end)
If the gallery is for a user, you need to change the get_field for the gallery to include the user ID:
$images = get_field('galleria_partner', 'user_'. $author_id);
This assumes you have access to $author_id!?
As for showing info on different rows, that’s just HTML and entirely up to you.
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.