add subscripts pages

This commit is contained in:
2023-05-13 00:33:13 +03:00
parent aa220a02e0
commit 83a2fcaa32
6 changed files with 127 additions and 42 deletions

View File

@@ -32,7 +32,7 @@ if( $posts ):
<div class="moread_card" id="moread_<?=$nr?>">
<?$imgurl = IMGSERVER.'news/512x340/'.str_replace('https://vetandlife.ru/wp-content/uploads/', '', get_the_post_thumbnail_url($post, 'full'))?>
<img src="<?php echo $imgurl;?>" alt="<?the_title();?>">
<img src="<?php echo $imgurl;?>?ver=1" alt="<?the_title();?>">
<div class="moread_title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></div>
<div class="moread_date"><?the_time('j F Y, G:i');?></div>
</div>