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>