This plugin registers the 'partner' post type, it let's you manage your company partner profiles.
As of April 2026, Our Partners by WOWProjects is a WordPress widget plugin with 10 active installations and a 0/5 rating0. It has been downloaded 2.4K+ times in total. Requires WordPress 3.8+ and PHP false+. Available on WordPress.org since 2016. Last updated 7 years ago — may have compatibility concerns. Top alternative: Widgets for Google Reviews.
“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.
Looking for a helping hand? View plugin documentation.
Looking to contribute code to this plugin? Go ahead and fork the repository over at GitHub.
(submit pull requests to the latest “release-” tag)
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
<?php
$args =…| WordPress | 3.8+ requiredTested up to 4.9.29 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.