I am trying to pull the name and email from the database and show on the front end of my website. I tried many scripts and looked on the flamingo forum as well. But couldnt find a solution.
All the data is saved in one of the wp_postmeta. How do I differentiate flemingo postmeta as there are multiple postmetas? and how do I pull in just flemingo _field_fullname and _from_email ?
Here is a database dump
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5874, 1438, '_field_fullname', 'Jason'),
(5875, 1438, '_field_phone', '04112343'),
(5876, 1438, '_field_email', '[email protected]'),
Thanks heaps in advance.
I made a dashboard widget to show latest emails which might help