Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Dan Tidswell
    Participant

    Hi

    I have purchased and installed the Pro version and it pulling this feed:

    https://cloudfmgroup.peoplehr.net/Pages/JobBoard/CurrentOpenings.aspx?o=03669313-3279-4c27-bb19-c34c121eb0cc

    There is a ‘location’ attribute that I need to display, is this possible?

    Hi Dan,

    Right now there is no out of the box option to print any XML tag in the RSS feed. I have this item in my todo list. I don’t have an exact release date yet.

    But for now you can add below line to display the “location” tag you want.

    In plugin editor edit super-rss-reader-pro/includes/feed.php file and insert below line after line 250.

    $loc = $item->get_item_tags(SIMPLEPIE_NAMESPACE_RSS_20, 'location');
    $t_desc .= '<em>' . $loc[0]['data'] . '</em>';

    So it looks like this.

    This will display the location after description like below.

    Thanks,
    Aakash

    Dan Tidswell
    Participant

    Thanks Aakash, that works fine my needs – very much appreciated.

    Excellent ! Cheers !

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter