Exemplo n.º 1
0
?>
>
	<header class="entry-header">
		<?php 
king_news_meta_categories('single');
the_title('<h1 class="entry-title">', '</h1>');
?>

		<?php 
if ('post' === get_post_type()) {
    ?>

			<div class="entry-meta">

				<?php 
    king_news_meta_author('single', array('before' => esc_html__('By', 'king_news') . ' '));
    king_news_meta_date('single', array('before' => '<i class="material-icons">access_time</i>'));
    king_news_meta_comments('single', array('before' => '<i class="material-icons">chat_bubble_outline</i>', 'zero' => esc_html__('Leave a comment', 'king_news'), 'one' => '1', 'plural' => '%'));
    ?>

			</div><!-- .entry-meta -->

		<?php 
}
?>

	</header><!-- .entry-header -->

	<figure class="post-thumbnail">
		<?php 
king_news_post_thumbnail(false);
Exemplo n.º 2
0
?>

					<div class="grid-view__footer">
						<?php 
if (is_single()) {
    the_title('<h2 class="entry-title">', '</h2>');
} else {
    echo '<h3 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">' . get_short_title(50) . '</a></h3>';
    /*the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' );*/
}
?>

						<div class="grid-view__footer-2">
							<div class="grid-view__author-date">
								<?php 
king_news_meta_author('loop', array('before' => esc_html__('by', 'king_news') . ' '));
?>

								<?php 
king_news_meta_date('loop', array('before' => '<i class="material-icons">access_time</i>'));
?>
							</div>

							<?php 
king_news_share_buttons('loop');
?>
						</div>
					</div>

				</figcaption>
Exemplo n.º 3
0
			<div class="widget-image-grid__content-2">
        <h3 class="widget-image-grid__title">
          <a href="<?php 
echo $permalink;
?>
"><?php 
echo $title;
?>
</a>
        </h3>
  
        <div class="widget-image-grid__footer">
          <div class="widget-image-grid__footer-meta">
            <?php 
king_news_meta_author('both-loop-single', array('before' => esc_html__('by', 'king_news') . ' '));
?>
            <a class="widget-image-grid__link" href="<?php 
echo $permalink;
?>
"><i class="material-icons dp18">access_time</i><?php 
echo $date;
?>
</a>
          </div>
          <?php 
king_news_share_buttons('both-loop-single');
?>
        </div>
      </div>