Support » Plugins » [Plugin: RSSImport] after_desc %href% Problem

  • I’m using the RSSImport plugin to pull in a feed to display on a page. I would like a “Read More” link after each entry item to take the viewer to that specific post. I put in after_desc="<a href='%href%'>Read more</a>" which creates a link, but it gives all of the entries the same link to the first entry. Am I doing something wrong? I need each link to be unique to the specific entry.
    Thank you.

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

    (@cassihl)

    I still haven’t solved this problem. Any ideas?

    have this issue too :/

    don’t have much time, so fixed it the hardcoded way.

    in rssimport.php
    under line 321 add:

    $after_desc = "<a href='" . $href . "'>Read more</a>";

    make sure that this is the last line where after_desc is defined.
    that should fix your issue , for now , in a very ugly , hardcoded way … as stated earlier.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: RSSImport] after_desc %href% Problem’ is closed to new replies.