Support » Fixing WordPress » [RSS Footer] Duplicate Post Links (POSTLINK)

  • I love your plug-in but I am having a small issue.

    The plug-in produces two (2) post title links at the bottom of the RSS footers for some odd reason. I’ve tried removing %%POSTLINK%% from the content section but that didn’t change a thing at all!

    Please help!

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Could you tell me what your settings currently look like?

    I have the same issue. Default settings.

    %%POSTLINK%% is a post from: My Site

    content position: after

    Having the same problem, haven’t tried it “after”

    http://www.rainstonefinancial.com/images/RSS%20Footer%20Settings.jpg

    Hi Yoast, am having the same issue here. Cant understand why..feeds set to display full and the plugin to display link after content and yet it shows up twice. Once with links, once without.

    Thanks
    Ed

    Hi all.

    I have the same problem with content position “after” and “text excerpt only”. Looking at the plugin code, I see that the routine “embed_rssfooter” can be called in two different cases :

    `add_filter(‘the_content’, ’embed_rssfooter’);
    add_filter(‘the_excerpt_rss’, ’embed_rssfooter’);

    `

    I suspect that with my settings this routine is called twice; this could explain the duplicated text. Therefore I have just “commented” one line and it is now OK for me.

    //add_filter('the_content', 'embed_rssfooter');

    Gilbert

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[RSS Footer] Duplicate Post Links (POSTLINK)’ is closed to new replies.