Return to Snippet

Revision: 15264
at June 29, 2009 15:29 by andrewkhunn


Initial Code
<?php if (is_author()) { ?><?php $author = get_userdata(get_query_var('author')); ?><link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> - <?php echo $author->display_name; ?>" href="<?php bloginfo('url'); ?>/author/<?php echo $author->user_nicename; ?>/feed/" /><?php echo "\n"; } ?>

Initial URL


Initial Description


Initial Title
Display WordPress Author RSS Feed on Author Pages Only

Initial Tags
wordpress

Initial Language
PHP