An open API service indexing awesome lists of open source software.

https://github.com/thisislawatts/acf-vcard

vCard field for Advanced Custom Fields
https://github.com/thisislawatts/acf-vcard

Last synced: 2 months ago
JSON representation

vCard field for Advanced Custom Fields

Awesome Lists containing this project

README

          

-----------------------

# ACF Vcard Field

Adds a 'Vcard' field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin.

-----------------------

### Overview

Adds support for microformat/snippet friendly contact details.

### Compatibility

This add-on will only work with version 5 and up.

### Installation

This add-on can be treated as both a WP plugin and a theme include.

**Install as Plugin**

1. Copy the 'acf-vcard' folder into your plugins folder
2. Activate the plugin via the Plugins admin page

**Include within theme**

1. Copy the 'acf-vcard' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory
2. Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-vcard.php file)

```php
include_once('acf-vcard/acf-vcard.php');
```

### More Information

Please read the readme.txt file for more information