Un-italicising the frontpage blog excerpt titles.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 2 Jul 2015 18:11:38 +0000 (14:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 2 Jul 2015 18:11:38 +0000 (14:11 -0400)
parts/blog-feed.php

index feacc1d..030673b 100644 (file)
@@ -29,7 +29,7 @@ if (is_page(array("art","events","recreation","sailing","tennis","activities","b
                         <?php } else { ?>
                             <div class="small-12 columns blog-feed-text">
                         <?php } ?>
-                            <h2><a class="read" href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
+                            <h2><a class="entry-title" href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
                             <span class="meta"> Posted on <strong><?php the_time('F jS, Y'); ?></strong> </span>
                         <p><?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong'); ?></p>
                         </div>