Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Maidul

    (@maidulcu)

    The Team Manager did not support pagination currently.

    Thread Starter merologin

    (@merologin)

    Any idea how to add pagination. Some hints will help a lot.

    Plugin Author Maidul

    (@maidulcu)

    You can try adding next_posts_link() and previous_posts_link() function after line 293 on shortcode-generator.php
    Hope it will help.I cant manage time to test it
    Let me know how it goes 🙂

    Thread Starter merologin

    (@merologin)

    I tried adding those but no luck.
    So I created a separate template file using the codes from function ‘team_manager_fn’ and added
    previous_posts_link( ‘« PREV’, $tm_loop->max_num_pages);
    and
    next_posts_link( ‘NEXT »’, $tm_loop->max_num_pages);
    at the bottom for pagination.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add pagination’ is closed to new replies.