for some reason, now that im using the orderby in the short code, it is setting my posts into ascending order even though DESC is default?
echo do_shortcode('[ajax_load_more post_type="post" category="issue" orderby="menu_order" offset="12" posts_per_page="6" scroll="false" pause="true" transition="fade" button_label="More Articles"]');
this is how my shortcode looks now