????
| Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/staff/ |
| Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/staff/staff-single-layout.php |
<?php
/**
* Staff single layout
*
* @package Wanderfuls WordPress theme
* @subpackage Partials
* @version 3.0.0
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// Single layout blocks
$blocks = tb_staff_post_blocks();
// Loop through blocks and get template part
foreach ( $blocks as $block ) {
get_template_part( 'partials/staff/staff-single-'. $block );
}