Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 537 Bytes

install.md

File metadata and controls

10 lines (7 loc) · 537 Bytes

Pagination Installation

If your ReadyTheme did not come with the default pagination extension pre-installed, you can add it to your site by performing the following steps.

Note: You may need to rollback your page code to earlier version or copy the default code from a new branch.

Add the CSS

  • Create a new build subdirectory as build/extensions/pagination/
  • Add _pagination.scss to the directory.
  • Update your build/extensions/extensions.scss file to include @import "pagination/pagination";