Is there some way to remove author names from feeds? For various reasons, we wish to keep our contributors anonymous.
In wp-rss2.php, I tried removing the line:
code<dc:creator><?php the_author() ?></dc:creator>
Is there some way to remove author names from feeds? For various reasons, we wish to keep our contributors anonymous.
In wp-rss2.php, I tried removing the line:
code<dc:creator><?php the_author() ?></dc:creator>
[post got cut off...]
In wp-rss2.php, I tried removing the line:
<dc:creator><?php the_author() ?></dc:creator>
But the author's name still appears in the RSS2 feed! Same problem with Atom feed. Any suggestions?
I just upgraded WordPress from 1.2.1 to 1.5.3.1.
I've got just the opposite problem. Authors appear in my posts on site, but not in the RSS feeds. The dc:creator is there, but not carrying through.
Maybe the answer to your question will help me with mine... so good luck!
This topic has been closed to new replies.