Top Google Search Results
- Function Reference/get author feed link « WordPress Codex
Description. Retrieve the feed link for a given author. Returns a link to the feed for all posts by a given author. A specific feed can be requested or left blank to get ... - WordPress › Support » Author feed link broken
[resolved] Author feed link broken (4 posts). Zero20two Member Posted 1 year ago #. When I hover over my name or avatar on the p2 status posts the address is ... - get_author_feed_link | A HitchHackers guide through WordPress
Feb 11, 2011 ... apply_filters('author_feed_link', $link, $feed) ... 'feed'); } $link = apply_filters(' author_feed_link', $link, $feed); return $link; }. 1166 ... - Allow WordPress users to 'follow' RSS feeds from blog authors ...
Jul 16, 2011 ... <?php $author_feed_link = get_author_posts_url( get_the_author() ) . '/feed/'; ?> <a href="<?php echo $author_feed_link; ?>">Author RSS ...