Sfoglia il codice sorgente

Remove author bio

master
Adrian Short 9 anni fa
parent
commit
3abe7982b0
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      content-site.php

+ 3
- 3
content-site.php Vedi File

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

<?php
// 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">


Caricamento…
Annulla
Salva