[Plugin: TBTestimonials] Add "limit" parameter to Category Listing mode
-
Small feature suggestion: Add a “limit” parameter to the Category Listing mode. So if I have 15 testimonials in a category I can tell the plugin to only display e.g. the first 3 ones.
How to implement it: Insert
'limit' => '-1',
on line 411 of “tb-testimonials.php”. Then on line 514 replace'posts_per_page' => '-1',
with'posts_per_page' => $limit,
. Done!I hope you will add this feature to the next release. ??
Regards,
Janhttps://www.ads-software.com/extend/plugins/tb-testimonials/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: TBTestimonials] Add "limit" parameter to Category Listing mode’ is closed to new replies.