I see load more button all the time, why do I need that?also what happens if I don't have a pagination? just keep lettings the post being displayed without pagination? I don't need a footer anyway.
{% for post in Posts %}
<div class='col-sm-4'>
{{post.content}}
</div>
{% endfor %}
the above simple code would do it, without load more or pagination, will my webpage downgrade itself?..I really don't see the need for pagination and load more feature for my site....the reason I don't want is because I'm not sure how to write them...