From: John Janus Date: Thu, 24 Dec 2015 08:43:03 +0000 (+0100) Subject: initial commit X-Git-Url: https://git.johnzone.org/?a=commitdiff_plain;h=b5f89450bb4916c931b73b83d3bda342f1d8bbc4;p=wordpress_presale.git initial commit --- b5f89450bb4916c931b73b83d3bda342f1d8bbc4 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d984845 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +*.swp +*.backup diff --git a/main.php b/main.php new file mode 100644 index 0000000..5fee237 --- /dev/null +++ b/main.php @@ -0,0 +1,31 @@ + array( + 'name' => __( 'Shows' ), + 'singular_name' => __( 'Show' ), + 'name_admin_bar' => __( 'Show' ) + ), + 'public' => true, + 'has_archive' => true, + 'public' => true, + 'menu_position' => 20 + ) + ); +} + +?>