Example #1
0
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();
Example #2
0
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