add new adv plugin and suppoer webp
This commit is contained in:
@@ -12,7 +12,7 @@ if ($pinned_post):
|
||||
|
||||
|
||||
<a href="<?php echo get_permalink($pinned_post->ID); ?>" class="article-item__image-container">
|
||||
<?=show_post_image( $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>
|
||||
<div class="article-item__text">
|
||||
|
||||
Reference in New Issue
Block a user