Hi,
Why exactly would this create duplicate content on your site? You could link the name of the author to an overview of all the author's articles or remove the link behind it.
It is also possible to completely remove it. Sometimes you'll find an option in your theme settings to switch this of, but usually you'll have to edit the PHP file that is used to display your post. Usually this is 'Single.php'
This is what you do:
-
Go to Appearance > Editor
-
Select the Single.php file on the right side
-
In the code you will find something like:
'By ' This is the part that makes the name of the author show. Removing this line will prevent the author name from showing on your posts.
'' This is the part that shows the date of your post. You can remove this line too.