replacing the front page slider with meta sider
<?php get_header(); ?>
<main class="page-front">
<?php // get_template_part('parts/slide-show');?>
- <?php get_template_part('parts/header-video'); ?>
+ <?php get_template_part('parts/slide-show'); ?>
<div id="content-wrapper">
<div class="row">
<div id="main-content" class="small-12 medium-8 small-centered columns text-center">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
<meta name="p:domain_verify" content="ed813ce745ca277b7926cc90bc61d568" />
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.54">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.58">
<link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for PetoskeyArea
-Version: 1.0.57
+Version: 1.0.58
*/