Skip to content

Conversation

@i-just
Copy link
Contributor

@i-just i-just commented Dec 16, 2025

Description

It’s possible to set the feedUrl to a path, but it’s not possible to do the same with the paginationUrl. This PR adds the ability to use a path as the paginationUrl.

We need to keep the mechanism that ensures the absolute pagination URL out of the box, so this PR adds allowPathInPaginationUrl settings, which is false by default and keeps the current behaviour. When set to true, if the value passed to the paginationUrl is deemed relative, it won’t be turned into an absolute URL. The setting can be configured via the config/feed-me.php file, and, like other settings, can be set globally or on a per-feed basis.

Related commits:
38f3607
555c0ee

Related issues

#1610, #1708

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants