Esempio n. 1
0
?>
>
	<?php 
// Display a thumb tack in the top right hand corner if this post is sticky
if (is_sticky()) {
    echo '<i class="fa fa-thumb-tack sticky-post"></i>';
}
?>

	<header class="entry-header">
		<?php 
if ('post' === get_post_type()) {
    ?>
		<div class="date-block">
			<?php 
    topicalroots_posted_on('M');
    ?>
		</div><!-- .entry-meta -->
		<?php 
}
?>

		<span class="title-block">
            <?php 
the_title(sprintf('<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h2>');
?>
            <div class="category-author">
                <?php 
topicalroots_category_author();
?>
            </div>
Esempio n. 2
0
?>
" <?php 
post_class();
?>
>
	<header class="entry-header">
		<?php 
the_title(sprintf('<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h2>');
?>

		<?php 
if ('post' === get_post_type()) {
    ?>
		<div class="entry-meta">
			<?php 
    topicalroots_posted_on();
    ?>
		</div><!-- .entry-meta -->
		<?php 
}
?>
	</header><!-- .entry-header -->

	<div class="entry-summary">
		<?php 
the_excerpt();
?>
	</div><!-- .entry-summary -->

	<footer class="entry-footer">
		<?php