Adds the ability to easily enter and display contact information.
Adds the ability to enter contact information and output the details in your posts, pages or templates.
Based on the original "Contact Details" by 36Flavours, but the visible text has been translated to Dutch and a bankaccount field has been added.
Use the shortcode [contact type="phone"] to display any of the contact details, or use the function call <?php if (function_exists('contact_detail')) { contact_detail('phone'); } ?>.
Once you have defined a contact email address, use the shortcode [contact type="form"] to output the contact form.