Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reyhoun/acf-post-type-chooser
Display all Post Types
https://github.com/reyhoun/acf-post-type-chooser
Last synced: 27 days ago
JSON representation
Display all Post Types
- Host: GitHub
- URL: https://github.com/reyhoun/acf-post-type-chooser
- Owner: reyhoun
- Created: 2014-08-19T13:40:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T14:14:59.000Z (about 10 years ago)
- Last Synced: 2024-08-03T17:10:40.747Z (4 months ago)
- Language: PHP
- Size: 188 KB
- Stars: 14
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-acf - Post Type Chooser - Create a select field populated with selected post types. (Third-Party Add-Ons)
README
# ACF Post Type Chooser Field
Display all Post Types
-----------------------
### Structure
* `/css`: folder for .css files.
* `/images`: folder for image files
* `/js`: folder for .js files
* `/lang`: folder for .pot, .po and .mo files
* `acf-post-type-chooser.php`: Main plugin file that includes the correct field file based on the ACF version
* `post-type-chooser-v5.php`: Field class compatible with ACF version 5
* `readme.txt`: WordPress readme file to be used by the wordpress repository### Compatibility
This ACF field type is compatible with:
* ACF 5### Installation
1. Copy the `acf-post-type-chooser` folder into your `wp-content/plugins` folder
2. Activate the Post Type Chooser plugin via the plugins admin page
3. Create a new field via ACF and select the Post Type Chooser type
4. Please refer to the description for more info regarding the field type settings