Contact Details

Contact Details

توسط

Adds the ability to enter contact information and output the details in your posts, pages or templates.

Use the shortcode [contact type="phone"] to display any of the contact details, or use the function call <?php if ( function_exists( 'contact_detail' ) ) { contact_detail( 'phone' ); } ?>.

Once you have defined a contact email address, use the shortcode [contact type="form"] to output the contact form.

Languages: Also available in Español (Spanish) and українська (Ukrainian by Michael Yunat).

Here we go:

  1. Upload the contact folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Enter you contact details on the options page Settings > Contact Details.
  4. Display the details using either the shortcodes or function calls.

سوالات متداول

Installation Instructions

Here we go:

  1. Upload the contact folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Enter you contact details on the options page Settings > Contact Details.
  4. Display the details using either the shortcodes or function calls.

How do I edit my contact details?

Navigate to the settings page by clicking on Settings on the left hand menu, and then the Contact Details option.

Can I add extra contact details fields?

Yes, it is possible to modify the contact detail fields using the contact_details filter.

add_filter( 'contact_details', function( $details ) {
    // Add a simple text input...
    $details['twitter'] = __( 'Twitter' );
    // Add a new textarea...
    $details['bank'] = array(
        'label' => __( 'Bank' ),
        'input' => 'textarea'
    );
    // Remove an existing field...
    unset( details['fax'] );
    // You must always return the modified array...
    return $details;
} );

What contact details can I store?

Current available contact fields are: phone, fax, mobile, email and address.

How do I include details in my template?

You can use the following function call to output details in your templates:

How do you fetch contact details without outputting the value?

The fourth parameter passed to contact_detail() determines whether the value is returned, by setting the value to false.

$phone = contact_detail( 'phone', '<b>', '</b>', false );

The above code will fetch the phone number stored and wrap the response in bold tags.

How can I customise the contact form?

If you require more customisation that cannot be achieved using CSS, you can define your own template file.

To do this add the the attribute include to the shortcode tag, e.g. [contact type="form" include="myfile.php"].

This file should be placed within your theme directory and should include the processing and output of errors.

I suggest you use the contact.php file used by the plugin as a starting point / template.

Can I translate your plugin to another language?

Yes, of course. If you would like to translate this plugin to another language, please provide me with the releavant Poedit files.

I will be certain to include and attribute any contributions to those who provide any translations.

×
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
نسخه حجم فایل SHA256 تغییرات دانلود
0.8.1 26 کیلوبایت -
دانلود
×
★★★★★
★★★★★
5.0 /5 (1 نظر)

قیمت:

رایگان

نگارش

0.8.1

آخرین انتشار

14 اردیبهشت 1405

آخرین بروزرسانی

4 ماه پیش

نصب های فعال

1,000+

نگارش وردپرس

وردپرس 3.9+

تست شده از نسخه

وردپرس 4.0.38

نگارش PHP

-

نسخه ها

1 نسخه