Skip to content

Instantly share code, notes, and snippets.

@emarket-design
Last active September 6, 2016 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emarket-design/11213a4ba836c8bc5735a71681277121 to your computer and use it in GitHub Desktop.
Save emarket-design/11213a4ba836c8bc5735a71681277121 to your computer and use it in GitHub Desktop.
How to show employees in the list grid format in alphabetical order by first name in Employee Directory WordPress plugin
// 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;"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment