Organized Contacts

Organized Contacts Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 657 downloads
Organized Contacts Icon

Try plugin: Organized Contacts

We'll create fresh WordPress site with Organized Contacts installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Organized Contacts

The plugin allows you to organize information about your companies / organization

0


0


0


0


0

updated: 6 years ago
since: 7 years ago
author: NikolayS93

Description

Plugin will add customizer settings and [company] shortcode.
Company shortcode has attrs:
“id” (for muliple contacts) may be:
primary, secondary, tertiary, quaternary, fivefold, company_6, company_7, company_8.. etc..

"field" may be
    name, image, address, numbers, email, time_work, socials

"filter" (default as 'the_content')
    Set none for disable default filter

"before"
    The some custom html

"after"
    The some custom html

for example:
[company id=”secondary” field=”address” filter=”none” before=”Our address:”]
for muliple, or
[company field=”email”]
for primary only

for custom fields use:
new CDevelopers\Contacts\CustomControl(‘handle’, array(
‘type’ => ‘text’, // wp_customizer default types
‘label’ => ”, // Any title
),
‘Custom_Control’); // Set personal preregistred control classname