• AnomieMouse

    (@anomiemouse)


    Hi, thank you for nice plugin which has been working well.

    We can get each item’s url by using custom field [rssmi_source_link].
    Can we get not only item’s url but item’s name, feed’s name and url?
    I want to display them at a place of my choosing.

    I’m sorry to ask this question if the solution has already been shown in this forum or somewhere.

    http://wordpress.org/extend/plugins/wp-rss-multi-importer/

Viewing 9 replies - 1 through 9 (of 9 total)
  • 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

    Thread Starter AnomieMouse

    (@anomiemouse)

    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?

    Thread Starter AnomieMouse

    (@anomiemouse)

    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.

    Thread Starter AnomieMouse

    (@anomiemouse)

    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.

    Thread Starter AnomieMouse

    (@anomiemouse)

    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.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘How to display Feed name’ is closed to new replies.