WP Manifestindependent plugin directory
manifest / content / wp-custom-news-plugin

WP Custom News Plugin

Custom News post type with shortcode.

by Nij · github.com/nijpadaliya/wp-custom-news-plugin

★ 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.zip

A 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

  1. Activate plugin
  2. Add News posts
  3. Use shortcode: [news_list posts="5"]

Why this plugin?

Built to demonstrate WordPress fundamentals, security practices, and extensibility.

Author

Nij