hello, i wanted to know if there was a way to export the entry data in real time, like a feed.
my goal is to autopublish the leads to another platform, with private access.
excuse my english, not practicing very much.
thank you
hello, i wanted to know if there was a way to export the entry data in real time, like a feed.
my goal is to autopublish the leads to another platform, with private access.
excuse my english, not practicing very much.
thank you
There is no feed of entry data included. You could create your own custom RSS feed by querying the database directly and writing your own feed. You would use the WordPress function add_feed. It involves creating a php file as the template, then adding the feed in your theme's functions.php file. You PHP file would be where you query the database to get entry data.
thnk u very much Chris
You're welcome.