Browse Source

Remove author bio

master
Adrian Short 9 years ago
parent
commit
3abe7982b0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      content-site.php

+ 3
- 3
content-site.php View File

@@ -44,9 +44,9 @@


<?php <?php
// Author bio. // Author bio.
if ( is_single() && get_the_author_meta( 'description' ) ) :
get_template_part( 'author-bio' );
endif;
// if ( is_single() && get_the_author_meta( 'description' ) ) :
// get_template_part( 'author-bio' );
// endif;
?> ?>


<footer class="entry-footer"> <footer class="entry-footer">


Loading…
Cancel
Save