[WordPress] 外掛分享: Our Partners by WOWProjects

WordPress 外掛 Our Partners by WOWProjects 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Our Partners by WOWProjects」是 2016-01-19 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2018-04-18,距離現在已有 2573 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.8 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

xicoofficial | wowprojectsco |

外掛標籤

widget | partners | company partners | partner category | organization partners |

內容簡介

組織夥伴管理

「WOWProjects 的夥伴」是一款乾淨且易於使用的 WordPress 組織夥伴管理系統。載入你的夥伴並在頁面上顯示為文章,並給予它們自己的分類。

支援

需要幫助嗎?請查看外掛文檔。

參與貢獻

想要為這個外掛程式貢獻代碼嗎?請前往 GitHub 上的存儲庫進行分支派生。
(將拉取請求提交到最新的「release-」標籤)

使用方法

要通過佈景主題或自定義外掛顯示你的組織夥伴,請使用以下代碼:

在引數中定義自定義文章類型的名稱

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

基於引數定義循環

$loop = new WP_Query( $args );

顯示內容

使用範例
$args = array('post_type' => 'bios');
$loop = new WP_Query( $args );

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





原文外掛簡介

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
'bios');
$loop = new WP_Query( $args );

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

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Our Partners by WOWProjects」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.1.0 | 1.1.1 | 1.2.0 | 1.2.1 | 1.2.2 | 1.3.0 | 1.3.1 | 1.3.2 | trunk |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon