Specifically looking for one that doesn’t have any excerpts…
So front page has
full post #1, scroll a bit then full post #2, etc.
Any idea on how to do this / customize the “loop” partial file or a theme that just does this outright?
Thanks!
Specifically looking for one that doesn’t have any excerpts…
So front page has
full post #1, scroll a bit then full post #2, etc.
Any idea on how to do this / customize the “loop” partial file or a theme that just does this outright?
Thanks!
Posts have 2 relevant properties:
excerpt - the summary of the postcontent - the entire postMost themes will use the post excerpt as part of the index loop, and post content on post pages. You can change the usage of {{excerpt}} to {{content}} to get the full post.