本文整理匯總了PHP中onetone_get_breadcrumb函數的典型用法代碼示例。如果您正苦於以下問題:PHP onetone_get_breadcrumb函數的具體用法?PHP onetone_get_breadcrumb怎麽用?PHP onetone_get_breadcrumb使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。
在下文中一共展示了onetone_get_breadcrumb函數的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: get_header
get_header("site");
?>
<div id="post-<?php
the_ID();
?>
" <?php
post_class("clear");
?>
>
<div class="site-main">
<div class="main-content">
<div class="content-area">
<div class="site-content" role="main">
<header class="archive-header">
<h1 class="archive-title"><?php
onetone_get_breadcrumb();
?>
</h1>
</header>
<article class="post-entry">
<div class="entry-main">
<?php
if (have_posts()) {
?>
<?php
while (have_posts()) {
the_post();
?>
<div class="entry-header">
<h1 class="entry-title"><?php
the_title();
示例2: the_ID
the_ID();
?>
" <?php
post_class();
?>
>
<section class="page-title-bar title-left no-subtitle" style="">
<div class="container">
<hgroup class="page-title">
<h1><?php
the_title();
?>
</h1>
</hgroup>
<?php
onetone_get_breadcrumb(array("before" => "<div class=''>", "after" => "</div>", "show_browse" => false, "separator" => '', 'container' => 'div'));
?>
<div class="clearfix"></div>
</div>
</section>
<div class="post-wrap">
<div class="container">
<div class="post-inner row <?php
echo $aside;
?>
">
<div class="col-main">
<section class="post-main" role="main" id="content">
<?php