Support

Account

Home Forums General Issues Show latest custom posts with acf values A, B or C Reply To: Show latest custom posts with acf values A, B or C

  • Hi @phil.owen

    I think you should read the WP docs for get_posts. This function will allow you to query the DB for posts.

    Then, you can sort them, loop over them and display any ACF data you wish.

    Thanks
    E