Hello, I am trying to add the author at the top of the post after "Posted on (the date)." I've looked up several similar queries in the forums, but none of them are helpful for the Twenty Eleven theme. I know I have to change the code in the index.php, and the solution I found was to change
<small><?php the_time('F jS, Y') ?> </small>
to
<small><?php the_time('F jS, Y') ?> by <?php the_author() ?></small>
However, that original code doesn't exist in the index.php file for the Twenty Eleven theme.
Here is the full code for my index.php
[Code moderated as per the Forum Rules. Please use the pastebin]
Where do I add the author? I don't even see the code for the post time. Any help will be greatly appreciated.