I would like to create custom pagination for my blog. I want to access a pagination object. Currently the $pagination variable in /blogs/categories/item.php is a string and I can't find where it's being defined.
Is there a way to get the current pagination as a stdClass object?