Hi,
I want to stop the display in posts of the author name if the author is administrator.
Can anyone help please
Thanks, John
Hi,
I want to stop the display in posts of the author name if the author is administrator.
Can anyone help please
Thanks, John
Figure out where your theme controls the display of the author name, then use is_author() to check if it's the administrator and if true, don't display the name.
This topic has been closed to new replies.