Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gobigboards

    (@gobigboards)

    I figured it out and thought I would share – used the following code in the post page theme file. So posts that were created through aggregation now display a link to the source site. Zen:

    <?php
    echo '';
    the_syndication_source_link();
    echo ''
    ?>'
    Forum: Plugins
    In reply to: Feedwordpress permalink
    gobigboards

    (@gobigboards)

    I figured it out and thought I would share – used the following code in the post page theme file. So posts that were created through aggregation now display a link to the source site. Zen:

    <?php
    echo '';
    the_syndication_source_link();
    echo ''
    ?>'
    Forum: Plugins
    In reply to: Feedwordpress permalink
    gobigboards

    (@gobigboards)

    Is this code inserted into the template or somewhere in the plugin code?

    I am looking to have the rss feeds post to the blog automatically creating a new post – all already options available in feedwordpress.

    Then from the individual post pages, I want the posts to link to the source Article as I have requested feedback for here RSS Post link Titles.

    I will be looking into this myself and running some tests but any info would be greatly appreciated.

    gobigboards

    (@gobigboards)

    make sure you have the two updated files tfrom the plugin directory uploaded to wp-includes – rss.php and rss-functions.php.

    I would start there!

Viewing 4 replies - 1 through 4 (of 4 total)