WP Custom News Plugin
Custom News post type with shortcode.
★ 0stars
0forks
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/nijpadaliya/wp-custom-news-plugin/archive/refs/heads/main.zipA lightweight WordPress plugin that registers a custom News post type and displays it using a shortcode.
Features
- Custom Post Type (News)
- Shortcode: [news_list]
- Clean WordPress APIs
- Secure escaping & sanitization
- Extensible via filters
Usage
- Activate plugin
- Add News posts
- Use shortcode: [news_list posts="5"]
Why this plugin?
Built to demonstrate WordPress fundamentals, security practices, and extensibility.
Author
Nij