correct rubrics

This commit is contained in:
2021-11-15 14:22:23 +03:00
parent 274f7adbf8
commit fc91944876
6 changed files with 106 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ if( $posts ):
?>
<div class="right_archive">
<a href="<?php the_permalink(); ?>"><img width="280" class="right_archive_img" src="<?php echo get_the_post_thumbnail_url($post, 'fil');?>" alt="<?the_title();?>"></a>
<a href="<?php the_permalink(); ?>"><img width="147" class="right_archive_img" src="<?php echo get_the_post_thumbnail_url($post, 'fil');?>" alt="<?the_title();?>"></a>
<div class="right_archive_text"><a href="<?php the_permalink(); ?>">Читать газету<br>«Ветеринария и Жизнь»</a></div>
<div class="right_archive_link"><a href="<?php the_permalink(); ?>"><?=the_title();?></a></div>
</div>