How can I add authors to my blog pages?

Add some more authors in wp-admin, and if You would like to show author under a post, place:

<?php the_author(); ?>

in index.php, single.php or any other template file, that Your theme is using to show blog posts, single post, archive etc.

File not found.