Contact Us

Adds the ability to easily enter and display contact information.

Author:EON Media Group (profile at wordpress.org)
WordPress version required:2.8.2
WordPress version tested:3.2.1
Plugin version:1.6
Added to WordPress repository:20-08-2011
Last updated:21-08-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://wordpress.org/extend/plugins/contact-u...
Total downloads:98 011
Active installs:4 000+
plugin download
Click to start download

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