[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
%title
for title of entry and%href
for link of entryInstead of
%href
to get the post link,%href%
worked for me. As in:
[RSSImport display="5" feedurl="https://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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: RSSImport] after_desc strings’ is closed to new replies.