• Hi I have installed the Contact us plug in via WordPress. I activated the plugin now its telling me: 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’); } ?>

    I don’t know how to do this. Any help?

    Kind regards.

    Paul

Viewing 1 replies (of 1 total)
  • Paul,

    If you are familiar with creating a page or a post in wordpress, then you only need to put the code in like any other text:
    [contact_us type=”phone” heading=”Corporate Phone Number”]

    This is known as a “short code”. When you view the page or post with this in it on the front of your website, it will be replaced by the contact form.

    Nathan

Viewing 1 replies (of 1 total)
  • The topic ‘Calling Contact us plugin’ is closed to new replies.