Title: chhe's Replies | WordPress.org

---

# chhe

  [  ](https://wordpress.org/support/users/chonocom/)

 *   [Profile](https://wordpress.org/support/users/chonocom/)
 *   [Topics Started](https://wordpress.org/support/users/chonocom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/chonocom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/chonocom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/chonocom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/chonocom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/chonocom/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging] Show source name in template/loop](https://wordpress.org/support/topic/show-source-name-in-template-loop/)
 *  Thread Starter [chhe](https://wordpress.org/support/users/chonocom/)
 * (@chonocom)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/show-source-name-in-template-loop/#post-14154129)
 * [@markzahra](https://wordpress.org/support/users/markzahra/) – super, thank you
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging] Show source name in template/loop](https://wordpress.org/support/topic/show-source-name-in-template-loop/)
 *  Thread Starter [chhe](https://wordpress.org/support/users/chonocom/)
 * (@chonocom)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/show-source-name-in-template-loop/#post-14105756)
 * To answer my own question, what I ended up doing was to use the feed/post item
   in the loops meta field “wprss_feed_id” to retrieve the ID of the feed source,
   and then set a variable (wprss_feed_source_id) for the feed source ID, I then
   can use to fetch further data and ie.e custom field data from the Feed Source.
 * Example (has to be in the loop after: while (have_posts()) : the_post(); i.e.
   
   <?php $wprss_feed_source_id = get_post_meta(get_the_ID(), ‘wprss_feed_id’, true);?
   >
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flamingo] Flamingo not working with Contact Form 7 Redirection](https://wordpress.org/support/topic/flamingo-not-working-with-contact-form-7-redirection/)
 *  [chhe](https://wordpress.org/support/users/chonocom/)
 * (@chonocom)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/flamingo-not-working-with-contact-form-7-redirection/#post-10798873)
 * Experienced the same with some CF7 redirect plugins – data wouldn’t be written
   to Flamingo.
 * This redirect plugin, however – seems to work correctly with flamingo:
    [https://da.wordpress.org/plugins/wpcf7-redirect/](https://da.wordpress.org/plugins/wpcf7-redirect/)
    -  This reply was modified 7 years, 7 months ago by [chhe](https://wordpress.org/support/users/chonocom/).

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