</ul>
					<!-- END PAGE TITLE & BREADCRUMB-->
				</div>
			</div>
			<!-- END PAGE HEADER-->
			<!-- BEGIN PAGE CONTENT-->
			<div class="row">
				<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 margin-bottom-10">
					<div class="dashboard-stat blue">
						<div class="visual">
							<i class="fa fa-briefcase fa-icon-medium"></i>
						</div>
						<div class="details">
							<div class="number">
								 <?php 
echo count_post();
?>
							</div>
							<div class="desc">
								 Posts
							</div>
						</div>
						<a class="more" href="product-list.php">
							 View more <i class="m-icon-swapright m-icon-white"></i>
						</a>
					</div>
				</div>
				<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
					<div class="dashboard-stat green">
						<div class="visual">
							<i class="fa fa-shopping-cart"></i>
Beispiel #2
0
<?php

/**
 * The template used for displaying page content in page.php
 *
 * @package ThemeGrill
 * @subpackage Spacious
 * @since Spacious 1.0
 */
$lastInRow = count_post() % 4 == 0;
?>
<article id="post-<?php 
the_ID();
?>
" class="tg-one-fourth <?php 
echo count_post() % 4 == 0 ? 'tg-one-fourth-last' : '';
?>
">
	<?php 
do_action('spacious_before_post_content');
?>

	<?php 
if (!is_single()) {
    ?>
	<header class="entry-header">
	<h2 class="entry-title">
		<a href="<?php 
    the_permalink();
    ?>
" title="<?php