這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Gospel Resource Hub

外掛說明

Display resources easily that are pulled directly from the Gospel Resource Hub API. Comes with an easy to use widget for filtering, as well as an extendable codebase for developers.

This plugin integrates with the third party Gospel Resource Hub API endpoint //grh.devecl.io/api/v1/. Your information is not stored or shared with this service, the connection is only required to retrieve resources from the API.

Powered by Indigitous

安裝方式

  1. Upload gospel-resource-hub to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Installation Instructions
  1. Upload gospel-resource-hub to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
How do I display the resources?

Resources can be displayed using the shortcode [gospel-resource-hub]

Attributes supported:

  • posts_per_page Specify the number of resources to display
How can I override the display of the resources?

The display of the resources can be overridden by creating a directory in your theme folder called gospel-resource-hub. The files in the templates directory of this plugin can be copied to this new folder inside your theme and then modified.

You may also override the shortcode function entirely by creating a new function gospelrh_shortcode( $atts, $content = '' ) {} inside your themes functions.php file.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Gospel Resource Hub〉的開發相關工作。

參與者

將〈Gospel Resource Hub〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.3

  • Fix posts_per_page attribute on shortcode
  • Add new template files

1.0.2

  • Initial plugin release