Ejemplo n.º 1
0
<?php

/**
 * The template for displaying archive pages.
 *
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package supernova
 */
get_header();
?>

	<div id="primary" class="<?php 
sup_primary_classes();
?>
">

		<?php 
do_action('sup_primary_start');
?>

		<main id="main" class="sup-site-main" role="main">

		<?php 
do_action('sup_main_start');
?>

		<?php 
if (have_posts()) {
    ?>
Ejemplo n.º 2
0
<?php

/**
 * Template Name: Full Width
 *
 * Used for showing full width tempalte
 *
 * @package supernova
 */
get_header();
?>

	<div id="primary" class="<?php 
sup_primary_classes(false, 'large-12 medium-12 small-12 column');
?>
">

		<?php 
do_action('sup_primary_start');
?>

		<main id="main" class="sup-site-main" role="main">

			<?php 
while (have_posts()) {
    the_post();
    ?>

				<?php 
    get_template_part('template-parts/content', 'page');
    ?>