I didn't know how best to state the topic title for this... but what I'm trying to do is not have "Posted By admin" added to every page or post I make. I can't find it in my theme editor. Can someone take a look and help me out? I appreciate it.
I didn't know how best to state the topic title for this... but what I'm trying to do is not have "Posted By admin" added to every page or post I make. I can't find it in my theme editor. Can someone take a look and help me out? I appreciate it.
Can't tell what theme you are using, but it is likely that your wp-content/themes/your-theme/index.php has something like
Posted by <php the_author() ; ?>
You would need to delete that, of course.
Make a backup before changing things just in case.
This topic has been closed to new replies.