Get values from another post

Overview All the template functions (get_field, the_field, etc) can be used to load values from another post, however, a second parameter is required to target the post. Each post has a unique ID which can be found in the URL when editing, or found via code such as $post->ID. Examples Display a field This example … Continue reading Get values from another post