clark-nikdel-powell/post-type-select-for-acf
Post type select field for ACF
37,760
| Install | |
|---|---|
composer require clark-nikdel-powell/post-type-select-for-acf |
|
| Latest Version: | 1.0.1 |
| License: | MIT |
| Last Updated: | Mar 14, 2025 |
| Links: | GitHub · Packagist |
Maintainer: sebastianthulin
=== Post Type Select Field for Advanced Custom Fields === Contributors: gwelser Tags: acf, post type, select, advanced custom fields Requires at least: 3.5 Tested up to: 4.7.4 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Custom field definition for Advanced Custom Fields for a select box populated with post types. Add-on for Advanced Custom Fields.
== Description ==
Post Type Select for Advanced Custom Fields provides a select field for choosing a WordPress Post Type.
= Compatibility =
This ACF field type is compatible with:
- ACF 5
- ACF 4
== Installation ==
- Copy the
acf-posttype_selectfolder into yourwp-content/pluginsfolder - Activate the Post Type Select plugin via the plugins admin page
- Create a new field via ACF and select the Post Type Select type
- Please refer to the description for more info regarding the field type settings
== Changelog ==
= 1.1.0 = Filter for public arg of post_type_options
= 1.0.0 =
- Initial Release.