<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'); ?>