Skip to content

Feature: pagination() method on PostType #39

Description

@Androlax2

It would be nice if the PostType::query() replicate the https://timber.github.io/docs/reference/timber-postquery/#pagination

With Timber we can do something like this :

$posts = new PostQuery();

// Pagination object
$posts->pagination();

But, with Lumberjack, we cannot do something similar :

$posts = PostType::all();

// Pagination object
$posts->pagination();

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions