Περιγραφή
This is an add-on for the Advanced Custom Fields
WordPress plugin and will not provide any functionality to WordPress unless Advanced Custom Fields is installed
and activated.
The address field provides the ability to enter an address by component (street, city, state,
postal code, country, …), enable or disable components, and change the layout of the
entered address (on the post screen) and printed address ( get_value() api call).
Source Repository on GitHub
https://github.com/GCX/acf-address-field
Bugs or Suggestions
https://github.com/GCX/acf-address-field/issues
Στιγμιότυπα
Εγκατάσταση
The Address Field plugin can be used as WordPress plugin or included in other plugins or themes.
There is no need to call the Advanced Custom Fields register_field()
method for this field.
- WordPress plugin
- Download the plugin and extract it to
/wp-content/plugins/
directory. - Activate the plugin through the
Plugins
menu in WordPress.
- Download the plugin and extract it to
- Added to a Theme or Plugin
- Download the plugin and extract it to your theme or plugin directory.
- Include the
address-field.php
file in you theme’sfunctions.php
or plugin file.
include_once( rtrim( dirname( FILE ), ‘/’ ) . ‘/acf-address-field/address-field.php’ );
Συχνές Ερωτήσεις
- I’ve activated the plugin, but nothing happens!
-
Make sure you have Advanced Custom Fields installed and
activated. This is not a standalone plugin for WordPress, it only adds additional functionality to Advanced Custom Fields.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Advanced Custom Fields – Address Field add-on” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Advanced Custom Fields – Address Field add-on” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.1
- Fixed issue with path and URI generation on Windows hosts.
- Fixed issue caused by ACF loading new fields with AJAX. Drag and Drop should work again.
1.0
- Initial Release