Update for the theme
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 25 Sep 2014 20:44:13 +0000 (16:44 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 25 Sep 2014 20:44:13 +0000 (16:44 -0400)
index.php
header.php
sidebar.php
footor.php

assets/bg.jpg [new file with mode: 0644]
assets/bg_content.png [new file with mode: 0755]
assets/bg_leftcol.gif [new file with mode: 0644]
assets/logo.png [new file with mode: 0644]
footer.php [new file with mode: 0644]
header.php [new file with mode: 0644]
index.php
page-22.php [new file with mode: 0755]
qs.css [new file with mode: 0644]
sidebar.php [new file with mode: 0644]
wbatv.css [new file with mode: 0644]

diff --git a/assets/bg.jpg b/assets/bg.jpg
new file mode 100644 (file)
index 0000000..612755c
Binary files /dev/null and b/assets/bg.jpg differ
diff --git a/assets/bg_content.png b/assets/bg_content.png
new file mode 100755 (executable)
index 0000000..366bc63
Binary files /dev/null and b/assets/bg_content.png differ
diff --git a/assets/bg_leftcol.gif b/assets/bg_leftcol.gif
new file mode 100644 (file)
index 0000000..7cee22a
Binary files /dev/null and b/assets/bg_leftcol.gif differ
diff --git a/assets/logo.png b/assets/logo.png
new file mode 100644 (file)
index 0000000..72bb42a
Binary files /dev/null and b/assets/logo.png differ
diff --git a/footer.php b/footer.php
new file mode 100644 (file)
index 0000000..2ab788a
--- /dev/null
@@ -0,0 +1,9 @@
+
+        <div id="copyright">
+        Copyright&copy;<?php echo date('Y');?> <?php bloginfo('name');?> - Produced by <a href="http://www.gaslightmedia.com">Gaslight Media</a>, All Rights Reserved.
+        </div><!-- /#copyright -->
+    </div><!-- /#wrapperInner" -->
+</div><!-- /#wrapper -->
+<?php wp_footer();?>
+</body>
+</html>
diff --git a/header.php b/header.php
new file mode 100644 (file)
index 0000000..9ff6cbd
--- /dev/null
@@ -0,0 +1,20 @@
+<!doctype html>
+<html lang="en">
+<head>
+<title><?php wp_title();?></title>
+<meta http-equiv="content-type" content="text/html;charset=utf-8">
+<meta http-equiv="imagetoolbar" content="no">
+<meta http-equiv="imagetoolbar" content="false">
+<?php wp_head();?>
+<link type="text/css" rel="stylesheet" href="<?php echo get_template_directory_uri();?>/qs.css">
+<link type="text/css" rel="stylesheet" href="<?php echo get_stylesheet_uri();?>">
+<!-- Google Analytics Code -->
+</head>
+<body>
+<div id="wrapper">
+    <div id="wrapperInner">
+        <div id="top">
+        <a href="<?php echo home_url();?>">
+        <img id="logo" src="<?php echo get_template_directory_uri();?>/assets/logo.gif">
+            </a>
+        </div><!-- /#top -->
index 9bbfec0..d019c1c 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1,71 +1,13 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-"http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-<title>{title:h}</title>
-<meta http-equiv="content-type" content="text/html;charset=utf-8">
-<meta name="description" content="{metaTags:h}">
-<meta http-equiv="imagetoolbar" content="no">
-<meta http-equiv="imagetoolbar" content="false">
-{styles:h}
-{topScripts:h}
-{if:googleAnalyticsCode}
-{googleAnalyticsCode:h}
-{end:}
-</head>
-<body>
-<div id="wrapper">
-    <div id="wrapperInner">
-        <div id="top">
-            <a href="baseurl/index.php">
-                <img id="logo" src="{logoImage:h}">
-            </a>
-        </div><!-- /#top -->
-        <div id="column">
-            <div id="nav">
-                {sideNav:h}
-            </div>
-            {socialMedia:h}
-            <div id="address" class="vcard">
-                <h2 flexy:if="businessName" class="fn org">{businessName:h}</h2>
-                <div class="adr">
-                    <div>
-                        <p flexy:if="streetAddress" class="street-address">{streetAddress:h}</p>
-                        <p>
-                            <span flexy:if="city" class="locality">{city:h},</span>
-                            <abbr class="region" title="{state:h}">{stateAbbr:h}</abbr>
-                            <span class="postal-code">{zipCode:h}</span>
-                        </p>
-                    </div>
-                    <div flexy:if="streetAddress2">
-                        <p flexy:if="streetAddress2" class="post-office-box">{streetAddress2:h}</p>
-                        <p flexy:if="streetAddress2">
-                            <span flexy:if="city2" class="locality">{city2:h},</span>
-                            <abbr class="region" title="{state2:h}">{state2Abbr:h}</abbr>
-                            <span class="postal-code">{zip2Code:h}</span>
-                        </p>
-                    </div>
-                    <p flexy:if="phone" class="tel">
-                        <span class="type">Phone</span>:
-                        <span class="value">{phone:h}</span>
-                    </p>
-                    <p flexy:if="fax" class="tel">
-                        <span class="type">Fax</span>:
-                        <span class="value">{fax:h}</span>
-                    </p>
-
-                </div>
-            </div><!-- /#address -->
-        </div><!-- /#column -->
+<?php get_header();?>
+<?php get_sidebar();?>
         <div id="main">
             <div id="toolbox">
-                {toolboxContent:h}
+                <?php if(have_posts()) : while(have_posts()): the_post();?>
+                <?php the_content();?>
+                <?php endwhile; else:?>
+                <p><?php _e('Sorry, no posts yet');?></p>
+                <?php endif;?>
             </div><!-- /#toolbox -->
         </div><!-- /#main -->
-        <div id="copyright">
-            Copyright&copy;<?php echo date('Y');?> {siteName:h} - Produced by <a href="http://www.gaslightmedia.com">Gaslight Media</a>, All Rights Reserved.
-        </div><!-- /#copyright -->
-    </div><!-- /#wrapperInner" -->
-</div><!-- /#wrapper -->
-</body>
-</html>
+
+<?php get_footer();?>
diff --git a/page-22.php b/page-22.php
new file mode 100755 (executable)
index 0000000..4a90a55
--- /dev/null
@@ -0,0 +1,15 @@
+<?php get_header();?>
+<?php get_sidebar();?>
+        <div id="main">
+            <div id="toolbox">
+                <?php if(have_posts()) : while(have_posts()): the_post();?>
+                <?php the_content();?>
+                <?php endwhile; else:?>
+                <p><?php _e('Sorry, no posts yet');?></p>
+                <?php endif;?>
+
+                Form goes here
+            </div><!-- /#toolbox -->
+        </div><!-- /#main -->
+
+<?php get_footer();?>
diff --git a/qs.css b/qs.css
new file mode 100644 (file)
index 0000000..984fcb8
--- /dev/null
+++ b/qs.css
@@ -0,0 +1,6 @@
+#toolbox img.alignright {
+    float: right;
+}
+#toolbox img.alignleft {
+    float: left;
+}
diff --git a/sidebar.php b/sidebar.php
new file mode 100644 (file)
index 0000000..0198594
--- /dev/null
@@ -0,0 +1,33 @@
+        <div id="column">
+            <div id="nav">
+                <?php wp_nav_menu(array('WildBillsATV' => 'header-menu'));?>
+            </div>
+            <div id="address" class="vcard">
+                <h2 class="fn org"><?php bloginfo('name');?></h2>
+                <div class="adr">
+                    <div>
+                        <p class="street-address">8110 W. Hazel Rd</p>
+                        <p>
+                            <span flexy:if="city" class="locality">Mears,</span>
+                            <abbr class="region" title="Michigan">MI</abbr>
+                            <span class="postal-code">49436</span>
+                        </p>
+                    </div>
+                    <!--
+                    <div>
+                        <p class="post-office-box">Street Address 2</p>
+                        <p>
+                            <span class="locality">City 2,</span>
+                            <abbr class="region" title="State">State Abbr</abbr>
+                            <span class="postal-code">Zip</span>
+                        </p>
+                    </div>
+                    -->
+                    <p class="tel">
+                        <span class="type">Phone</span>:
+                        <span class="value">231-873-8400</span>
+                    </p>
+
+                </div>
+            </div><!-- /#address -->
+        </div><!-- /#column -->
diff --git a/wbatv.css b/wbatv.css
new file mode 100644 (file)
index 0000000..c31614c
--- /dev/null
+++ b/wbatv.css
@@ -0,0 +1 @@
+img