This WordPress plugin registers a custom post type called "Book." It is designed to demonstrate how to create a basic custom post type using WordPress.
- Custom post type: Books
- Supports standard WordPress features: Title, Editor, Thumbnail
- Integrates with categories and tags
- Shows up in WordPress REST API
- Download or clone this repository to your local WordPress
wp-content/plugins/
directory. - Activate the plugin through the Plugins menu in WordPress.
- Once activated, a new custom post type "Books" will appear in the WordPress dashboard.
- Navigate to Books in the WordPress admin menu to add, edit, or view books.
- Use the WordPress REST API with the post type slug
book
to interact with the data.
This plugin is licensed under the GPLv2 or later.