fix search results length and formatting

This commit is contained in:
Jonas Heinrich 2020-07-22 19:48:19 +02:00
parent dae32307ff
commit ef9644c8d7
2 changed files with 19 additions and 10 deletions

View file

@ -77,7 +77,8 @@ get_header();
</span>
</h3>
<p class="tx-indexedsearch-description">
<?php the_excerpt(); ?>
<!-- <?php the_excerpt(); ?> -->
<?php search_excerpt_highlight(); ?>
</p>
<a href="#" class="link-more"><span>Weiterlesen</span></a>
</div>