BACK TO DIRECTORY

Our Partners by WOWProjects

by Edwin Xico (XicoOfficial)

0.0
(0 ratings)

Organization Partners Management

“Our Partners by WOWProjects” is a clean and easy-to-use organization partners management system for WordPress. Load in your partners 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 partners 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' => 'partners');

Define the loop based on arguments

$loop = new WP_Query( $args );

Display the contents

Usage Examples

<?php
$args = array('post_type' => 'bios');
$loop = new WP_Query( $args );

while ( $loop->have_posts() ) : $loop->the_post();
?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<div class="entry-content">
<?php the_content(); ?>
</div>
<?php endwhile;?>

Screenshots

The organization partner management screen within the WordPress admin.

The organization partner management screen within the WordPress admin.

The organization partners options on the settings menu.

The organization partners options on the settings menu.

The organization partners posted.

The organization partners posted.

Plugin Details

Active Installs
10
Total Downloads
2,683
Version
1.3.2
Requires WP
3.8
Requires PHP
Tested Up To
4.9.31
Added
2016-01-20
Last Updated
2018-04-18 12:51am GMT

Ratings

5
0
4
0
3
0
2
0
1
0