Speaker Grid. Display Speaker on grid easy..
[we_speakers_grid count="999" posts_per_page="3" columns="3" order="ASC"]
- count - Total number of items. Default 6
- posts_per_page - Number items of each page.
- ids - List of IDs to query, separated by a comma
- columns - Select number of columns from 1 > 5, example: columns="3"
- orderby - Choose order condition
- 'date' - Order by date.
- 'ID' - Order by post id. Note the captialization.
- 'author' - Order by author.
- 'title' - Order by title.
- 'name' - Order by post name (post slug).
- 'name' - Order by post name (post slug).
- 'modified' - Order by last modified date.
- 'parent' - Order by post/page parent id.
- 'rand' - Random order.
- 'meta_value' - Note that a 'meta_key=keyname' must also be present in the query. Note also that the sorting will be alphabetical which is fine for strings (i.e. words), but can be unexpected for numbers (e.g. 1, 3, 34, 4, 56, 6, etc, rather than 1, 3, 4, 6, 34, 56 as you might naturally expect). Use 'meta_value_num' instead for numeric values.
- 'meta_value_num' - Order by numeric meta value (available with Version 2.8). Also note that a 'meta_key=keyname' must also be present in the query. This value allows for numerical sorting as noted above in 'meta_value'.
- 'post__in' - Preserve post ID order given in the ids array
- 'none' - No order
- order - Order ascending or descending (select ASC or DESC)
- meta_key - Enter Custom field key
- show_meta - Choose "Yes" (show_meta="1") or "No" (show_meta="0") to show or hide metadata of speaker