html cleanup
authorIan Weller <ian@gaslightmedia.com>
Wed, 26 Apr 2017 15:24:38 +0000 (11:24 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 26 Apr 2017 15:24:38 +0000 (11:24 -0400)
I cleaned up the html errors that were showing up.  Alt tags for images
one too many of a certain tags, the usual small things that show up.

parts/blog-feed-front.php
parts/glm-blocks.php
sections/footer.php
sections/front-page.php
sections/header.php

index 02f495f..9d24001 100644 (file)
@@ -14,7 +14,7 @@ foreach($lastposts as $post) : setup_postdata($post); ?>
                 <?php } else { ?>
                 <div class="small-12 columns home-feed-post-content">
                 <?php } ?>
-                <h6 class="title-posts" href="<?php the_permalink(); ?>"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h6>
+                <h6 class="title-posts"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h6>
                 
                 <div class="excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=265&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?></div>
             </div>
index dcf59d6..ab9950b 100644 (file)
@@ -20,7 +20,7 @@
             <?php if($block->url):?>
             </a>
              <?php endif;?>
-        <p><?php echo apply_filters('the_content', $block->post_content) . $block->post_excerpt;?></p>
+        <?php echo apply_filters('the_content', $block->post_content) . $block->post_excerpt;?>
         <?php if($block->url):?>
         <a class="blocks-readmore" href="<?php echo $block->url;?>"></a>
         <?php endif;?>
index c9b0034..13f1365 100644 (file)
@@ -21,7 +21,7 @@
                                     <div class="small-12 large-11 columns small-centered">
                                         <div class="row large-collapse">
                                             <div class="text-center small-12 medium-6 large-2 large-text-right columns">
-                                                <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php bloginfo('template_url'); ?>/assets/great-lakes-cfa-logo-footer.png"></a>
+                                                <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img alt="Great Lakes Center For The Arts" src="<?php bloginfo('template_url'); ?>/assets/great-lakes-cfa-logo-footer.png"></a>
                                             </div>
                                             <?php if (function_exists('glm_get_clientinfo_option')) :?>
                                             <div class="large-5 columns show-for-large-up address">
index f6f4c0b..23a6af1 100644 (file)
@@ -34,7 +34,7 @@
                                                 <h6>Leadership Team</h6>
                                             </div>
                                             <div class="text-center small-12 medium-text-left medium-6 large-4 columns">
-                                                <img src="<?php bloginfo('template_url'); ?>/assets/michael.jpg">
+                                                <img alt="Michael Kaiser" src="<?php bloginfo('template_url'); ?>/assets/michael.jpg">
                                             </div>
                                             <div class="text-center small-12 medium-text-left medium-6 large-8 columns">
                                                 <h2>Michael Kaiser</h2>
                                                 <p>Mr. Kaiser was President of the John F. Kennedy Center for the Performing Arts in Washington D.C. from January 2001 through August 2014. During his tenure, he expanded educational and artistic programming for the United States’ center for the performing arts, oversaw a major renovation effort of the Center’s theaters, and led the nation in arts management training. In 2001, Mr. Kaiser created the Kennedy Center Arts Management Institute, renamed the DeVos Institute of Arts Management in May 2010. In honor of his accomplishments, the Board of the Kennedy Center named him President Emeritus in 2014.</p>
                                             </div>
                                             <div class="text-center small-12 medium-text-left medium-4 columns">
-                                                <a href="#"><img src="<?php bloginfo('template_url'); ?>/assets/jill.jpg"></a>
+                                                <a href="#"><img alt="Jill O'Neill" src="<?php bloginfo('template_url'); ?>/assets/jill.jpg"></a>
                                                 <h5>Jill O'Neill</h5>
                                                 <b>Executive Director</b>
                                             </div>
                                             <div class="text-center small-12 medium-text-left medium-4 columns">
-                                                <a href="#"><img src="<?php bloginfo('template_url'); ?>/assets/maris.jpg"></a>
+                                                <a href="#"><img alt="Maris Harrington" src="<?php bloginfo('template_url'); ?>/assets/maris.jpg"></a>
                                                 <h5>Maris Harrington</h5>
                                                 <b>Director of Development</b>
                                             </div>
                                             <div class="text-center small-12 medium-text-left medium-4 columns">
-                                                <a href="#"><img src="<?php bloginfo('template_url'); ?>/assets/beth.jpg"></a>
+                                                <a href="#"><img alt="Beth Ann Eckerle" src="<?php bloginfo('template_url'); ?>/assets/beth.jpg"></a>
                                                 <h5>Beth Ann Eckerle</h5>
                                                 <b>Marketing Director</b>
                                             </div>
index 5517e84..b107d6e 100644 (file)
@@ -1,7 +1,7 @@
 <header class="main">
     <div class="row  medium-uncollapse large-collapse">
         <div id="logo-tag" class="small-12 text-center medium-6 medium-text-left large-3 columns">
-            <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php bloginfo('template_url'); ?>/assets/great-lakes-cfa-logo.png"></a>
+            <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img alt="Great Lakes Center For The Arts" src="<?php bloginfo('template_url'); ?>/assets/great-lakes-cfa-logo.png"></a>
         </div>
         <div class="text-right medium-6 large-9 columns show-for-medium-up right">
             <ul class="nav-social">