Exemplo n.º 1
0
            ?>
							</div>
						<?php 
        }
        ?>
						<div class="archive-txt">
							<h6 class="archive-txt-meta"><?php 
        echo get_the_date('M j, Y');
        ?>
</h6>
							<h4 class="archive-txt-title"><?php 
        echo get_the_title();
        ?>
</h4>
							<p><?php 
        echo append_arrow(get_the_excerpt(), 'thin-arrow');
        ?>
</p>
						</div>
					</a>
				<?php 
    }
    ?>

					<div class="archive-nav">
					  <?php 
    if (get_previous_posts_link()) {
        ?>
							<div class="archive-nav-older pull-left">
								<?php 
        echo get_previous_posts_link('<span class="glyphicon glyphicon-roman-arrow reverse"></span>&nbsp;Newer Posts');
    the_row();
    ?>
	<header class="landing-header">
		<?php 
    $img = get_sub_field('image');
    ?>
		<?php 
    echo get_retina_images($img['ID'], array(825, 825, 992, 768));
    ?>
		<div class="container">
			<div class="header-content">
				<h1><?php 
    echo get_sub_field('headline');
    ?>
</h1>
				<p><?php 
    echo get_sub_field('teaser');
    ?>
</p>
				<p><a href="<?php 
    echo get_sub_field('url');
    ?>
"><?php 
    echo append_arrow(get_sub_field('url_text'), 'roman-arrow');
    ?>
</a></p>
			</div>
		</div>
	</header>
<?php 
}