On 26/01/06, owlservice <[EMAIL PROTECTED]> wrote:
> I guess this is the bit not working:
>
>   <?php
>   if(get_query_var('author_name')) :
>   $curauth = get_userdatabylogin(get_query_var('author_name'));
>   else :
>   $curauth = get_userdata(get_query_var('author'));
>   endif;
>   ?>

Both of those should still work. What exactly is happening to make you
say 'it isn't working'? Is $curauth not being filled? What does
var_dump($curauth) reveal?

--
-David House, [EMAIL PROTECTED], http://xmouse.ithium.net
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to