thanks tbaxter i have been looking EVERYWHERE for this! and to iamarock- i tried to look at your code to see what the parse error was but i couldn’t find it. When i was trying to get the code to work i got a few parse errors and they were all because i accidently deleted a single quote in the syntax. also- the
‘ * ‘ ID) ?>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?> ‘<cite>(<?php archive_date(‘m-d-Y’) ?>)</cite> ‘
line looks like only half of the line made it on the post… maybe everyone else already knows this, but it sure took me a while to figure out that the rest of the line should look something like this:
‘ <h3 id=”post-<?php the_ID(); ?>”><a*href=”<?php ‘
‘ the_permalink() ?>” rel=”bookmark” title=”Permanent Link to ‘
‘ <?php the_title(); ?>”><?php the_title(); ?> ‘<cite>(<?php ‘
‘ archive_date(‘m-d-Y’) ?>)</cite> </h3> ‘
*note i had to put a * in the link code “ahref” otherwise it would show up as a link