Contact Us Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Contact Us adds the ability to enter business contact information, business hours, business location, etc and output the details in your posts, pages or templates.
Use the shortcode [contact_us type="phone" heading="Corporate Phone Number"]
to display any of the contact information, or use the function call <?php if (function_exists('contact_us')) { contact_us('phone'); } ?>
.
Shortcode Options:
* type => false
* heading => ''
* heading_open_tag => '<h4>'
* heading_close_tag => '</h4>'
* nl2br => false
* before => ''
* after => ''
Once you have defined a contact email address, use the shortcode [contact_us type="form"]
to output the contact form.
Thanks to http://wordpress.org/extend/plugins/profile/36flavours for “Contact Details” plugin