The Joshua Project, Nation Info

Plugin Banner

The Joshua Project, Nation Info

by Topher

Download
Description

This plugin provides a widget to render data take from The Joshia Project about a specific country, chosen by the site admin. The admin can choose from these bits of data to render in the widget:

  • Flag
  • Population
  • Unreached Percentage
  • People Groups
  • Unreached People Groups
  • Primary Language
  • Primary Religion
  • Percent Evangelical

Usage

Some basic CSS is included. If you’d like to turn it off, drop this code into your theme functions.php file or a plugin of your choosing.

function t1k-jp-country-data-styles-remove() {
    return false;
}
add_filter( 't1k-jp-country-data-styles', 't1k-jp-country-data-styles-remove' );
  1. Upload the /joshua-project-country-info/ folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit Appearance -> Widgets in the admin and place the widget in a sidebar
  1. Showing front end example

    Showing front end example

  2. Showing admin UI

    Showing admin UI

1.0

  • Initial release
Back to top