Displayint Author in RSS feed
-
Hi – I am trying to display the Author of my posts in a custom RSS feed. I am using this code:
<author><?php the_author_posts_link(); ?></author>But all that spits out is:
<author><a href="http://www.triplepundit.com/author/" title="Posts by "></a></author>What is the right PHP to just show the person’s name?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Displayint Author in RSS feed’ is closed to new replies.