'.ucwords($currSec).'s slug.'">View all '.$loop->post_count.'
'; echo 'Qualifications
'; if ( $loop->have_posts() ): echo '- ';
while ($loop->have_posts()) : $loop->the_post();
echo '
- '.get_the_title().' '; endwhile; echo '
No qualifications.
'; endif; echo 'Awards
'; if ( $loop->have_posts() ): echo '- ';
while ($loop->have_posts()) : $loop->the_post();
echo '
- '.get_the_title().' '; endwhile; echo '
No awards.
'; endif; echo '