'ajax_filter', 'posts_per_page' => '-1', 'post_status' => 'publish', 'orderby' => 'date', 'order' => 'asc' ); $all_acf_posts = get_posts( $args ); $html = ''; echo $html; ?>