Display 100 results instead of 20 in the frontend shortcode. It’s possible?
-
I am using this snippet to display the list of forms submitted by the current user.
<?php global $current_user; get_currentuserinfo(); $shortcount = '[acf7db form_id="124" search="'.$current_user->user_email.'" display="count"]'; echo do_shortcode($shortcount); ?>
This displays a maximum of 20 results, how can I set it to 100 results?
Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Display 100 results instead of 20 in the frontend shortcode. It’s possible?’ is closed to new replies.