Custom Field Output to Buttons
Ok, I'm abit new at this coding stuff and was looking for some pointers....
I am trying to create a button using the default CP css code for two items, one telephone (Unlinked) and the other for a email address (Linked with subject from Ad Title with sender address) using the output generated by the lines below.
<?php echo get_post_meta($post->ID, 'cp_contact_phone', true) ; ?>
<?php echo get_post_meta($post->ID, 'cp_contact_email', true) ; ?>
I would have used Aretms ACF hyperlink plugin for this but I'm hardwiring this in for a mod.
Any ideas or help would be greatly appreciated!