/**
  * Add breadcrumb
  *
  * @since  Magzimum 1.0
  */
 function magzimum_add_breadcrumb()
 {
     // Bail if Breadcrumb disabled
     $breadcrumb_type = magzimum_get_option('breadcrumb_type');
     if ('disabled' == $breadcrumb_type) {
         return;
     }
     // Bail if plugin not active
     // Bail if Home Page
     if (is_front_page() || is_home()) {
         return;
     }
     echo '<div id="breadcrumb"><div class="container">';
     switch ($breadcrumb_type) {
         case 'simple':
             $breadcrumb_separator = magzimum_get_option('breadcrumb_separator');
             $args = array('separator' => $breadcrumb_separator);
             magzimum_simple_breadcrumb($args);
             break;
         case 'advanced':
             if (function_exists('bcn_display')) {
                 bcn_display();
             }
             break;
         default:
             # code...
             break;
     }
     //
     echo '</div><!-- .container --></div><!-- #breadcrumb -->';
     return;
 }
 function widget($args, $instance)
 {
     extract($args);
     //If we are on the front page and don't display on the front, return early
     if ($instance['front'] && is_front_page()) {
         return;
     }
     //Manditory before widget junk
     echo $before_widget;
     if (!empty($instance['title'])) {
         echo $before_title . $instance['title'] . $after_title;
     }
     //We'll want to switch between the two breadcrumb output types
     if ($instance['list'] == true) {
         //Display the list output breadcrumb
         echo '<ul class="breadcrumb_trail">';
         bcn_display_list(false, $instance['linked'], $instance['reverse']);
         echo '</ul>';
     } else {
         //Display the regular output breadcrumb
         bcn_display(false, $instance['linked'], $instance['reverse']);
     }
     //Manditory after widget junk
     echo $after_widget;
 }
   function section_template() { 
		?>
			<div class="breadcrumb subtext">
<?php
				if(function_exists('bcn_display')){
					if(pagelines_option('breadcrumb_no_link')){
						//Make new breadcrumb object
						$breadcrumb_trail = new bcn_breadcrumb_trail;
						//Setup options here if needed
						//Fill the breadcrumb trail
						$breadcrumb_trail->fill();
						//Display the trail, but don't link the breadcrumbs
						bcn_display(false,false);
					}else{
						bcn_display();
					}
				}else{
					echo '<p style=text-align:center;>';
					_e('Please activate the <strong>Breadcrumb-NavXT</strong> plug-in to use the section.', 'pagelines');
					echo '</p>';
				}
					
				
				?>
			</div>
<?php
	}
