Plugin Author
Allen
(@amweiss98)
At this point, getting the feed name is more difficult given it is stored in serial fashion in the database. If you want to try the beta version of the plugin, which uses custom fields, you can then pull this information from custom fields. Let me know if you want to try this by contacting me at:
http://www.allenweiss.com/contact
Thank you for quick response.
Then, is it still difficult to display feed’s name that I write manually at RSS Feeds Admin of plugin setting page?
Plugin Author
Allen
(@amweiss98)
are you using shortcode or the feed to post?
Sorry.
I’m using the feed to post.
Plugin Author
Allen
(@amweiss98)
ok…$items[“mygroup”] is the feed name (you already said you could grab the url.
As to item’s url and item’s name, how can I do?
Plugin Author
Allen
(@amweiss98)
well, you’ll need to know php and add that to the $contents variable.
Please let me explain more.
I can display item’s link by using code like this.
<?php echo $post->rssmi_source_link; ?>
Thanks to custom field, rssmi_source_link, I can do it.
But we don’t have any other custom fields for item’s name and feed’s name and url.
This plugin can display feed’s name and url as [Source].
Can we put feed’s name and url at a place of our choosing?
Plugin Author
Allen
(@amweiss98)
Yes. It it where you want. Note you are hard coding the file which will be overwritten with the next update so you have to save it.