Ejemplo n.º 1
0
	<div class="meta">
		<i class="fa fa-bookmark-o issticky"></i><a class="author" href="<?php 
echo esc_url(get_author_posts_url(get_the_author_meta('ID')));
?>
"><?php 
the_author();
?>
</a><a class="date" href="<?php 
the_permalink();
?>
"><?php 
kite_get_time();
?>
</a>
		<div class="likes button small rounded green"><?php 
echo esc_html(kite_get_post_number());
?>
</div>
	</div>
	<p><?php 
echo esc_html(kite_truncate_by_words(get_the_excerpt(), 200, ' [...]'));
?>
</p>
	<div class="actions">
		<a href="<?php 
the_permalink();
?>
" class="readmore button rounded grayoutline left"><?php 
esc_html_e('Read', 'kite');
?>
</a>
Ejemplo n.º 2
0
			<div class="meta">
				<a href="<?php 
echo esc_url(get_author_posts_url(get_the_author_meta('ID')));
?>
"><?php 
the_author();
?>
</a><a href="<?php 
the_permalink();
?>
"><?php 
kite_get_time();
?>
</a>
				<div class="likes button small rounded green"><?php 
echo kite_get_post_number();
?>
</div>
			</div>
			<p><?php 
echo esc_html(kite_truncate_by_words(get_the_excerpt(), 260, ' [...]'));
?>
</p>
			<div class="actions">
				<a href="<?php 
the_permalink();
?>
" class="readmore button rounded darkgray"><?php 
esc_html_e('Read', 'kite');
?>
</a>