Parcourir la source

Remove author bio

master
Adrian Short il y a 9 ans
Parent
révision
3abe7982b0
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      content-site.php

+ 3
- 3
content-site.php Voir le fichier

@@ -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">


Chargement…
Annuler
Enregistrer