Home › Forums › General Issues › Using ACF to fill a custom archive loop? › Reply To: Using ACF to fill a custom archive loop?
Hi @anitaycheng
The WP archive page loops through x amount of posts and for each post, it sets up the $post object so you can use functions like the_title and the_content.
This works the same as get_field / the_field. Within the loop, ACF will load data from the current $post, so you don’t need to worry about ‘loading from another page’
Thanks
E
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.