Skip to content

Instantly share code, notes, and snippets.

View dmje's full-sized avatar

Mike Ellis dmje

View GitHub Profile
{
"name": "Poopers",
"description": "My first widget.json.",
"data": {
"content_url": "https://thirty8.co.uk/"
},
"layouts": {
"hello_small": {
"size": "small",
"styles": {
<?php
add_action( 'init', 'create_my_post_types' );
function create_my_post_types() {
register_post_type('exhibition', array(
'labels' => array(
'name' => __( 'Exhibitions' ),
'singular_name' => __( 'Exhibition' ),