Ejemplo n.º 1
0
		</div><!-- slider-wrapper -->
	<?php 
}
?>
	<?php 
if (is_archive()) {
    ?>
		<header> 
			<h3>
			<?php 
    if (is_day()) {
        printf(__('Daily Archive for %s', 'steampunkd'), get_the_date());
    } elseif (is_month()) {
        printf(__('Monthly Archive for %s', 'steampunkd'), get_the_date(_x('F Y', 'monthly archives date format', 'steampunkd')));
    } elseif (is_year()) {
        printf(__('Yearly Archive for %s', 'steampunkd'), get_the_date(_x('Y', 'yearly archives date format', 'steampunkd')));
    } elseif (is_author()) {
        printf(__('%s\'s archive', 'steampunkd'), get_the_author_meta('nickname'));
    } else {
        printf(__('Browsing category: %s', 'steampunkd'), single_cat_title('', false));
    }
    ?>
			</h3>
		</header>
	<?php 
}
?>
		<main class="<?php 
echo steampunkd_layout() ? 'full' : 'col-2-3';
?>
">
Ejemplo n.º 2
0
<div class="<?php 
echo steampunkd_layout() ? 'sidebar' : 'sidebar-rt reverse col-1-3';
?>
">
	<?php 
dynamic_sidebar('Right');
?>
</div>