本文整理汇总了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