[wp-testers] WP2.0 - Is author.php unchanged?

Michael E. Hancock mhancock at us.net
Thu Jan 26 21:30:55 GMT 2006


From: "owlservice" <owlservice at gmail.com>
> 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



More information about the wp-testers mailing list