Server IP : 162.0.217.223 / Your IP : 216.73.216.150 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/tu-international.com/wp-content/themes/motorx/inc/ |
Upload File : |
<?php if ( ! function_exists( 'breadcrumb_trail' ) ){ require_once trailingslashit( get_template_directory() ) . 'inc/breadcrumb-trail/breadcrumb-trail.php'; } function themesflat_breadcrumb() { $show_browse = false; if (themesflat_get_opt( 'bread_crumb_prefix')) { $show_browse = true; } $show_title = true; $args = array( 'container' => 'div', 'before' => '', 'after' => '', 'browse_tag' => 'span', 'list_tag' => 'div', 'item_tag' => 'span', 'separater' => '<span class="sep">'.themesflat_get_opt('breadcrumb_separator').'</span>', 'show_on_front' => true, 'network' => false, 'show_title' => $show_title, 'show_browse' => $show_browse, 'labels' => array( 'browse' => themesflat_get_opt( 'bread_crumb_prefix', esc_html__( '', 'motorx' ) ), 'aria_label' => esc_attr_x('Breadcrumbs', 'breadcrumbs aria label', 'motorx'), 'home' => esc_html__('Home', 'motorx'), 'error_404' => esc_html__('404 Not Found', 'motorx'), 'archives' => esc_html__('Archives', 'motorx'), // Translators: %s is the search query. 'search' => esc_html__('Search results for: %s', 'motorx'), // Translators: %s is the page number. 'paged' => esc_html__('Page %s', 'motorx'), // Translators: %s is the page number. 'paged_comments' => esc_html__('Comment Page %s', 'motorx'), // Translators: Minute archive title. %s is the minute time format. 'archive_minute' => esc_html__('Minute %s', 'motorx'), // Translators: Weekly archive title. %s is the week date format. 'archive_week' => esc_html__('Week %s', 'motorx'), // "%s" is replaced with the translated date/time format. 'archive_minute_hour' => '%s', 'archive_hour' => '%s', 'archive_day' => '%s', 'archive_month' => '%s', 'archive_year' => '%s', ), 'post_taxonomy' => array( 'post' => false, // 'post' post type and 'post_tag' taxonomy ), 'echo' => true ); return breadcrumb_trail($args); }