Example #4
0
function shootingstar_get_breadcrumb()
{
    if (function_exists('bcn_display') && !is_front_page()) {
        echo '<p class="breadcrumb-navigation">';
        bcn_display();
        echo '</p>';
    }
}
Example #5
0
function brickyard_get_breadcrumb()
{
    if (get_option('brickyard_display_breadcrumb') != 'Hide') {
        if (function_exists('bcn_display') && !is_front_page()) {
            _e('<div class="entry-content entry-content-bcn"><div class="entry-content-inner"><p class="breadcrumb-navigation">');
            bcn_display();
            _e('</p></div></div>');
        }
    }
}
Example #6
0
function tabbysplace_breadcrumbs_function()
{
    if (function_exists('bcn_display') && !is_front_page()) {
        echo '<div class="tabbysplace-breadcrumb">';
        echo '<div class="main">';
        bcn_display();
        echo '</div>';
        echo '</div>';
    }
}
Example #7
0
function minezine_get_breadcrumb()
{
    global $minezine_options_db;
    if ($minezine_options_db['minezine_display_breadcrumb'] != 'Hide') {
        if (function_exists('bcn_display') && !is_front_page()) {
            _e('<p class="breadcrumb-navigation">', 'minezine');
            bcn_display();
            _e('</p>', 'minezine');
        }
    }
}
Example #8
0
function happenstance_get_breadcrumb()
{
    global $happenstance_defaults;
    if (get_theme_mod('happenstance_display_breadcrumb', $happenstance_defaults['happenstance_display_breadcrumb']) != 'Hide') {
        if (function_exists('bcn_display') && !is_front_page()) {
            echo '<p class="breadcrumb-navigation">';
            bcn_display();
            echo '</p>';
        }
    }
}
function my_before_content()
{
    ?>
	<div style="font-size:12px;padding:10px 0px 0px 0px">
	<?php 
    if (function_exists('bcn_display')) {
        bcn_display();
    }
    ?>
	</div>
<?php 
}
Example #10
0
function shk_corporate_breadcrumb_fnc()
{
    global $post;
    ?>
	<div class="style_breadcrumbs">
		<div class="container">
			<div class="row">
				<div class="col-md-4">
					<?php 
    include_once ABSPATH . 'wp-admin/includes/plugin.php';
    if (is_plugin_active('woocommerce/woocommerce.php')) {
        if (is_shop()) {
            echo '<h1>' . __('Shop', 'shk-corporate') . '</h1>';
        } else {
            if (!is_404()) {
                ?>
								<h1><?php 
                the_title();
                ?>
</h1>
							<?php 
            } else {
                echo '<h1>' . __('Page Not Found', 'shk-corporate') . '</h1>';
            }
        }
    } else {
        if (!is_404()) {
            ?>
								<h1><?php 
            the_title();
            ?>
</h1>
							<?php 
        } else {
            echo '<h1>' . __('Page Not Found', 'shk-corporate') . '</h1>';
        }
    }
    ?>
				</div>
				<div class="col-md-8 breadcrumb_items">
					<?php 
    if (function_exists('bcn_display')) {
        bcn_display();
    }
    ?>
                    
				</div>
			</div>
		</div>
	</div>
	<?php 
}
Example #11
0
function galanight_get_breadcrumb()
{
    global $galanight_options_db;
    if ($galanight_options_db['galanight_display_breadcrumb'] != 'Hide') {
        ?>
		<?php 
        if (function_exists('bcn_display') && !is_front_page()) {
            echo '<p class="breadcrumb-navigation">';
            bcn_display();
            echo '</p>';
        }
    }
}
Example #12
0
function foreverwood_get_breadcrumb()
{
    global $foreverwood_defaults;
    if (get_theme_mod('foreverwood_display_breadcrumb', $foreverwood_defaults['foreverwood_display_breadcrumb']) != 'Hide') {
        ?>
		<?php 
        if (function_exists('bcn_display') && !is_front_page()) {
            _e('<p class="breadcrumb-navigation">', 'foreverwood');
            bcn_display();
            _e('</p>', 'foreverwood');
        }
    }
}
Example #13
0
function lavish_breadcrumb_fnc()
{
    global $post;
    ?>
	<div class="style_breadcrumbs">
		<div class="container">
			<div class="row">
				<div class="col-md-4">
					<?php 
    if (class_exists('WooCommerce')) {
        if (is_shop()) {
            echo '<h1>' . __('Shop', 'lavish') . '</h1>';
        } else {
            if (!is_404()) {
                ?>
								<h1><?php 
                the_title();
                ?>
</h1>
							<?php 
            } else {
                echo '<h1>' . __('Page Not Found', 'lavish') . '</h1>';
            }
        }
    } else {
        if (!is_404()) {
            ?>
								<h1><?php 
            the_title();
            ?>
</h1>
							<?php 
        } else {
            echo '<h1>' . __('Page Not Found', 'lavish') . '</h1>';
        }
    }
    ?>
				</div>
				<div class="col-md-8 breadcrumb_items">
					<?php 
    if (function_exists('bcn_display')) {
        bcn_display();
    }
    ?>
                    
				</div>
			</div>
		</div>
	</div>
	<?php 
}
Example #14
0
 function display()
 {
     $output = '';
     if (function_exists('bcn_display')) {
         // Breadcrumb NavXT
         $output = bcn_display(true);
     } elseif (function_exists('yoast_breadcrumb')) {
         // Yoast Breadcrumbs
         $output = yoast_breadcrumb('', '', false);
     }
     if ($output) {
         echo '<div id="breadcrumb-wrap" class="fixfloat">' . $output . '</div>';
     }
 }
/**
 * Breadcrumb Lists
 * Load the plugin from the plugin that is installed.
 *
 */
function responsive_mobile_get_breadcrumb_lists()
{
    $responsive_mobile_options = get_option('responsive_mobile_theme_options');
    $yoast_options = get_option('wpseo_internallinks');
    if (1 == $responsive_mobile_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_mobile_breadcrumb_lists();
    }
}
function sf_breadcrumbs()
{
    $breadcrumb_output = "";
    if (function_exists('bcn_display')) {
        $breadcrumb_output .= '<div class="breadcrumbs-wrap row"><div id="breadcrumbs" class="span12 alt-bg">';
        $breadcrumb_output .= bcn_display(true);
        $breadcrumb_output .= '</div></div>';
    } else {
        if (function_exists('yoast_breadcrumb')) {
            $breadcrumb_output .= '<div class="breadcrumbs-wrap row"><div id="breadcrumbs" class="span12 alt-bg">';
            $breadcrumb_output .= yoast_breadcrumb("", "", false);
            $breadcrumb_output .= '</div></div>';
        }
    }
    return $breadcrumb_output;
}
Example #17
0
    function vantage_display_breadcrumbs()
    {
        if (!is_front_page() && siteorigin_setting('navigation_yoast_breadcrumbs')) {
            if (function_exists('bcn_display')) {
                ?>
<div id="navxt-breadcrumbs">
				<div class="full-container">
					<?php 
                bcn_display();
                ?>
				</div>
			</div><?php 
            } elseif (function_exists('yoast_breadcrumb')) {
                yoast_breadcrumb('<div id="yoast-breadcrumbs"><div class="full-container">', '</div></div>');
            }
        }
    }
