This commit is contained in:
Jerry
2020-09-22 13:01:37 +03:00
parent 8fe26de692
commit c875fe7dcb
4 changed files with 43 additions and 11 deletions

View File

@@ -50,8 +50,8 @@
setup_postdata( $post ); ?>
<a class="rn-block" href="<?php the_permalink(); ?>">
<div class="text">
<span class="head"><?php the_title(); ?></span>
<?php the_excerpt(); ?>
<span class="head"><span class="text-overflow"><?php the_title(); ?></span></span>
<span class="text-overflow"><?php the_excerpt(); ?></span>
</div>
</a>
<?php