Title: [Plugin: RSSImport] after_desc %href% Problem
Last modified: August 20, 2016

---

# [Plugin: RSSImport] after_desc %href% Problem

 *  [cassihl](https://wordpress.org/support/users/cassihl/)
 * (@cassihl)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/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](https://wordpress.org/support/users/cassihl/)
 * (@cassihl)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rssimport-after_desc-href-problem/#post-2234839)
 * I still haven’t solved this problem. Any ideas?
 *  [belgianwolfie](https://wordpress.org/support/users/belgianwolfie/)
 * (@belgianwolfie)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rssimport-after_desc-href-problem/#post-2234840)
 * have this issue too :/
 *  [belgianwolfie](https://wordpress.org/support/users/belgianwolfie/)
 * (@belgianwolfie)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rssimport-after_desc-href-problem/#post-2234841)
 * 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.

## Tags

 * [href](https://wordpress.org/support/topic-tag/href/)

 * 3 replies
 * 2 participants
 * Last reply from: [belgianwolfie](https://wordpress.org/support/users/belgianwolfie/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rssimport-after_desc-href-problem/#post-2234841)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
