Skip to content

Feature: pagination() method on PostType #39

@Androlax2

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();

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