Hi,
Since I have multiple post creation feeds, how can I use {post_id} in notifications and know what post id is form what feed?
Thanks
Hi,
Since I have multiple post creation feeds, how can I use {post_id} in notifications and know what post id is form what feed?
Thanks
You can add the feed id as an argument on the merge tag so it will only output the id of the post created by that feed e.g. {post_id feed_id=1}.
The feed ID can be found when viewing the feed configuration page, it’s the value of the fid query string parameter in the page URL.