I'm not sure if this is default behaviour, at least for the theme I am using, but when I go to my blog, all of the posts just stream down the page.
So, how do I make it so that when I scroll through it, only the title of the post, as well as an excerpt, if one is provided, will show up? In the case that an excerpt is not available, is it possible to set something up to display the first X% of a post, either for that particular post or for all posts?
I'm not sure if this is default behaviour, at least for the theme I am using, but when I go to my blog, all of the posts just stream down the page.
So, how do I make it so that when I scroll through it, only the title of the post, as well as an excerpt, if one is provided, will show up? In the case that an excerpt is not available, is it possible to set something up to display the first X% of a post, either for that particular post or for all posts?
Share Improve this question asked Jul 1, 2019 at 4:33 The Harmonic RainbowThe Harmonic Rainbow 1195 bronze badges 4 |1 Answer
Reset to default 0Simple setting: look at Admin, Settings, Reading. Change the "Blog pages show at most" value (count).
Then look at your Theme Customizations for a setting to show full posts or excerpts. If you don't put a manual excerpt on the post editing page, then the theme will grab the first xx words (depending on the settings in Theme Customizations). Most themes have a way to specify excerpts or full posts on the home page.
template-parts/content/content.php
. Check the updated gist. – Sally CJ Commented Jul 1, 2019 at 23:19