ММ
Size: a a a
ММ
VK
ММ
VK
ММ
<?php global $post; ?>template part
<div class="article-card">
<a href="<?php the_permalink(); ?>" class="article-img">
<?php echo get_the_post_thumbnail( get_the_ID(), 'medium', array('class' => 'object-cover') ); ?>
</a>
<div class="article-card-text">
<div class="article-category"><?php wp_list_categories(array(
'show_option_all' => null,
'show_option_none' => null,
'style' => 'none',
'separator' => '',
'exclude' => [1, 7],
)) ?></div>
<b class="article-date"><?php echo get_the_date(); ?></b>
<a href="<?php the_permalink(); ?>" class="article-title">
<?php echo mb_strimwidth(get_the_title(), 0, 70, '...') ?>
</a>
<p>
<?php echo get_the_excerpt(); ?>
</p>
<a href="<?php the_permalink(); ?>" class="btn"><span><?php esc_html_e('Читать больше', 'flow'); ?> <i class="fas fa-arrow-right"></i></span></a>
</div>
</div>
ММ
ММ
VK
ММ
OV
AB
ММ
ММ
ММ
VK
ММ
VK
SK
VK
ММ