Exemplo n.º 1
0
			<div class="col-sm-9">
				<div class="post-meta">
					<h2><?php 
    echo $upper_title;
    ?>
</h2>
					<div class="post-meta-bar cf">
						<div class="post-meta-date">
							<?php 
    the_date('', 'Posted on: <span class="glyphicon glyphicon-calendar"></span> <i>', '</i>');
    ?>
						</div>

						<div class="post-meta-cat">
							<?php 
    the_breadcrumbs();
    // $categories = get_the_category_list(', ');
    // //var_dump($categories);
    // echo  'Posted under: ' . '<i>' . $categories . '</i>';
    ?>
						</div>
					</div>

				</div>
				<?php 
    the_content();
    ?>

				<div class="col-sm-12" <?php 
    echo $display;
    ?>
Exemplo n.º 2
0
<article <?php 
post_class('summary');
?>
>
  <header>
    <h4><a href="<?php 
the_permalink();
?>
"><?php 
the_title();
?>
</a></h4>
  </header>

  <?php 
the_breadcrumbs(false);
?>

  <?php 
the_excerpt();
?>
</article>