Changing blog post titles into h3 instead of h1
authorLaury GvR <laury@gaslightmedia.com>
Tue, 13 Mar 2018 15:06:01 +0000 (11:06 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 13 Mar 2018 15:06:01 +0000 (11:06 -0400)
parts/blog-text-single.php
parts/blog-text.php

index 8cc5d1f..82ae9cf 100644 (file)
@@ -1,6 +1,6 @@
 <article id="<?php the_ID()?>" <?php post_class()?>>
     <header class="entry-header">
-        <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
+        <h3 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h3>
         <?php if ( has_post_thumbnail() ):?>
                  <?php if (get_post_type( $post ) != "ai1ec_event") { ?>
         <div class="featured-image-wrap"><?php the_post_thumbnail("large"); ?></div>
index ba93736..1a5fe8e 100644 (file)
@@ -1,6 +1,6 @@
                                                 <article id="<?php the_ID()?>" <?php post_class()?>>
                                                     <header class="entry-header">
-                                                        <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
+                                                        <h3 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h3>
                                                         <?php if ( has_post_thumbnail() ):?>
                                                                  <?php if (get_post_type( $post ) != "ai1ec_event") { ?>