Filter Results 'hermes-birkin-list', 'post_type' => 'attachment', 'fields' => 'ids', 'posts_per_page' => -1, 'orderby' => 'rand', 'tax_query' => array( 'relation' => 'IN', array ( 'taxonomy' => 'model', 'field' => 'slug', 'terms' => array('hermes-birkin'), ), array( 'taxonomy' => 'availability', 'field' => 'slug', 'terms' => array('not-available'), 'operator' => 'NOT IN', ), ), ));// Pass $post_ids array to Ajax Load More post__in parameter. echo do_shortcode('[ajax_load_more id="hermes-birkin-list" target="hermes_birkin_bags" filters="true" post_type="attachment" post_status="inherit" layouts="true" layouts_cols="4" layouts_gap="md" preloaded="true" preloaded_amount="8" repeater="template_2" posts_per_page="24" scroll="false" pause="true" button_label="Click Here to Load More Items" button_loading_label="Loading Items..." button_done_label="<< You have reached the end of the list >>" post__in="'. implode(',', $post_ids) .'" orderby="post__in" ]'); ?>