Hey All,
On my blog listing page, the content under one blog is not reflecting while in older posts it is. Screen shot: Screenshot by Lightshot.
Can anybody tell what is the issue?
Thanks.
@alyssamwilie Read more separator is already added: Screenshot by Lightshot.
When I look into the code of the page I’m unable to find a read more. I am seeing a ton of span tags though so it’s likely the read more got lost within those and is unable to tell what content is actually the summary.
What you can do is go into your post, click on the post body text, and in the WYSIWYG click “Advanced” and “Source Code”
This will open the source code of the post body. What you’ll want to do is make sure there is a <!--more--> comment placed beneath the text you want to be the summary and make sure it’s outside of any tags (<span></span>, <p></p>, etc).



