delete rubric mob-pinned
This commit is contained in:
@@ -13,7 +13,6 @@ if ($pinned_post):
|
|||||||
|
|
||||||
<a href="<?php echo get_permalink($pinned_post->ID); ?>" class="article-item__image-container">
|
<a href="<?php echo get_permalink($pinned_post->ID); ?>" class="article-item__image-container">
|
||||||
<?=render_webp_picture_by_post( $pinned_post->ID ); ?>
|
<?=render_webp_picture_by_post( $pinned_post->ID ); ?>
|
||||||
<div class="tag article-item__tag"><?=esc_html(get_category_name($pinned_post));?></div>
|
|
||||||
</a>
|
</a>
|
||||||
<div class="article-item__text">
|
<div class="article-item__text">
|
||||||
<a href="<?php echo get_permalink($pinned_post->ID); ?>" class="subtitle-16 article-item__link"><?php echo get_the_title($pinned_post->ID); ?></a>
|
<a href="<?php echo get_permalink($pinned_post->ID); ?>" class="subtitle-16 article-item__link"><?php echo get_the_title($pinned_post->ID); ?></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user