if (!function_exists('mh_newsdesk_breadcrumbs')) { function mh_newsdesk_breadcrumbs() { if (!is_home() && !is_front_page()) { global $post; $mh_newsdesk_options = mh_newsdesk_theme_options(); if ($mh_newsdesk_options['breadcrumbs'] === 'enable') { $position = 1; echo ''; } } } }