modified seccionts template to include links
This commit is contained in:
parent
cdcd42e8a5
commit
fd4ac0cdc6
|
@ -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();?>
|
||||||
|
|
Loading…
Reference in New Issue