/* ————————————————————————- * * Gravity Form Custom Theme /* ————————————————————————- */ add_filter( ‘gform_default_styles’, function( $styles ) { return ‘{“theme”:””,”inputSize”:”lg”,”inputBorderRadius”:”5″,”inputBorderColor”:”#000″,”inputBackgroundColor”:”#fff”,”inputColor”:”#000″,”inputPrimaryColor”:”#000″,”labelFontSize”:”18″,”labelColor”:”#000″,”descriptionFontSize”:”14″,”descriptionColor”:”#000″,”buttonPrimaryBackgroundColor”:”#4B533D”,”buttonPrimaryColor”:”#fff”}’; } );Continue reading
function display_language_link() { global $wpdb; // Get the ACF field ‘rol’ from current post $post_id = get_the_ID(); $rol = get_field(‘ROL’, $post_id); $country = get_field(‘Ctry’, $post_id); $language = get_field(‘Lang’, $post_id); if (empty($rol)) { return ‘ No language code (ROL) found for…Continue reading
/* Template Name: K9 Hole Desktop Full */ // Ensure no other header is loaded if this is a full template override // Do NOT call get_header() here if the entire HTML structure is below. ?>Continue reading
function mapbox_country_map_dyingdailypercent_shortcode() { ob_start(); ?> Less than 80% 80% and Less than 90% 90% and Less than 95% 95% and Less than 98% 98% and Less than 100% Essentially 100% Percent of the Population Dying Daily without Christ –Continue reading
function mapbox_gsec_map_shortcode() { ob_start(); ?> 0 – No Evangelicals, Churches or Resources 1 – Less than 2% Evangelical, No Active Church Planting Activity 2 – Less than 2% Evangelical, Concentrated Church Planting Activity 3 – Less than 2% Evangelical, Dispersed…Continue reading