• jami23

    (@jami23)


    Hello,
    I’m trying implement rss from multi authors in author profile on post page.
    Using code
    echo '<a target="_blank" title="'.RSS.'" href="'.get_author_feed_link($author_id, $feed).'">'.RSS.'</a><br/>';

    But it only pull http://www.abtou.cz/author/feed/ and miss author name.
    What is wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jami23

    (@jami23)

    Any advice please

    prionkor

    (@prionkor)

    Hi, i know it is late response but just find your post in google. If you add a string ‘/feed/’ after any permalink of tag, category, author etc you will have its rss feed url 🙂

    Here is how i do it in single.php page where i have access to author details:

    $rss_url = get_author_posts_url( get_the_author_meta( 'ID' )).'feed/';

    Let me know if its worked for you. Thanks!

    Thread Starter jami23

    (@jami23)

    Hi Prionkor, I allready use this piece:

    echo '<a target="_blank" title="'.RSS.'" href="'.get_author_feed_link(get_the_author_meta('ID')).'">'.Odebírat.' '.RSS.' '.autora.'</a><br/>';

    Not sure if it’s clearest but it works fine with plugin Author Spotlight.
    Thank you anyway!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Implementing author rss’ is closed to new replies.