Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zutrinken/wp-members

A wordpress plugin to display members in a grid on a page via shortcode and custom post types.
https://github.com/zutrinken/wp-members

Last synced: about 2 months ago
JSON representation

A wordpress plugin to display members in a grid on a page via shortcode and custom post types.

Awesome Lists containing this project

README

        

# Members

A wordpress plugin to display members in a grid on a page via shortcode and custom post types.

* Author: [Peter Amende](http://zutrinken.com/)
* License: GPLv2 or later

# How To

* Every member has to be set up as a seperated custom post under members
* on a static page you can call a grid of all members by using the shortcode ````[members]````.

# Order By

* Default order is by name.
* For order by random order use ````[members orderby="rand"]````.