display_name);
continue;
}
array_push($authors, $co_author->data->display_name);
}
if (empty($authors)) {
$post_author = get_the_author_meta( 'display_name' , get_post_field('post_author') );
array_push($authors, $post_author);
}
?>
This post is going to be published on