Thread Starter
chhe
(@chonocom)
@markzahra – super, thank you 🙂
Thread Starter
chhe
(@chonocom)
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); ?>
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/
-
This reply was modified 7 years, 7 months ago by chhe.