Advanced Advanced Custom Fields
Jared Novack
@jaredNova
Free
20+ fields
Pro Pack $25 or $100
Case Study:
Harvard Law Review
Let's start with the basics
Related Stories
Relationship Field
I need custom fields, but only sometimes
Conditionals
Put custom fields on non-post objects
Categories, Tags, Users and more
Case Study:
Upstatement.com
I want custom fields
on a specific page
Page-Level Targeting
Repeater Field
The killer new ACF5 feature
Fields are configuration, not content
ACF (can) store your fields as JSON instead of in the database
Yay Git!
Manage Many items,
Many types of items
Flexible Content Field
/* mytheme/functions.php */
add_filter( 'acf/load_field/key=field_53dcf25246f92', function($field) {
$posts = get_posts('post_type=post');
foreach($posts as $post) {
$field['choices'][$post->post_name] = $post->post_title;
}
return $field;
});
THE END
http://bit.ly/acf-nyc
http://timber.upstatement.com