Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zutrinken/wp-members
- Owner: zutrinken
- License: other
- Created: 2014-07-09T16:37:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-15T14:55:17.000Z (over 10 years ago)
- Last Synced: 2023-03-17T03:00:57.315Z (almost 2 years ago)
- Language: PHP
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]````.