Custom fields. Made easy. Use the Advanced Custom Fields plugin to take full control of your edit screens & custom field data. https://wordpress.org/plugins/advanced-custom-fields/
- Clone the project
git clone git@github.com:pierrechls/wp-acf.git
- Upload the advanced-custom-fields folder to the /wp-content/plugins/ directory
- Activate the plugin through the Plugins menu in WordPress
Please follow the user guides.
<?php $field = get_field($field_name, $post_id, $format_value); ?>
If you're a PHP developer, please refer to the documentation.