treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Paragraph not spacing

  • I'm working on a site that someone built. I'm helping to edit some stuff and came across this problem. On the wordpress posts the text is bunching up and only put in one paragraph. They're not in there own separate paragraph and spacing. Not sure why this is occuring?

    It's using a child theme based on the twenty twelve template. I went through each child theme page that might have the error. Didn't see nothing out of the ordinary, I did notice this code that seem to be the one that might make the text appear in the post? It was located in the content.php file

    <?php the_post_thumbnail("thumbnail"); ?>

    <?php echo get_the_content(); ?>

    Here's the link to see what I mean. http://www.supersudslaundries.com/using-your-laundromat-for-the-perfect-clothes-washing-part-2/

  • I see different paragraphs though.

  • looks like you fixed this.