How to set the number of employees per page

The shortcode below displays IT department employees with a paged navigation, limiting the displayed employees to 2 per page.

[employee_circle_grid filter="tax::departments::is::it;misc::posts_per_page::is::2;"]

You can use the Visual Shortcode Builder to create this code.

How to display employees of a department without paged navigation

The shortcode below displays all IT department employees without a paged navigation:

[employee_circle_grid filter="tax::departments::is::it;misc::posts_per_page::is::-1;"]
view raw gistfile1.txt hosted with ❤ by GitHub

If you need to display all employees without paged navigation, you need to remove the filter for departments. You do not need to create any shortcode manually, simply use the Visual Shortcode Builder to create any shortcode.

[employee_circle_grid filter="misc::posts_per_page::is::-1;"]