' . $category_description . ''; */ endif; if ( is_author() ) : $curauth = ( get_query_var('author_name') ) ? get_user_by( 'slug', get_query_var( 'author_name' ) ) : get_userdata( get_query_var(' author' ) ); if ( isset( $curauth->description ) ) echo '

' . $curauth->description . '

'; endif; if ( is_tag() ) : if ( $tag_description = tag_description() ) echo '

' . $tag_description . '

'; endif; ?>
>