Skip to content
Steven Jones edited this page Apr 22, 2014 · 1 revision

Each field can have an associated selector.

array( 'type' => 'title', 'title' => 'Post Title', 'selector' => 'h1.entry-title')

For example, the above will live update 'h1.entry-title' on your site when the value is changed.

Clone this wiki locally