Example #18
0
   function wpbss_add_navxt()
   {
       if (!get_theme_mod('suport_navxt_enable')) {
           return;
       }
       ?>
   <div class="container">
     <div class="breadcrumbs breadcrumb" typeof="BreadcrumbList" vocab="http://schema.org/">
       <?php 
       if (function_exists('bcn_display')) {
           bcn_display();
       }
       ?>
     </div>
   </div>
 <?php 
   }
/**
 * 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')) {
        echo '<span class="breadcrumb" typeof="v:Breadcrumb">';
        bcn_display();
        echo '</span>';
    } 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();
    }
}
    function widget($args, $instance) {
        extract( $args );
        echo $before_widget;
		if (function_exists( 'bcn_display')) {
			echo '<div class="breadcrumb" itemprop="breadcrumb">';
			bcn_display();
			echo '</div>';
		} elseif (function_exists('yoast_breadcrumb' )) {
			yoast_breadcrumb( '<div class="breadcrumb">', '</div>' );
		} elseif ( function_exists( 'breadcrumbs' ) ) {
			breadcrumbs();
		} elseif ( function_exists( 'crumbs' ) ) {
			crumbs();
		} else {
			$this->ultimatum_breadcrumb();
		}
        echo $after_widget;
    }
 function widget($args, $instance)
 {
     //Make sure we grab defaults in the case of out of date instance settings being sent
     $instance = wp_parse_args((array) $instance, $this->defaults);
     $instance['title'] = apply_filters('widget_title', $instance['title'], $instance, $this->id_base);
     $instance['pretext'] = apply_filters('widget_text', $instance['pretext'], $instance);
     //A bit of a hack but we need the DB settings to know if we should exit early
     $opt = get_option('bcn_options');
     //If we are on the front page and don't display on the front, return early
     if ($instance['front'] && is_front_page() && !(is_paged() && $opt['bpaged_display'])) {
         return;
     }
     //Manditory before widget junk
     echo $args['before_widget'];
     if (!empty($instance['title'])) {
         echo $args['before_title'] . $instance['title'] . $args['after_title'];
     }
     //We'll want to switch between the two breadcrumb output types
     if ($instance['type'] == 'list') {
         //Display the list output breadcrumb
         echo $instance['pretext'] . '<ol class="breadcrumb_trail breadcrumbs">';
         bcn_display_list(false, $instance['linked'], $instance['reverse']);
         echo '</ol>';
     } else {
         if ($instance['type'] == 'microdata') {
             echo '<div class="breadcrumbs" vocab="http://schema.org/" typeof="BreadcrumbList">' . $instance['pretext'];
             //Display the regular output breadcrumb
             bcn_display(false, $instance['linked'], $instance['reverse']);
             echo '</div>';
         } else {
             if ($instance['type'] == 'plain') {
                 //Display the pretext
                 echo $instance['pretext'];
                 //Display the regular output breadcrumb
                 bcn_display(false, $instance['linked'], $instance['reverse']);
             } else {
                 //If we recieved a type that is not of the built in displays, it must be relegated to an extension plugin
                 do_action('bcn_widget_display_trail', $instance);
             }
         }
     }
     //Manditory after widget junk
     echo $args['after_widget'];
 }
Example #22
0
function shipme_transporters_page()
{
    ob_start();
    global $current_user;
    get_currentuserinfo();
    $uid = $current_user->ID;
    ?>
<div class="container_ship_ttl_wrap">	
    <div class="container_ship_ttl">
        <div class="my-page-title col-xs-12 col-sm-12 col-lg-12">
            <?php 
    the_title();
    ?>
        </div>
    
        <?php 
    if (function_exists('bcn_display')) {
        echo '<div class="my_box3 no_padding  breadcrumb-wrap col-xs-12 col-sm-12 col-lg-12"><div class="padd10a">';
        bcn_display();
        echo '</div></div>';
    }
    ?>
	
    
    </div>
</div>

<div class="container_ship_no_bk">
	<ul class="virtual_sidebar">
			
			<li class="widget-container widget_text"> 
                <div class="my-only-widget-content">
 			
            </div>
            </li></ul>
</div>


<?php 
    $output = ob_get_contents();
    ob_end_clean();
    return $output;
}
Example #23
0
/**
 * Display Breadcrumbs above the Loop. Concedes priority to popular breadcrumb
 * plugins.
 *
 * @since 0.1.6
 *
 * @return null Return null if a popular breadcrumb plugin is active
 */
function genesis_do_breadcrumbs()
{
    if ('posts' === get_option('show_on_front') && is_home() && !genesis_get_option('breadcrumb_home') || 'page' === get_option('show_on_front') && is_front_page() && !genesis_get_option('breadcrumb_front_page') || 'page' === get_option('show_on_front') && is_home() && !genesis_get_option('breadcrumb_posts_page') || is_single() && !genesis_get_option('breadcrumb_single') || is_page() && !genesis_get_option('breadcrumb_page') || (is_archive() || is_search()) && !genesis_get_option('breadcrumb_archive') || is_404() && !genesis_get_option('breadcrumb_404') || is_attachment() && !genesis_get_option('breadcrumb_attachment')) {
        return;
    }
    if (function_exists('bcn_display')) {
        echo '<div class="breadcrumb" itemprop="breadcrumb">';
        bcn_display();
        echo '</div>';
    } elseif (function_exists('yoast_breadcrumb')) {
        yoast_breadcrumb('<div class="breadcrumb">', '</div>');
    } elseif (function_exists('breadcrumbs')) {
        breadcrumbs();
    } elseif (function_exists('crumbs')) {
        crumbs();
    } else {
        genesis_breadcrumb();
    }
}
Example #24
0
/**
 * Breadcrumb NavXT
 */
function franz_breadcrumbs()
{
    if (!function_exists('bcn_display')) {
        return;
    }
    if (!is_singular() && !is_archive() && !is_search()) {
        return;
    }
    if (is_front_page() || is_author()) {
        return;
    }
    ?>
    <div class="breadcrumbs-wrapper">
        <div class="container breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#"><?php 
    bcn_display();
    ?>
</div>
    </div>
    <?php 
}
Example #25
0
    function sf_breadcrumbs($alt = false)
    {
        global $post, $sf_options;
        $remove_breadcrumbs = false;
        $breadcrumb_in_heading = 0;
        if (isset($sf_options['breadcrumb_in_heading'])) {
            $breadcrumb_in_heading = $sf_options['breadcrumb_in_heading'];
        }
        // Remove breadcrumbs
        if ($post && is_singular()) {
            $remove_breadcrumbs = sf_get_post_meta($post->ID, 'sf_no_breadcrumbs', true);
        }
        // Breadcrumb in heading
        if ($breadcrumb_in_heading && !$alt) {
            return;
        }
        if (!$remove_breadcrumbs) {
            if (function_exists('bcn_display')) {
                ?>
                    <div id="breadcrumbs">
                        <div class="container"><?php 
                bcn_display();
                ?>
</div>
                    </div>
                <?php 
            } else {
                if (function_exists('yoast_breadcrumb')) {
                    ?>
                    <div id="breadcrumbs">
                        <div class="container"><?php 
                    yoast_breadcrumb("", "");
                    ?>
</div>
                    </div>
                <?php 
                }
            }
        }
    }
Example #26
0
/**
 * Display Breadcrumbs above the Loop. Concedes priority to popular breadcrumb
 * plugins.
 *
 * @since 0.1.6
 *
 * @return null Null if a popular breadcrumb plugin is active.
 */
