Pagination links

  • Unknown's avatar

    Any tweeks I can do to my site’s CSS, to put numeric pagination, instead of OLDER/NEWER posts?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, with Twenty Sixteen, you are in luck. Add this to your custom CSS to display pagination at the bottom of blog, archive, category, and tag pages and hide the “older/newer posts button.

    .infinite-scroll .pagination {
        display: block;
    }
    #infinite-handle {
        display: none;
    }
  • The topic ‘Pagination links’ is closed to new replies.