Remove author from front page blog excerpt
authorLaury GvR <laury@gaslightmedia.com>
Mon, 4 Feb 2019 22:36:33 +0000 (17:36 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 4 Feb 2019 22:36:33 +0000 (17:36 -0500)
parts/blog-feed-front.php

index feae9df..9ba5671 100644 (file)
                     <div class="small-12 columns home-feed-post-content">
                         <h2 class="post-title" href="<?php the_permalink(); ?>"><?php the_title(); ?></h2>
                         
-                        <?php if ( get_the_author() ) { ?>
-                            <?php $authorName = get_the_author_meta( 'display_name' ) ? get_the_author_meta( 'display_name' ) : get_the_author_meta( 'nickname' ); ?>
-                                <div class="post-author">Written by <?php echo $authorName; ?></div>
-                        <?php } ?>
+                        <?php //if ( get_the_author() ) { ?>
+                            <?php //$authorName = get_the_author_meta( 'display_name' ) ? get_the_author_meta( 'display_name' ) : get_the_author_meta( 'nickname' ); ?>
+                                <!-- <div class="post-author">Written by <?php //echo $authorName; ?></div> -->
+                        <?php //} ?>
 
                         <div class="post-excerpt excerpt<?php echo $count ?>">
                             <?php echo the_advanced_excerpt('length=180&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?>