Movies Custom Post Type
It's a simple movie custom post type for WordPress.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/abirovi1/wp-movies-custom-post-type/archive/refs/heads/main.zipWP Movies Custom Post Type Plugin
A lightweight and developer-friendly WordPress plugin that adds a Movies custom post type with Genres taxonomy and custom meta fields (Director, Release Year).
Perfect for learning or showcasing your WordPress development skills.
Features
- Custom Post Type:
movie - Custom Taxonomy:
genre - Custom Meta Fields:
- Director
- Release Year
- Gutenberg Compatible (supports REST API)
- Clean file structure with includes
- Lightweight and fully translatable
Installation
- Download or clone this repository:
git clone https://github.com/yourusername/wp-movies-custom-post-type.git - Copy the folder to:
/wp-content/plugins/
3. Activate it from your WordPress Dashboard → Plugins.
- You’ll now see a Movies section in the admin sidebar.
Usage Example
Add a Movie
Go to Movies → Add New
Fill in the title, description, and featured image
Choose a Genre
Add Director and Release Year in the custom fields box
Developer Info
Author: Abirovi
Version: 1.0
License: GPLv2 or later
Text Domain: movies-cpt
Tested up to: WordPress 6.7
GitHub Info
Repository: Movies Custom Post Type
Issues: Feel free to open an issue or submit a PR 💡
Keywords: wordpress, plugin, custom post type, movies, taxonomy, meta fields
Show Your Support
If you like this plugin, please ⭐ star the repo or share it! It helps others discover and motivates further development ❤️