
內容簡介
此外掛提供小工具(widget),以呈現由網站管理員選擇的 The Joshia Project 特定國家的資料。管理員可以選擇要在小工具中呈現以下這些資料:
旗幟
人口
未得到福音的人口比例
民族/族群
未得到福音的民族/族群
主要語言
主要宗教
福音佔比
使用方法
已包含一些基本的 CSS,如需關閉該功能,可以將以下代碼複製到主題(Theme)的 functions.php 檔案中或任意一個外掛程式(plugin)檔案中:
function t1k-jp-country-data-styles-remove() {
return false;
}
add_filter( 't1k-jp-country-data-styles', 't1k-jp-country-data-styles-remove' );
外掛標籤
開發者團隊
② 後台搜尋「The Joshua Project, Nation Info」→ 直接安裝(推薦)
原文外掛簡介
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' );
