'; echo ''; echo ''; echo '

' . __( 'Easy setup', 'aaron') . '

'; echo '

' . __( 'You will find all your options in the Customizer and setup help under Appearance.', 'aaron') . '

'; echo '
'; echo ''; } if (get_theme_mod( 'aaron_highlight2_headline' ) =="" OR get_theme_mod( 'aaron_highlight2_text' ) ==""){ echo '
'; echo ''; echo ''; echo '

' . __( 'Accessible and responsive', 'aaron' ) . '

'; echo '

' . __( 'Keyboard friendly menus, aria roles and helpful screen reader texts', 'aaron' ) . '

'; echo '
'; echo '
'; } if (get_theme_mod( 'aaron_highlight3_headline' ) =="" OR get_theme_mod( 'aaron_highlight3_text' ) ==""){ echo '
'; echo ''; echo ''; echo '

' . __( 'Jetpack compatible','aaron' ) . '

'; echo '

' . __( 'Install Jetpack for additional featured content, portfolio, logo and more','aaron' ) . '

'; echo '
'; echo '
'; } } for ($i = 1; $i < 10; $i++) { if (get_theme_mod( 'aaron_highlight' . $i . '_headline' ) OR get_theme_mod( 'aaron_highlight' . $i . '_text' ) OR get_theme_mod( 'aaron_highlight' . $i . '_icon' ) AND get_theme_mod( 'aaron_highlight' . $i . '_icon' ) <>"no-icon" OR get_theme_mod( 'aaron_highlight' . $i . '_image' ) ){ echo '
'; if (get_theme_mod( 'aaron_highlight' . $i . '_icon' ) <>"" AND get_theme_mod( 'aaron_highlight' . $i . '_icon' ) <>"no-icon" AND get_theme_mod( 'aaron_highlight' . $i . '_image' ) ==""){ echo ''; } if (get_theme_mod( 'aaron_highlight' . $i . '_image' ) <>"" ){ echo ''; } if (get_theme_mod( 'aaron_highlight' . $i . '_link' ) <>"" ) { echo ''; } if (get_theme_mod( 'aaron_highlight' . $i . '_headline' ) <>"" ){ echo '

' . esc_html( get_theme_mod( 'aaron_highlight' . $i . '_headline' ) ) . '

'; } if (get_theme_mod( 'aaron_highlight' . $i . '_text' ) <>"" ){ echo '

' . esc_html( get_theme_mod( 'aaron_highlight' . $i . '_text' ) ) . '

'; } if (get_theme_mod( 'aaron_highlight' . $i . '_link' ) <>"" ) { echo '
'; } echo '
'; } } } }