Ajax load more posts – WP_Query parameters not working

For whatever reason, it was an issue specific to the orderby parameter. Adding remove_all_filters('posts_orderby'); to the top of the more_post_ajax() function solved the problem.