• Hi

    Is it possible to limit the number of thumbnails that appear on a single page, so users can browse to a next page to see more?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you’re viewing photos, add these tags to the shortcode: count=”100″ more=”Show More”. The ‘count’ tag should equal the number of thumbnails and the ‘more’ tag is the text you see and click on to go to the next page of thumbnails.

    Thread Starter davidw87

    (@davidw87)

    Yes, they’re photos from the WordPress media library which I’ve uploaded.

    I tried what you suggested but it didn’t seem to do anything unfortunately. This is the code I’m using:

    [gallery ids='2864,2845,2722,2721,2720,2717,2568,2565,2510,2668,2715,2582,2575,2589,2633,2645,2503,2500,2492,2484,2390,2331,2310,2289,2075,2090,2130,2167,2170,2175,2249,2182,2053,2063,2068,1935,1934,1913,1909,2046,2042,1903,1898,2030,2025,1886,1857,1961' columns='auto' main_size='full' thumb_size='thumbnail' style='square' count='10' more='Show More']

    It just shows all the thumbnails in one go, rather than just showing 10.

    • This reply was modified 3 years, 7 months ago by davidw87.
    Plugin Author Sayontan Sinha

    (@sayontan)

    For WordPress galleries this is not possible – basically WP internally doesn’t let you limit the number of photos you can pull in one shot. The count and more attributes work for non-WP galleries.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Maximum number of thumbanils per page’ is closed to new replies.