' . wp_kses_post( ucwords( $current_section ) ) . 's View all ' . esc_html( $loop->post_count ) . '
'; echo 'Qualifications
'; if ( $loop->have_posts() ) : echo '- ';
while ( $loop->have_posts() ) :
$loop->the_post();
$url = get_permalink();
echo '
- ' . wp_kses_post( get_the_title() ) . ' '; endwhile; echo '
No qualifications.
'; endif; echo 'Awards
'; if ( $loop->have_posts() ) : echo '- ';
while ( $loop->have_posts() ) :
$loop->the_post();
$url = esc_url( get_permalink() );
echo '
- ' . wp_kses_post( get_the_title() ) . ' '; endwhile; echo '
No awards.
'; endif; echo '