Support

Account

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