[Plugin: RSSImport] after_desc strings
-
Just a tip:
I wanted to add a link to each post after the description, but the strings indicated in the plugin parameters description didn’t work for me. The plugin guide reads:
after_desc – string after description, Default is empty; you can use the follow strings for custom html
%titlefor title of entry and%hreffor link of entryInstead of
%hrefto get the post link,%href%worked for me. As in:
[RSSImport display="5" feedurl="http://mysite.com/feed/" displaydescriptions="true" after_desc="<a href='%href%'>Read more</a>"]That gives me a “Read more” link at the end of each post description that links to the original post.
The topic ‘[Plugin: RSSImport] after_desc strings’ is closed to new replies.