This is probably due to a setting for how much (lines) of posts on the home page should display — so look at settings under appearance or something similar.
That is what I thought it was too. However no matter how many lines I put in under settings nothing happens. I would even be willing to give someone the login info if they wanted to look at the backside. I have never seen anything like it. I am no wordpress pro though.
Viewing source:
<p>Ask...
<br>
<div class='read-more'>
<a href='http://www.ngicommercialcleaning.com/'></a>
</div>
</p>
</div> <!-- end page-block -->
</div> <!-- end #main -->
Remove the ‘read-more’ tag and see if your written content shows up.
Moderator
t-p
(@t-p)
to troubleshoot, try:
-deactivating ALL plugins temporarily to narrow down the problem. If the problem goes away, activate them individually (one-by-one) to find the problematic plugin.
-if that does not help, try switching to the unedited default theme (that came with your version of WP) for a moment by renaming your current theme’s folder in wp-content/themes. The idea is to force WordPress to fall back to the default theme to rule out any theme-specific issue.
I guess I was just thinking that p tags don’t support div tags inside them?