And random author wordpress codes work and some dont:
<?php the_author_posts(); ?> works
<?php the_author_firstname(); ?> doesn't
<?php echo the_author_email(); ?> works
<?php the_author_description(); ?> doesn't
<?php the_author_link(); ?> work's
<?php $curauth->description; ?> doesn't
Anyone who knows how to get this author stuff working please hit me up...its the last thing I need to fix on my entire blog!!
|