WP Manifestindependent plugin directory
manifest / content / wp-contact

Carawebs Contact

WordPress plugin to manage contact details: collect, store and display.

by David Egan · github.com/carawebs/wp-contact · website

0stars
48composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/carawebs/wp-contact/archive/refs/heads/master.zip

Also on Packagist as carawebs/wp-contact:

composer require carawebs/wp-contact

From the readme

Contact Manage contact details in WordPress. Enter details in Settings Address & Contact Details. Shortcodes: Phone Numbers Phone numbers can be displayed using [MobileButton] and [LandlineButton] shortcodes. These accept the following parameters: 'text': Text to prepend the number at non-mobile view. 'mobileviewtext': Text to display at mobile (Click to Call) view. 'classes': Additional CSS classes to be added to the anchor tag. 'number': The phone number for the button. If no number is specified, the number set in "Address & Contact Details" is used. Shortcodes: Email Email links can be displayed with the [EmailButton] and [EmailLink] shortcodes.

Read the full README on GitHub →