Tag: Advanced Custom Fields
-
Generate Post Title and Slug from Advanced Custom Fields
I often need to create post titles in WordPress based on fields I’ve generated using Advanced Custom Fields. Below is an example that assumes we have a Custom Post Type registered to “staff” and two Custom Fields with the name of “first_name” and “last_name”. Using the “update_value” hook provided by Advanced Custom Fields and “wp_update_post”…
Published:
Category:
Tags: