Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End the_excerpt Reply To: the_excerpt

#189246
Shpend Berisha
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