Quote:
Originally Posted by JD
so you want just a list of titles?
-- loop begin --
<a href="<? the_permalink();?>" target="_self" title="<? the_title();?>"><? the_title();?></a> - <? the_time('F dS Y');?>
-- loop end --
|
So the titles will be clickable links to posts i guess?