Author Archives
-
I’m attempting to use the author posts link which is described here: http://wiki.wordpress.org/the_author_posts_link
Unfortunately, I keep getting a parse error (Parse error: parse error in /home/quixotic/public_html/knitting/index.php on line 46) when I update my template. Here is the code snippet:
<h3 class="storytitle" id="post-<?php the_ID(); ?>">" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></h3>
<div class="meta"><?php _e("Filed under:"); ?> <?php the_category() ?> — <?php the_author_posts_link(idmode='firstname'); ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
Can someone help me understand what I’m doing wrong?
The topic ‘Author Archives’ is closed to new replies.