The following substitutes the word "Anonymous" for a blank space in Movabletype. Substitute this: "; if ($name==""){$output="Anonymous";} if ($name!=""){$output=$name;} print "$output"; ?> for this: