Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #478023

    I have a site with about 600 portfolio items. I’d like to have a portfolio grid element with pagination. The problem is that the pagination links only show 5 pages at a time ( such as this: << < 3 4 5 6 7 > >>). That makes it really hard for a user to get to, say, page 13.

    Is there a way to change the number of links shown via pagination?

    Ideally, I’d like this to be a global change, since I have the same problem while using the Masonry Gallery element elsewhere on the same site.

    #478317

    Hey spmcfarland!

    Try line 751 in the /enfold/framework/php/function-set-avia-frontend.php.

    $range = 2; // only edit this if you want to show more page-links
    

    Regards,
    Elliott

    #478323

    This works perfectly – it’s exactly what I needed!

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change number of pages shown in pagination links’ is closed to new replies.