Came here looking for the same thing, bizarre omission. Especially as the default seems to be order by date, which I presume is the date you added the member of staff?!
Since this plugin seems to be unsupported I had a look at a workaround. You can change the default order by editing the following;
/public/includes/class-cherry-team-data.php
LINES 68,69
‘orderby’ => ‘title’,
‘order’ => ‘ASC’,
So the above would be order by their name. ‘orderby’ values are pretty limited at the moment. ‘none’,’ID’,’author’,’title’,’date’,’modified’,’parent’,’rand’,’comment_count’,
‘menu_order’,’meta_value’,’meta_value_num’
Would be nice to update the shortcode to get Order and OrderBy passed through, but I’m just trying to built a website, not code a plugin too so a workaround suits me.
-
This reply was modified 7 years, 1 month ago by jmzwiv.