jacobwhall / jacobhall.net

source for my website
4 stars 0 forks source link

Add pages / query limits to feed #2

Open jacobwhall opened 3 years ago

jacobwhall commented 3 years ago

As my h-feed grows, it will become impractical to display all of them at once. I should add paging to entry.php, where it will only default to displaying a certain number of posts at a time (maybe 10 or 15?), with GET parameters that can specify how many posts the user wants to see, as well as which page they want to view.

I've already implemented a variable that limits the number of returned SQL rows, so this should be an easy feature to add.

jacobwhall commented 3 years ago

With today's experiment syndicating Letterboxd posts, this is now much more important!