/*
Theme Name: 1GOME
Author: MFT
Description: A custom website for 1GOME
Version: 1.0.0

Test
*/


function breadcrumb_custom() { 
    if ( function_exists('rank_math_the_breadcrumbs') && !is_front_page() ) { ?> 
    <div class="breadcrumb-wrap"> 
        <div class="page-title-inner flex-row medium-flex-wrap container"> 
            <div class="flex-col flex-grow medium-text-center"> 
                <?php echo do_shortcode('[rank_math_breadcrumb]'); ?> 
            </div> 
        </div> 
    </div> 
<?php } 
} 
add_action('flatsome_after_header','breadcrumb_custom', 20); 