ND Contact Details
WordPress plugin designed to help you manage the contact details for your website
by Nick Davis · github.com/nickdavis/nd-contact-details · website
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/nickdavis/nd-contact-details/archive/refs/heads/master.zipReadme
ND Contact Details
WordPress plugin designed to help you manage the contact details for your website.
Allows you to set global phone numbers and email addresses for a website, to be displayed in the footer or sidebar of your website, for example.
Contact details can also be overridden at a page level with a fallback to the global contact details, when nothing is set.
Following similar logic, a child page will automatically inherit the contact details of its ancestor pages, by default, if no details are set for it.
All views are configurable, but by default are designed to be in line with schema.org guidelines for the relevant contact detail.
Requires:
- the Advanced Custom Fields plugin
- developer integration with your WordPress theme
Credits:
- Plugin code and structure based on https://github.com/mwpd/basic-scaffold/
- Markup inspired by https://10up.github.io/wp-component-library/component/organization/index.html