How to show employees in alphabetical order

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:

// 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;"]
view raw gistfile1.txt hosted with ❤ by GitHub