Home › Forums › Back End › the_excerpt › Reply To: the_excerpt
November 26, 2014 at 1:54 am
#189246
Participant
maybe li element has a height property in css and exerpt is hidden
try this
<li><?php the_time('d/m/y') ?>: <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<li><?php the_excerpt(); ?</li>
or as Alen said give here more info all the tmplate