• How do I get this plugin to work?

    I uploaded the files to the plugin directory.
    Activated the plugin.
    Put in a test RSS feed.

    All I see is my author name where I want the posts to go.

    Check it out
    I’d like posts to show where it says “Other Blogs”.

    I have this in my l_sidebar.php file:
    <cite class=”feed”>from <?php the_author_posts_link()?><?php
    if (is_syndicated() and (get_the_author() !== get_syndication_source())):
    echo ‘ @ ‘;
    the_syndication_source();
    echo ‘
    ‘;
    endif; ?></cite>

    What am I doing wrong? Any help? Really appreciate any advice.

  • The topic ‘FeedWordPress Install 2.3.3’ is closed to new replies.