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
- Host: GitHub
- URL: https://github.com/thisislawatts/acf-vcard
- Owner: thisislawatts
- Created: 2017-04-24T10:19:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T10:55:58.000Z (about 9 years ago)
- Last Synced: 2025-06-10T21:10:52.127Z (about 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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