Esempio n. 1
0
    ?>
      <div class="entry__tags hide-for-small-only"><?php 
    scotch_entry_tags();
    ?>
</div>
    <?php 
}
?>

    <footer class="entry__footer">
    <?php 
$avatar = get_avatar(get_the_author_meta('user_email'), 40);
?>
      <div class="entry__posted_on right"><?php 
if ('post' == get_post_type()) {
    scotch_posted_on();
}
?>
</div>
      <div class="entry__author"><?php 
scotch_author($avatar);
?>
</div>
      <div class="entry__comments hide-for-small-only right"><?php 
scotch_entry_comments();
?>
</div>
      <?php 
scotch_theme_post_share();
?>
    </footer>
            <div class="featured" style="<?php 
    echo $featured_divider ? 'margin-right:10px; border:none' : '';
    ?>
">
                <div class="featured__wrap" data-equalizer-watch="featured">
                  <div class="featured__category"><?php 
    scotch_entry_category(1);
    ?>
</div>
                  <?php 
    the_title(sprintf('<h5 class="featured__title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h5>');
    ?>
                </div>
                  <div class="featured__footer">
                    <div class="featured__posted_on"><?php 
    scotch_posted_on(false);
    ?>
</div>
                    <div class="featured__comments right"><?php 
    scotch_entry_comments();
    ?>
</div>
                  </div>
              </div>

          <?php 
}
wp_reset_postdata();
?>

        </div>