• I’m using the FeedWordPress plugin to feed some RSS posts into my blog. Currently, I have the permalinks set-up to “point to the local copy on this website”.

    I would like to add a link on the bottom each of the individual posts that links out to the original source. Just simple link with anchor text such as “Read more” with a link out to the source of the post. This seems like an easy modification but I can’t figure it out. Can anyone help?

Viewing 1 replies (of 1 total)
  • try this one:

    Read more ? <a href="<?php the_syndication_permalink(); ?>" target="_blank"><?php the_syndication_source(); ?></a>

    tell me if it’s ok.

Viewing 1 replies (of 1 total)
  • The topic ‘FeedWordPress Plugin – Slight Modification Question’ is closed to new replies.