Plugin info

Total downloads: 654
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 4/18/2018 (2815 days ago)
Added to WordPress: 10/3/2016 (9 years old)
Minimum WordPress version: 3.8
Tested up to WordPress version: 4.9.25
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2815 days ago

20/100

Is Our Members by WOWProjects abandoned?

Possibly abandoned (last update 2815 days ago).

Compatibility

Requires WordPress: 3.8
Tested up to: 4.9.25
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Organization Members Management

“Our Members by WOWProjects” is a clean and easy-to-use organization members management system for WordPress. Load in your members and display them on a page as posts, with their own categories.

Support

Looking for a helping hand? View plugin documentation.

Get Involved

Looking to contribute code to this plugin? Go ahead and fork the repository over at GitHub.
(submit pull requests to the latest “release-” tag)

Usage

To display your organization members via a theme or a custom plugin, please use the following code:

Define your custom post type name in the arguments

$args = array('post_type' => 'members');

Define the loop based on arguments

$loop = new WP_Query( $args );

Display the contents

Usage Examples

 'members');
$loop = new WP_Query( $args );

while ( $loop->have_posts() ) : $loop->the_post();
?>

Installation

Installing “Our Members by WOWProjects” can be done either by searching for “Our Members by WOWProjects” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org.
  2. Upload the ZIP file through the “Plugins > Add New > Upload” screen in your WordPress dashboard.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

Installation Instructions

Installing “Our Members by WOWProjects” can be done either by searching for “Our Members by WOWProjects” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org.
  2. Upload the ZIP file through the “Plugins > Add New > Upload” screen in your WordPress dashboard.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

The plugin looks unstyled when I activate it. Why is this?

“Our Members by WOWProjects” is a lean plugin that aims to keep it’s purpose as clean and clear as possible. Thus, we don’t load any preset CSS styling, to allow full control over the styling within your theme or child theme.
You can add a basic styling by coping and pasting the following code into your style.css on your theme. css code.

How do I contribute?

We encourage everyone to contribute their ideas, thoughts and code snippets. This can be done by forking the repository over at GitHub.

Review feed

No reviews available

Screenshots

  1. <p>The organization member management screen within the WordPress admin.</p>

    The organization member management screen within the WordPress admin.

  2. <p>The organization members options on the settings menu.</p>

    The organization members options on the settings menu.

  3. <p>The organization members posted.</p>

    The organization members posted.

Changelog

1.2.0

Update Deprecated Functions

1.1.0

Add support for a header image.

1.0.0

  • Initial release. Yeah!