On my blog listing page, the content under one blog is not reflecting while in older posts it is. Screen shot: https://prnt.sc/zfQePvLplCYE. Can anybody tell what is the issue?
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).
If this answer solved your question, please mark it as the solution.
The only thing that comes to mind as to what the issue could be: the summary being pulled is likely the content above the "read more" and possibly your newest post did not have a read more added to it?
If this answer solved your question, please mark it as the solution.