tareq1988 / wp-eloquent

Eloquent ORM for WordPress
https://tareq.co/2015/05/eloquent-orm-in-wordpress/
566 stars 135 forks source link

Added pagination package #28

Closed sohelamin closed 7 years ago

sohelamin commented 8 years ago

This package will fix pagination problem for the model. eg.

$posts = Post::paginate(20);