The Joshua Project, Nation Info
·
Allows the site owner to render information from The Joshua Project about a specific country.
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' );
This plugin is available for download for your site.
