correct number title in footer

This commit is contained in:
arlemp@selectel.ru
2021-12-24 18:47:23 +03:00
parent 4ef8026dc6
commit 98f97ed7f1

View File

@@ -20,11 +20,11 @@ if( $gposts ):
?> ?>
<div class="mobile_archive"> <div class="mobile_archive">
<a href="<?php the_permalink($gpost->ID); ?>"><img width="91" class="mobile_archive_img" src="<?php echo get_the_post_thumbnail_url($gpost->ID, 'fil');?>" alt="<?the_title($gpost->ID);?>"></a> <a href="<?php the_permalink($gpost->ID); ?>"><img width="91" class="mobile_archive_img" src="<?php echo get_the_post_thumbnail_url($gpost->ID, 'fil');?>" alt="<?=$gpost->post_title;?>"></a>
<div class="mobile_archive_text"> <div class="mobile_archive_text">
<div><strong><a href="<?php the_permalink($gpost->ID); ?>"><?=vij_lang('gazeta', LANG_VERSION);?></a></strong></div> <div><strong><a href="<?php the_permalink($gpost->ID); ?>"><?=vij_lang('gazeta', LANG_VERSION);?></a></strong></div>
<?if (LANG_VERSION == 'ru'):?> <?if (LANG_VERSION == 'ru'):?>
<div class="mobile_archive_link"><a href="<?php the_permalink($gpost->ID); ?>"><?=the_title($gpost->ID);?></a></div> <div class="mobile_archive_link"><a href="<?php the_permalink($gpost->ID); ?>"><?=$gpost->post_title;?></a></div>
<?endif?> <?endif?>
</div> </div>
</div> </div>