描述
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
安装
- Upload
gospel-resource-hubto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
常见问题
- Installation Instructions
-
- Upload
gospel-resource-hubto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Upload
- How do I display the resources?
-
Resources can be displayed using the shortcode
[gospel-resource-hub]Attributes supported:
posts_per_pageSpecify 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 thetemplatesdirectory 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.
评价
此插件暂无评价。
贡献者及开发者
更新日志
1.0.3
- Fix
posts_per_pageattribute on shortcode - Add new template files
1.0.2
- Initial plugin release