The Joshua Project, Nation Info
The Joshua Project, Nation Info
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' );
Installation
- Upload the
/joshua-project-country-info/folder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Visit Appearance -> Widgets in the admin and place the widget in a sidebar
Reviews
Changelog
1.0
- Initial release

