I figured it out. I didn’t realize there was a loop.php file.
In there, I just removed the lines: ` <span class=”post-author”><?php the_author_posts_link(); ?></span>
<?php the_terms( get_the_ID(), ‘category’, ‘ <span class=”post-category”>’, ‘, ‘, ‘</span>’ ); ?>
`
I decided to leave the comments, so I just took off the author (always me) and the category (I don’t have any.)