Plugin Author
Allen
(@amweiss98)
if you’re using the feed to post, you can set the Read More Anchor Text to Source, which should give you what you want (there is the option to show the link instead, if you want)
Thread Starter
rpazza
(@rpazza)
I am not using feed to post. I want a list of all feed sources, like this:
– blog one;
– blog two;
– blog three;
Is there any way to get it?
Plugin Author
Allen
(@amweiss98)
you mean you want all the items from blog 1, then all the items from blog 2, etc? If so, assign blog 1 to it’s own category, blog 2 to it’s own category, and blog 3 to it’s own category. Then use 3 shortcode, with 1 category in each shortcode, like this (assuming the categories have numbers 1, 2 and 3):
[wp_rss_multi_importer category=”1″]
[wp_rss_multi_importer category=”2″]
[wp_rss_multi_importer category=”3″]
Thread Starter
rpazza
(@rpazza)
Hi,
Not exactly. I mean, only the sources name, just in a list, not the items. It could be in a widget. Just a list where appears all of the sources that I’ve added in the feed area of the plugin.
Plugin Author
Allen
(@amweiss98)
ok..well you could just do that without a plugin…just list the sources which you would put in for RSS feeds, or just the urls of the site.
Thread Starter
rpazza
(@rpazza)
Yes, I know it, but an easy way would be better than copy more than 80 references twice.