Thanks for helping me out!
Ok, so I take the code:
<?php while ( have_posts() ) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<div class=""><?php the_content(); ?></div>
<?php endwhile; // end of the loop. ?>
Do I need to edit it in any way? How would I write it if I wanted the post format to be “quote”? And then which file do I put it in?
Also, would you explain how the syntax works? I haven’t learned php yet, so it would be great to learn what each function does (this may be a bit extraneous, so if you don’t have time to answer that question I will completely understand).
Hehe, this must seem like a lot of questions, so thank you for all of your help.