>
Download This Plugin | |
Download Elegant Themes | |
Name | Limit parameter for gallery shortcode |
Version | 2.0 |
Author | Nico Boehr |
Rating | 0 |
Last updated | 2014-09-22 01:25:00 |
Downloads |
49
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Limit parameter for gallery shortcode plugin added 1 bytes of resources to the Home page and 3 bytes of resources to the sample Post page.
Limit parameter for gallery shortcode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Limit parameter for gallery shortcode plugin ads no tables to your Wordpress blog database.By default, the gallery shortcode does not allow to limit the number of images displayed. This makes sense when you for example include all images attached to a post like this:
[gallery id="4"]
When this plugin is activated, you may use:
[gallery id="4" limit="3"]
and it will only display three images.
You can also use an offset parameter:
[gallery id="4" limit="3" offset="1"]
Will display at most three images, starting at the second.
Note that this plugin is a little bit of a hack.