WP Manifestindependent plugin directory
manifest / content / wwopn-podcast-cpt

WWOPN Podcast Custom Post Type

Wordpress plugin for Podcast custom posts

by Daniel Vena · github.com/cumulus-digital/wwopn-podcast-cpt · website

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/cumulus-digital/wwopn-podcast-cpt/archive/refs/heads/master.zip

Declares an update source (cumulus-digital/wwopn-podcast-cpt), so updates arrive through the plugin's own updater.

Readme

=== WWOPN Podcast Custom Post Type === Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

A plugin to create a custom post type for Podcasts

== Description ==

This Wordpress plugin creates a new custom post type, Podcast, along with a new Genre taxonomy, a UI for creating a Big Feature of Podcasts, and featured Podcasts for each Genre.

Shortcodes are provided for outputting features and Podcast data:

Big Feature: [podcasts-big] Genre Feature: [podcasts-genre id="3"]

Podcast embed code field: [podcast-embed post="3"]

Options

By default, this plugin disabled comments and removes both the Posts and Comments sections from the admin UI. To re-enable the admin UI, see the Podcast CPT options under Settings.

Read the full README on GitHub →