Example #1
0
/**
 * Breadcrumb Lists
 * Load the plugin from the plugin that is installed.
 *
 */
function get_responsive_breadcrumb_lists()
{
    $responsive_options = get_option('responsive_theme_options');
    $yoast_options = get_option('wpseo_internallinks');
    if (1 == $responsive_options['breadcrumb']) {
        return;
    } elseif (function_exists('bcn_display')) {
        bcn_display();
    } elseif (function_exists('breadcrumb_trail')) {
        breadcrumb_trail();
    } elseif (function_exists('yoast_breadcrumb') && true === $yoast_options['breadcrumbs-enable']) {
        yoast_breadcrumb('<p id="breadcrumbs">', '</p>');
    } elseif (!is_search()) {
        responsive_breadcrumb_lists();
    }
}
Example #2
0
get_header();
?>

<div class="row">
    <div class="col-lg-9">
        <div id="content-archive">

            <?php 
if (have_posts()) {
    ?>

            <?php 
    if (bi_get_data('enable_disable_breadcrumbs', '1') == '1') {
        ?>
            <?php 
        echo responsive_breadcrumb_lists();
        ?>
            <?php 
    }
    ?>

            <h6>
               <?php 
    if (is_day()) {
        ?>
               <?php 
        printf(__('Daily Archives: %s', 'responsive'), '<span>' . get_the_date() . '</span>');
        ?>
           <?php 
    } elseif (is_month()) {
        ?>