Page MenuHomeWrite.as

Customizable number of posts on blog index
Open, NormalPublic

Description

Overview

Let user customize number of posts per page. Perhaps limit to something like 10 or 20.

Stretch goal
If user chooses 1 per page, Next button should link directly to second post (i.e. via permalink, instead of page number).

Change setting:

  • API
  • Web

Display / page according to setting:

  • Web

Users

Discussed on the forum.

Event Timeline

matt changed the visibility from "Restricted Project (Project)" to "Public (No Login Required)".Nov 7 2018, 5:21 PM
matt added a project: WriteFreely.
matt changed the task status from Open to Idea.Sep 25 2019, 6:27 PM
matt changed the task status from Idea to Open.EditedSep 18 2020, 7:58 PM
matt raised the priority of this task from Wishlist to Normal.

A new user (a photographer) requested this, and I think it makes sense to add it soon.

We're now starting to add more custom properties on Collections (e.g. with Web Monetization support in #369 and {T464}). So with this, I think we should switch from using the collectionattributes table to a new collections column: attributes, containing a JSON object of properties for the collection.

Besides reducing database queries, it'll also ease Collection fetching and make the process more consistent.