Host your code snippets in WordPress, and embed them in your content — Enter Code Snippets CPT

<?php
    echo 'hello world!';
?>

Code Snippets CPT is a WordPress plugin for managing and displaying code snippets.

It adds a custom post type for managing your code snippets with taxonomies for classifying the snippets. But what’s a snippet if you can’t display it?  Syntax highlighted snippets can be embedded to your content via a handy shortcode insert button that allows you to pick from the most recent snippets.

I’ve sat on this plugin for quite some time, as there are already a number of snippets plugins out there, but figured it was time to release it. This is the same plugin I use on this site to power all the code snippets.

Get the plugin.

Comment