https://github.com/deliciousmedia/dm-cptap
A WordPress plugin which provides a user interface to save content for use on a custom post type archive page.
https://github.com/deliciousmedia/dm-cptap
wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
A WordPress plugin which provides a user interface to save content for use on a custom post type archive page.
- Host: GitHub
- URL: https://github.com/deliciousmedia/dm-cptap
- Owner: DeliciousMedia
- Created: 2019-07-24T10:53:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T14:25:29.000Z (about 5 years ago)
- Last Synced: 2024-12-16T21:02:20.851Z (over 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DM CPTAP
A WordPress plugin which provides a user interface to save content for use on a custom post type archive page.
## Usage
Add support for `dmcptap_archive_page` to your post type either when defining it or via `add_post_type_support`.
Use `dmcptap_get_content_item` to retrieve the relevant content item.
## Notes
Data is stored in the wp_options table; creating an option per-post type
## Todo
- Add Gutenberg support.
- Ability to add arbitrary fields.
- Option to remove data when deactivating.
---
Built by the team at [Delicious Media](https://www.deliciousmedia.co.uk/), a specialist WordPress development agency based in Sheffield, UK.