Have you tried:
-deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
-switching to the default theme to rule out any theme-specific problems.
It looks like there are no paragraphs in the code. Just a bunch of text that runs together.
All paragraphs should be wrapped in <p> </p> tags.
If you used the text editor WP will not insert html tags for you. Without the correct tags the text will not be formatted.
You also need to use a custom stylesheet with your theme to make sure everything looks they way you want.
jaycbrf,
I typed my post on WordPress, so I was under the impression I didn’t need to use coding, such as <p> and </p>. Is that not true?
I am very new to WP, so I don’t even know what a custom stylesheet for my theme is. Could you explain that?
Thank you so much!
kmessinger,
I have not tried deactivating all of my plug-ins, but I will definitely give that a shot. Thank you for commenting!
Nothing to do with the Text editor (which despite what you read above, does insert paragraph tags).
Did you not notice that your post looks perfectly fine, just not on the home page?
Post looks ok – http://www.flavorfuleats.com/slow-cooker-chicken-pepperoncini-cheese-steak/
But broken when displayed on the home page – http://www.flavorfuleats.com/
You’re apparently using the Special Recent Posts plugin to put posts on the home page. It doesn’t seem to even be available any more – http://codecanyon.net/item/special-recent-posts-pro-edition/552356 – so you might want to:
1) check its settings in the dashboard in case there’s an option for switching off CSS or paragraphing.
or 2) find a different plugin, because I think this one went walkabout.
Jason King,
You’re right! The Special Recent Posts plugin was causing the problem. By deactivating it, my site is how it is supposed to be.
Thanks so much! And thanks to everyone else for coming up with ideas that I didn’t know about.