I'm working on a site that has fairly short blog entries and would like to display the full posts, not just excerpts. I don't see anywhere to adject this. Any help would be appreciated.
Hello, Go to the Appearance > Editor > Blog.php and replace code shown in the image with the code given below. Code: <?php the_content(); ?>