Skip to content

dineshweplugins/Custom-Post-Type-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Custom Post Type Plugin

Description

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.

Features

  • Custom post type: Books
  • Supports standard WordPress features: Title, Editor, Thumbnail
  • Integrates with categories and tags
  • Shows up in WordPress REST API

Installation

  1. Download or clone this repository to your local WordPress wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Once activated, a new custom post type "Books" will appear in the WordPress dashboard.

Usage

  • 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.

License

This plugin is licensed under the GPLv2 or later.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages