コード例 #1
0
	<div class="small-12 columns">
		<div class="main-header">
			<div class="row">
				<div class="small-12 medium-6 columns">
					<h1>
						<?php 
    if (class_exists('woocommerce') && is_woocommerce()) {
        woocommerce_page_title();
    } else {
        if (is_archive() || is_search()) {
            echo thb_title(array('title' => thb_which_archive()));
        } else {
            if (is_singular('post')) {
                echo thb_title(false, $postspage_id);
            } else {
                echo thb_title();
            }
        }
    }
    ?>
					
					</h1>
				</div>
				<div class="small-12 medium-6 columns hide-for-small">
						<?php 
    if (class_exists('woocommerce') && is_woocommerce()) {
        $args = apply_filters('woocommerce_breadcrumb_defaults', array('delimiter' => '<span>/</span>', 'wrap_before' => '<aside class="breadcrumb">', 'wrap_after' => '</aside>', 'before' => '', 'after' => '', 'home' => __('Home', THB_THEME_NAME)));
        woocommerce_breadcrumb($args);
    } else {
        echo thb_breadcrumb();
    }
コード例 #2
0
ファイル: header.php プロジェクト: alfredpp/sarath-portfolio
?>
<!doctype html>
<html <?php 
language_attributes();
?>
 <?php 
thb_html_class();
?>
>
	<head>
		<?php 
thb_head_meta();
?>

		<title><?php 
thb_title();
?>
</title>

		<?php 
wp_head();
?>
	</head>
	<body <?php 
body_class();
?>
>

		<?php 
thb_body_start();
?>