From: "owlservice" <[EMAIL PROTECTED]> > Correct, $curauth is not being filled. > > Did you see my original email? You can see my dilemma below:
I took your orginal paste bin entry, made it my author.php and except for deleting reference to the_excerpt_reloaded and fixing the variable names to $curauth->last_name, $curauth->first_name, and $curauth->description, the code worked just fine. And based on David's suggestion after your line <?php echo $curauth->description; ?> I put this: <?php var_dump($curauth); ?> and it dumped the $curauth data. MichaelH _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
