New theme for cheboygancounty develop master
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 23 Feb 2018 15:27:23 +0000 (10:27 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 23 Feb 2018 15:27:23 +0000 (10:27 -0500)
This is for the forms.cheboygancounty.net website.
Only to show plain page for Gravity Form display.

plain-template.php [new file with mode: 0644]
style.css [new file with mode: 0644]

diff --git a/plain-template.php b/plain-template.php
new file mode 100644 (file)
index 0000000..f1ea0b9
--- /dev/null
@@ -0,0 +1,24 @@
+<?php
+ /*
+ Template Name: plain page
+ */
+?>
+<!doctype html>
+<html class="no-js" lang="en">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <meta name="MSSmartTagsPreventParsing" content="true" />
+  <meta http-equiv="Imagetoolbar" content="No" />
+  <title>My Form Title</title>
+  <style type="text/css">
+       body {font-size:13px;}
+  </style>
+    <?php wp_head();?>
+  </head>
+<body>
+  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+  <?php the_content(); ?>
+  <?php endwhile; endif; ?>
+  <?php wp_footer(); ?>
+</body>
+</html>
diff --git a/style.css b/style.css
new file mode 100644 (file)
index 0000000..b46f731
--- /dev/null
+++ b/style.css
@@ -0,0 +1,13 @@
+/*
+ Theme Name:   Cheboygan County Forms
+ Theme URI:    http://example.com/twenty-fifteen-child/
+ Description:  Twenty Sixteen Child Theme
+ Author:       Gaslight Media
+ Author URI:   https://www.gaslightmedia.com
+ Template:     twentysixteen
+ Version:      1.0.0
+ License:      GNU General Public License v2 or later
+ License URI:  http://www.gnu.org/licenses/gpl-2.0.html
+ Tags:
+ Text Domain:  twenty-sixteen-child
+*/