add new adv plugin and suppoer webp
This commit is contained in:
@@ -8,7 +8,7 @@ if ($pinned_post) :
|
||||
|
||||
<a href="<?php echo get_permalink($pinned_post->ID); ?>" class="hero-banner">
|
||||
<div class="hero-banner__bg">
|
||||
<?= show_post_image($pinned_post->ID); ?>
|
||||
<?=render_webp_picture_by_post( $pinned_post->ID );?>
|
||||
</div>
|
||||
<p class="hero-banner__main">Главное</p>
|
||||
<div class="hero-banner__content">
|
||||
|
||||
Reference in New Issue
Block a user