hi nicholas, im using the template "almost spring" it is available at the "extend" page here.
computerfriend : be my friend too :) anyway, i've tried the codes u gave, somehow it shows only the blog time, but still no author
it shows like this
"January 17, 2006 at 9:21 am by "
still no author, for your information i notice that index file got something similar with the author thing
<?php } elseif (is_author()) { ?>
<h2><?php _e('Author Archive'); ?></h2>
it shows like that. in fact most of the codes are not using "the_date" or "the_author" , only "is_date" "is_author"
im very new with this :)
here are some of the codes
<?php if (is_category()) { ?>
<h2><?php _e('Archive for'); ?> <?php echo single_cat_title(); ?></h2>
<?php } elseif (is_day()) { ?>
<h2><?php _e('Archive for'); ?> <?php the_time('F j, Y'); ?></h2>
<?php } elseif (is_month()) { ?>
<h2><?php _e('Archive for'); ?> <?php the_time('F, Y'); ?></h2>
<?php } elseif (is_year()) { ?>
<h2><?php _e('Archive for'); ?> <?php the_time('Y'); ?></h2>
<?php } elseif (is_author()) { ?>
<h2><?php _e('Author Archive'); ?></h2>