Use the Advanced Custom Fields plugin to take full control of your WordPress edit screens & custom field data.
Add fields on demand. Our field builder allows you to quickly and easily add fields to WP edit screens with only the click of a few buttons!
Add them anywhere. Fields can be added all over WP including posts, users, taxonomy terms, media, comments, and even custom options pages!
Show them everywhere. Load and display your custom field values in any theme template file with our hassle-free developer friendly functions!
How to enable ACF?
Advanced Custom Fields backend interface is disabled by default. However, if you are a developer and want to add your custom fields open necromancers/functions.php
and define NRC_DEV_MODE by adding the next little snippet at the very top of the file
define( 'NRC_DEV_MODE', true );
Now, if you open WP admin you should see Custom Fields section.
