WP Manifestindependent plugin directory
manifest / content / ssm-code-snippets

SSM Code Snippets

This is a feature plugin that adds a simple code snippet custom post type to your theme.

by Secret Stache Media · github.com/secretstache/ssm-code-snippets · 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/secretstache/ssm-code-snippets/archive/refs/heads/master.zip

Readme

SSM Code Snippets

This is a feature plugin that adds a simple code snippet custom post type to your theme.

Description

This plugin includes a couple common features that are used with custom post types:

  • Registers a post type
  • Registers a custom taxonomy
  • Adds the post count to the admin dashboard

Credits

Built by Secret Stache Media using Devin Price's CPT Boilerplate as a starting point. The "Dashboard Glancer" class and much re-used code from the Portfolio Post Type plugin by Gary Jones.

Read the full README on GitHub →