plugin-icon

Our Partners by WOWProjects

This plugin registers the 'partner' post type, it let's you manage your company partner profiles.
버전
1.3.2
활성화된 설치 항목
10
최근 업데이트일
Apr 18, 2018
Our Partners by WOWProjects

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.

지원

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)

사용방법

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;?>
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 4.9.28
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.