So I have the below code:
// Get all \'post\' post_types $posts = get_posts([ \'post_type\' => \'post\', \'posts_per_page\' => 5, ]); $post_aut