2021: rm poster name and date

This commit is contained in:
Vasil Kolev 2021-07-21 18:24:01 +03:00 committed by Ivaylo Markov
parent ba2d4d96ad
commit a231a3c8c1
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ function sh_latest_posts($atts){
?>
<div class="col3">
<h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4>
<p class="info"><?php pll_e('От');?> <?php the_author(); ?> | <?php pll_e('Публикувано на');?> <?php the_date(); ?> </p>
<?php the_excerpt(); ?>
<a class="button" href="<?php the_permalink(); ?>"><?php pll_e('виж цялата новина');?></a>
</div>