WP Manifestindependent plugin directory
manifest / content / dice-cpt-movebuddha

Dice CPT

WordPress plugin registering the Dice custom post type and Campaign taxonomy. moveBuddha technical assessment.

by Pat Fiorentino · github.com/pfiore/dice-cpt-movebuddha · 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/pfiore/dice-cpt-movebuddha/archive/refs/heads/main.zip

Readme

dice-cpt

WordPress plugin registering the Dice custom post type and Campaign taxonomy. Built as part of the moveBuddha technical assessment.

What it registers

Custom Post Type: dice

  • Public with archive
  • Supports: title, editor, thumbnail, author, excerpt
  • REST API enabled
  • Slug: /dice/

Taxonomy: campaign

  • Hierarchical (like categories)
  • Attached to the dice post type
  • REST API enabled
  • Slug: /campaign/

Usage

Once activated, a Dice menu item appears in the WordPress admin. Posts can be created and assigned to campaigns. The single-dice.php and dice-loop.php templates in the dice-nerdwallet child theme handle display.

Read the full README on GitHub →