'; $output .= '
'; $output .= '
    '; foreach ( (array)$slides as $slide ) { $output .= '
  • '; if ( isset( $slide['image'] ) && $slide['image'] != '' ) { $slide_image = $slide['image']; } else { $slide_image = $brawny_home['slide']; } if ( isset( $slide['description'] ) && $slide['description'] != '' ) { $slide_description = $slide['description']; } else { $slide_description = $brawny_home['caption']; } $output .= '
    '; $output .= '
    ' . $slide_description . '
    '; $output .= '
  • '; } $output .= '
'; $output .= '
'; $output .= ''; echo $output; $output = ''; $output = '
'; $output .= '
'; $service_icon = $brawny_home['service-icon']; $service_title = $brawny_home['service-title']; $service_description = $brawny_home['service-description']; $dummy_service = ''; $dummy_service .= '
'; $dummy_service .= '

'; $dummy_service .= '
'; $dummy_service .= '
' . '

' . esc_html( $brawny_home['service-title'] ) . '

' . $brawny_home['service-description'] . '
'; $dummy_service .= '
'; if ( isset( $brawny['service-icon-1'], $brawny['service-title-1'], $brawny['service-description-1'] ) && ( $brawny['service-icon-1'] != '' && $brawny['service-title-1'] != '' && $brawny['service-description-1'] != '' ) ) { $output .= '
'; $output .= '

'; $output .= '
'; $output .= '
' . '

' . esc_html( $brawny['service-title-1'] ) . '

'. $brawny['service-description-1'] . '
'; $output .= '
'; } else { $output .= $dummy_service; } if ( isset( $brawny['service-icon-2'], $brawny['service-title-2'], $brawny['service-description-2'] ) && ( $brawny['service-icon-2'] != '' && $brawny['service-title-2'] != '' && $brawny['service-description-2'] != '' ) ) { $output .= '
'; $output .= '

'; $output .= '
'; $output .= '
' . '

' . esc_html( $brawny['service-title-2'] ) . '

' . $brawny['service-description-2'] . '
'; $output .= '
'; } else { $output .= $dummy_service; } if ( isset( $brawny['service-icon-3'], $brawny['service-title-3'], $brawny['service-description-3'] ) && ( $brawny['service-icon-3'] != '' && $brawny['service-title-3'] != '' && $brawny['service-description-3'] != '' ) ) { $output .= '
'; $output .= '

'; $output .= '
'; $output .= '
' . '

' . esc_html( $brawny['service-title-3'] ) . '

'. $brawny['service-description-3'] . '
'; $output .= '
'; } else { $output .= $dummy_service; } $output .= '
'; $output .= '
'; echo $output; ?>