// Hero Slider Shortcode - Show slider on any page hero section - [ntytp_hero_slider] - Ultra safe if(!function_exists('ntytp_v62_hero_slider_shortcode')){ function ntytp_v62_hero_slider_shortcode($atts){ $heroes = function_exists('ntytp_v62_get_heroes') ? ntytp_v62_get_heroes() : array(); if(empty($heroes) || !is_array($heroes)){ $heroes = array(1=>'',2=>'',3=>'',4=>'',5=>'',6=>'',7=>'',8=>''); } ob_start(); echo '
'; for($i=1;$i<=8;$i++){ $img = isset($heroes[$i]) ? $heroes[$i] : ''; $title = get_theme_mod('ntytp_hero_'.$i.'_title','NTYTP Slide '.$i); $subtitle = get_theme_mod('ntytp_hero_'.$i.'_subtitle','Subtitle '.$i); $btn_text = get_theme_mod('ntytp_hero_'.$i.'_btn_text','Learn More'); $btn_link = get_theme_mod('ntytp_hero_'.$i.'_btn_link','/'); $active = ($i===1) ? 'active' : ''; echo '

'.esc_html($title).'

'.esc_html($subtitle).'

'; if($btn_text){ echo '

'.esc_html($btn_text).' Join Meeting

'; } echo '
'; } echo '
'; for($i=1;$i<=8;$i++){ echo ''; } echo '
'; echo ''; return ob_get_clean(); } } add_shortcode('ntytp_hero_slider','ntytp_v62_hero_slider_shortcode'); Not Too Young To Perform (NTYTP) Leadership Development Advocacy

Under maintenece.

This NTYTP website is under maintenance. The website will be alive again in the upcoming weeks.

Contact us if you have any questions via email: contact@nottooyoung.org.ng