
內容簡介
建立一個小工具,用於突顯一個未被基督福音觸及的人民群體。數據由Joshua Project提供。
使用方法
包括一些基本的 CSS,如需關閉,請將以下程式碼加入到您的主題 functions.php 檔案,或任何您選擇的外掛程式中。
function remove-t1k-jp-unreached-people-styles() {
return false;
}
add_filter( 't1k-jp-unreached-people-styles', 'remove-t1k-jp-unreached-people-styles' );
外掛標籤
開發者團隊
② 後台搜尋「The Joshua Project, Daily Unreached People Widget」→ 直接安裝(推薦)
原文外掛簡介
Creates a widget highlighting a people group unreached with the Gospel of Christ. Data is provided by The Joshua Project.
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 remove-t1k-jp-unreached-people-styles() {
return false;
}
add_filter( 't1k-jp-unreached-people-styles', 'remove-t1k-jp-unreached-people-styles' );