function genesis_do_breadcrumbs()
{
    if ('posts' === get_option('show_on_front') && is_home() && !genesis_get_option('breadcrumb_home') || 'page' === get_option('show_on_front') && is_front_page() && !genesis_get_option('breadcrumb_front_page') || 'page' === get_option('show_on_front') && is_home() && !genesis_get_option('breadcrumb_posts_page') || is_single() && !genesis_get_option('breadcrumb_single') || is_page() && !genesis_get_option('breadcrumb_page') || (is_archive() || is_search()) && !genesis_get_option('breadcrumb_archive') || is_404() && !genesis_get_option('breadcrumb_404') || is_attachment() && !genesis_get_option('breadcrumb_attachment')) {
        return;
    }
    $breadcrumb_markup_open = sprintf('<div %s>', genesis_attr('breadcrumb'));
    if (function_exists('bcn_display')) {
        echo $breadcrumb_markup_open;
        bcn_display();
        echo '</div>';
    } elseif (function_exists('breadcrumbs')) {
        breadcrumbs();
    } elseif (function_exists('crumbs')) {
        crumbs();
    } elseif (class_exists('WPSEO_Breadcrumbs') && genesis_get_option('breadcrumbs-enable', 'wpseo_internallinks')) {
        yoast_breadcrumb($breadcrumb_markup_open, '</div>');
    } elseif (function_exists('yoast_breadcrumb') && !class_exists('WPSEO_Breadcrumbs')) {
        yoast_breadcrumb($breadcrumb_markup_open, '</div>');
    } else {
        genesis_breadcrumb();
    }
}
 function widget($args, $instance)
 {
     extract($args);
     //If we are on the front page and don't display on the front, return early
     if ($instance['front'] && is_front_page()) {
         return;
     }
     //Manditory before widget junk
     echo $before_widget;
     if (!empty($instance['title'])) {
         echo $before_title . $instance['title'] . $after_title;
     }
     //We'll want to switch between the two breadcrumb output types
     if ($instance['type'] == 'list') {
         //Display the list output breadcrumb
         echo '<ol class="breadcrumb_trail breadcrumbs">';
         bcn_display_list(false, $instance['linked'], $instance['reverse']);
         echo '</ol>';
     } else {
         if ($instance['type'] == 'rdfa') {
             //Display the list output breadcrumb
             echo '<div class="breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#">';
             bcn_display_nested(false, $instance['linked'], 'span', 'rdfa');
             echo '</div>';
         } else {
             if ($instance['type'] == 'microformat') {
                 //Display the list output breadcrumb
                 echo '<div class="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">';
                 bcn_display_nested(false, $instance['linked'], 'span', 'microformat');
                 echo '</div>';
             } else {
                 //Display the regular output breadcrumb
                 bcn_display(false, $instance['linked'], $instance['reverse']);
             }
         }
     }
     //Manditory after widget junk
     echo $after_widget;
 }
 function widget($args, $instance)
 {
     extract($args);
     //A bit of a hack but we need the DB settings to know if we should exit early
     $opt = get_option('bcn_options');
     //If we are on the front page and don't display on the front, return early
     if ($instance['front'] && is_front_page() && !(is_paged() && $opt['bpaged_display'])) {
         return;
     }
     //Manditory before widget junk
     echo $before_widget;
     if (!empty($instance['title'])) {
         echo $before_title . $instance['title'] . $after_title;
     }
     //We'll want to switch between the two breadcrumb output types
     if ($instance['type'] == 'list') {
         //Display the list output breadcrumb
         echo $instance['pretext'] . '<ol class="breadcrumb_trail breadcrumbs">';
         bcn_display_list(false, $instance['linked'], $instance['reverse']);
         echo '</ol>';
     } else {
         if ($instance['type'] == 'microdata') {
             echo '<div class="breadcrumbs" itemprop="breadcrumbs">' . $instance['pretext'];
             //Display the regular output breadcrumb
             bcn_display(false, $instance['linked'], $instance['reverse']);
             echo '</div>';
         } else {
             //Display the pretext
             echo $instance['pretext'];
             //Display the regular output breadcrumb
             bcn_display(false, $instance['linked'], $instance['reverse']);
         }
     }
     //Manditory after widget junk
     echo $after_widget;
 }
<?php

get_header();
if (function_exists('bcn_display')) {
    echo '<div class="my_box3_breadcrumb"><div class="padd10_a">';
    bcn_display();
    echo '</div></div>';
}
$using_perm = PricerrTheme_using_permalinks();
if ($using_perm) {
    $privurl_m = get_permalink(get_option('PricerrTheme_my_account_priv_mess_page_id')) . "?";
} else {
    $privurl_m = get_bloginfo('siteurl') . "/?page_id=" . get_option('PricerrTheme_my_account_priv_mess_page_id') . "&";
}
?>
	


<?php 
if (have_posts()) {
    echo '<ul id="suggest_jobs">';
    while (have_posts()) {
        the_post();
        $post = get_post(get_the_ID());
        $auth = $post->post_author;
        $lnk = $privurl_m . 'priv_act=send&pid=' . get_the_ID() . '&uid=' . $auth;
        $author = get_the_author();
        echo '<li>';
        echo '<span>' . sprintf(__('<a href="%s">%s</a> needs', "PricerrTheme"), $lnk, $author) . ':</span><br/>';
        echo get_the_title();
        echo '<br/> <span>';
Example #30
0
 function graphene_breadcrumb_navxt()
 {
     echo '<div class="breadcrumb breadcrumb-navxt">';
     bcn_display();
     echo '</div>';
 }