The shortcode below displays all IT department employees without a paged navigation:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[employee_circle_grid filter="tax::departments::is::it;misc::posts_per_page::is::-1;"] |
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;"]