Title: Post Object Field
Published: February 20, 2025
Last modified: February 21, 2025

---

# Post Object Field

## In this article

 * [Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/post-object/?output_format=md#key-features)
 * [Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/post-object/?output_format=md#settings)

[ Back to top](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/post-object/?output_format=md#wp--skip-link--target)

The Post Object field creates relationships with other WordPress posts, pages, or
custom post types. It provides an intuitive interface for selecting and linking 
to other content.

## 󠀁[Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/post-object/?output_format=md#key-features)󠁿

 * Content relationship management
 * Multiple post type support
 * Advanced search functionality
 * Single or multiple selection
 * Bidirectional relationships

## 󠀁[Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/post-object/?output_format=md#settings)󠁿

 * Post Type – Select available content types
 * Taxonomy – Filter by taxonomy terms
 * Allow Null – Make selection optional
 * Multiple Values – Allow multiple selections
 * Return Format – Object, ID, or custom

First published

February 20, 2025

Last updated

February 21, 2025

Edit article

[ Improve it on GitHub: Post Object Field ](https://github.com/wordpress/secure-custom-fields/edit/trunk/docs/features/field/post-object/index.md)

Changelog

[ See list of changes: Post Object Field ](https://github.com/wordpress/secure-custom-fields/commits/trunk/docs/features/field/post-object/index.md)

[  Previous: Using the Password Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/password/password-tutorial/)

[  Next: Using the Post Object Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/post-object/post-object-tutorial/)