Removed the static page adding blocks on the connections category page.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 24 Jun 2015 14:02:40 +0000 (10:02 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 24 Jun 2015 14:02:40 +0000 (10:02 -0400)
page-95.php [deleted file]

diff --git a/page-95.php b/page-95.php
deleted file mode 100644 (file)
index 6c936c2..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-
-<?php get_header(); ?>
-
-<?php do_action('foundationPress_before_content'); ?>
-
-<?php while (have_posts()) : the_post(); ?>
-    <article <?php post_class() ?> id="interior">
-        <?php GLM_get_header(); ?>
-        <div class="row">
-            <div class="small-12 columns">
-                <?php do_action('foundationPress_page_before_entry_content'); ?>
-                <div class="video-content">
-                <h2><?php the_title();?></h2>
-                <ul id="stay-blocks" class="small-block-grid-2 medium-block-grid-3">
-                    <li><a href="<?php echo esc_url( get_permalink( get_page_by_path( 'stay/beds-breakfasts' ) ) ); ?>"><img src="<?php echo bloginfo('template_directory') ?>/assets/img/images/paardebloem.jpg"><span>Bed & Breakfasts</span></a></li>
-                    <li><a href="<?php echo esc_url( get_permalink( get_page_by_path( 'stay/hotels-motels' ) ) ); ?>"><img src="<?php echo bloginfo('template_directory') ?>/assets/img/images/paardebloem.jpg"><span>Hotels & Motels</span></a></li>
-                    <li><a href="<?php echo esc_url( get_permalink( get_page_by_path( 'stay/cabins-cottages-resorts' ) ) ); ?>"><img src="<?php echo bloginfo('template_directory') ?>/assets/img/images/paardebloem.jpg"><span>Cabins, Cottages & Resorts</span></a></li>
-                    <li><a href="<?php echo esc_url( get_permalink( get_page_by_path( 'stay/camping' ) ) ); ?>"><img src="<?php echo bloginfo('template_directory') ?>/assets/img/images/paardebloem.jpg"><span>Camping</span></a></li>
-                    <li><a href="<?php echo esc_url( get_permalink( get_page_by_path( 'stay/deals-packages' ) ) ); ?>"><img src="<?php echo bloginfo('template_directory') ?>/assets/img/images/paardebloem.jpg"><span>Deals & Packages</span></a></li>
-                </ul>
-                    <?php the_content(); ?>
-                </div>
-
-                <footer>
-                    <?php wp_link_pages(array('before' => '<nav id="page-nav"><p>' . __('Pages:', 'FoundationPress'), 'after' => '</p></nav>' )); ?>
-                    <p><?php the_tags(); ?></p>
-                </footer>
-            </div>
-        </div>
-    </article>
-<?php endwhile;?>
-
-<?php do_action('foundationPress_after_content'); ?>
-    
-<?php get_footer(); ?>