이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Organized Contacts

설명

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

설치

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Appearance > Customize screen to configure the contacts

FAQ

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Appearance > Customize screen to configure the contacts

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Organized Contacts”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Organized Contacts”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Organized Contacts”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4
– Add custom fields action with сonvenient class
– Set control priorities

1.3
– Unlimited companies (It helped for me, and I think you will maybe find useful)

1.2
– Add sanitize “image” field – from relative to absolute

1.1
– Add field “image”