I have just noticed the the Blog page is showing all of the post content instead of the small amount of the post content and read more -> like the demo site. How do I fix this?
Thanks.
I have just noticed the the Blog page is showing all of the post content instead of the small amount of the post content and read more -> like the demo site. How do I fix this?
Thanks.
Hey,
you can remove the read more tag (and the full post content will be shown) or change following line in includes/loop-index.php:
the_content(__('Read more →','avia_framework'));
to:
the_content();I think you misunderstood my question. I want only a small amount of content plus the read more but the default is showing the whole of the blog post.
Thanks
Sorry, problem resolved. But thanks for the help.
Cheers
Glad that you found a solution :)
You must log in to post.