Usually, posts on home page are only extractions, or
a few of words of their first paragraphs. You can add
the “Read more” link in the bottom end of that post
to the full version. If your Nextwapblog theme is
default, it have no “read more” link. But you can add
it manually . Here is what you need to do:
s
Go to Dashboard => Appearances => Theme (Mobile/
Desktop) => Template Editor => home.html
Find this code:
<*div class="post-body"*> {{ site.settings.display_
thumbnail == ‘yes’ ? post.thumbnail|raw : ” }}
{{ post.content|striptags|slice(0,300) }} <*/div*>
Replace them with this codes
<*div class="post-body"> {{ site.settings.display_
thumbnail == ‘yes’ ? post.thumbnail|raw : ” }}
{{ post.content|striptags|slice(0,300) }} <*a *href="
{{ site.url }}/{{ post.link }}.html"> <*div style="text-
align: justify;*"> <*s*pan style="*color:#f00; font-
family: Verdana,Arial,Helvetica,Georgia;
style=float:right; font-*size: 16px*;"> <*div style="*text-
align:right;*">[Read More]<*/div*>
Or, copy paste these codes: