Plugin info

Total downloads: 1,098
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 5/1/2017 (3166 days ago)
Added to WordPress: 5/1/2017 (8 years old)
Minimum WordPress version: f
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3166 days ago

20/100

Is Gospel Resource Hub abandoned?

Possibly abandoned (last update 3166 days ago).

Compatibility

Requires WordPress: f
Tested up to: 4.7.31
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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

Installation

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

Frequently Asked Questions

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.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.3

  • Fix posts_per_page attribute on shortcode
  • Add new template files

1.0.2

  • Initial plugin release