modified seccionts template to include links

This commit is contained in:
jorge 2023-05-09 15:43:57 +02:00
parent cdcd42e8a5
commit fd4ac0cdc6
1 changed files with 5 additions and 2 deletions

View File

@ -24,8 +24,11 @@ get_header(); ?>
<h2 class="box index"><?php the_title(); ?></h2> <h2 class="box index"><?php the_title(); ?></h2>
<?php if ( has_post_thumbnail() ) : // check if the post has a Post Thumbnail assigned to it. <?php if ( has_post_thumbnail() ) : // check if the post has a Post Thumbnail assigned to it.
the_post_thumbnail('thumbnail'); ?> the_post_thumbnail('thumbnail'); ?>
<p class="excerptbox"><?php the_excerpt(); ?></p> <p class="excerptbox">
<?php //the_excerpt(); ?>
<?php echo hangar_trim_excerpt();?>
</p>
<?php else : ?> <?php else : ?>
<div class="contentcurt"> <div class="contentcurt">
<?php echo hangar_trim_excerpt();?> <?php echo hangar_trim_excerpt();?>