Post Title Appears but excerpt Does Not
-
https://ahy4life.com/test2/index2.php
I would like for the right column-top to show the events title and just below it it an excerpt. Only title appearsNot sure what I am missing here. The content on /test2/events.php show just fine. Do I need to specify a category for the excerpt?
Thanks, -Biggs
‘
<!– Top Content –>
<div id=”globalcontent”>
<h1><font color=”#FFFFFF”>
<?php the_title();?>
</font></h1>
<div>
<?php the_excerpt(); ?>
</div>
</div>
‘
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Post Title Appears but excerpt Does Not’ is closed to new replies.