I have created a plugin that sets up CPT and then has metaboxes assigned to them...but cannot workout how i can output the content to a theme, any theme, using a styled page template?
Eg, i have register_post_type( 'invoices')
And then have grouped product fields, as well as client and pricing fields etc. Now I need to output that for printing of invoices...
Please, can anyone help shed some light?