You can display your employees in alphabetical order by modifying the shortcode of the view you’d like to use. You do not need to create the shortcode manually. Employee Directory Pro comes with Visual Shortcode Builder component which can be used to create simple or complex shortcodes.
For example, the following shortcode displays employees in alphabetical order using employee circle grid view:
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
// The following shortcode displays employees in alphabetical order using list grid view in Employee Directory WordPress plugin | |
[employee_circle_grid filter="misc::orderby::is::title;misc::order::is::ASC;"] |