• Hi.
    I am displaying form submission data on front end using a shortcode.
    I can change the number of entries to 100 per page using this filter.
    add_filter("vsz_display_character_count","vsz_display_character_count_callback",10,1);

    Works but i can only see the first 100 entries.
    Its possible add a pagination?

  • The topic ‘Pagination in front end list’ is closed to new replies.