Advanced Advanced Custom Fields

Jared Novack

@jaredNova

Editors are users too!

ACF Logo
ACF Logo

Free

20+ fields

Pro Pack $25 or $100

Real-World ACF

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

Sandra Day O'Connor
Sandra Day O'Connor
Sandra Day O'Connor
Sandra Day O'Connor

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!

Case Study:

Random House

15,000 titles per year

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;
});
					

Big Scary Code Thing

Make your own fields!

THE END

http://bit.ly/acf-nyc

Jared Novack

http://timber.upstatement.com