/**
 * wpclubmanager_before_main_content hook
 *
 * @hooked wpclubmanager_output_content_wrapper - 10 (outputs opening divs for the content)
 * @hooked wpclubmanager_breadcrumb - 20
 */
do_action('wpclubmanager_before_main_content');
?>

		<?php 
while (have_posts()) {
    the_post();
    ?>

			<?php 
    wpclubmanager_get_template_part('content', 'single-staff');
    ?>

		<?php 
}
// end of the loop.
?>

	<?php 
/**
 * wpclubmanager_after_main_content hook
 *
 * @hooked wpclubmanager_output_content_wrapper_end - 10 (outputs closing divs for the content)
 */
do_action('wpclubmanager_after_main_content');
?>
/**
 * wpclubmanager_before_main_content hook
 *
 * @hooked wpclubmanager_output_content_wrapper - 10 (outputs opening divs for the content)
 * @hooked wpclubmanager_breadcrumb - 20
 */
do_action('wpclubmanager_before_main_content');
?>

		<?php 
while (have_posts()) {
    the_post();
    ?>

			<?php 
    wpclubmanager_get_template_part('content', 'single-match');
    ?>

		<?php 
}
// end of the loop.
?>

	<?php 
/**
 * wpclubmanager_after_main_content hook
 *
 * @hooked wpclubmanager_output_content_wrapper_end - 10 (outputs closing divs for the content)
 */
do_action('wpclubmanager_after_main_content');
?>
/**
 * wpclubmanager_before_main_content hook
 *
 * @hooked wpclubmanager_output_content_wrapper - 10 (outputs opening divs for the content)
 * @hooked wpclubmanager_breadcrumb - 20
 */
do_action('wpclubmanager_before_main_content');
?>

		<?php 
while (have_posts()) {
    the_post();
    ?>

			<?php 
    wpclubmanager_get_template_part('content', 'single-player');
    ?>

		<?php 
}
// end of the loop.
?>

	<?php 
/**
 * wpclubmanager_after_main_content hook
 *
 * @hooked wpclubmanager_output_content_wrapper_end - 10 (outputs closing divs for the content)
 */
do_action('wpclubmanager_after_main_content');
?>
/**
 * wpclubmanager_before_main_content hook
 *
 * @hooked wpclubmanager_output_content_wrapper - 10 (outputs opening divs for the content)
 * @hooked wpclubmanager_breadcrumb - 20
 */
do_action('wpclubmanager_before_main_content');
?>

		<?php 
while (have_posts()) {
    the_post();
    ?>

			<?php 
    wpclubmanager_get_template_part('content', 'single-sponsor');
    ?>

		<?php 
}
// end of the loop.
?>

	<?php 
/**
 * wpclubmanager_after_main_content hook
 *
 * @hooked wpclubmanager_output_content_wrapper_end - 10 (outputs closing divs for the content)
 */
do_action('wpclubmanager_after_main_content');
?>