Title: Page Link Field
Published: February 20, 2025
Last modified: February 21, 2025

---

# Page Link Field

## In this article

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

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

The Page Link field provides an interface for creating links to internal WordPress
content. It allows selection of posts, pages, and custom post types with search 
functionality.

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

 * Internal content linking
 * Multiple post type support
 * Search functionality
 * Archive URL support
 * Multiple selection option

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

 * Post Type – Select available content types
 * Taxonomy – Filter by taxonomy terms
 * Allow Archives – Enable archive URL selection
 * Multiple Values – Allow multiple selections
 * Allow Null – Make selection optional

First published

February 20, 2025

Last updated

February 21, 2025

Edit article

[ Improve it on GitHub: Page Link Field ](https://github.com/wordpress/secure-custom-fields/edit/trunk/docs/features/field/page-link/index.md)

Changelog

[ See list of changes: Page Link Field ](https://github.com/wordpress/secure-custom-fields/commits/trunk/docs/features/field/page-link/index.md)

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

[  Next: Using the Page Link Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/page-link/page-link-tutorial/)