Limit issue
-
Didn’t see a way to change this in any of the documentation, so sorry if I missed something.
The plugin appears to have a hard-coded limit when it comes to displaying results, which is set to 100.
Inside:
simple-staff-list > public > partials > simple-staff-list-shortcode-display.phpWould be nice to have a shortcode attribute like “limit” to be able to go beyond the 100 limit attached to $args[‘posts_per_page’] using something like $atts[‘limit’].
e.g.
[simple-staff-list orderby=”title” group=”staff” limit=”400″]Would rather not do the ugly band-aid fix of altering the plugin directly.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Limit issue’ is closed to new replies.