Randomly displaying employees every time a page is loaded

Randomly displaying employees

You can use every available view to create random displays.

The following shortcode randomly displays an employee on each page load.

[employee_circle_grid filter="misc::orderby::is::rand;misc::posts_per_page::is::1;misc::has_pages::is::false;"]

The following shortcode randomly displays 2 employees on each page load.

[employee_circle_grid filter="misc::orderby::is::rand;misc::posts_per_page::is::2;misc::has_pages::is::false;"]