Procházet zdrojové kódy

Remove author bio

master
Adrian Short před 9 roky
rodič
revize
3abe7982b0
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      content-site.php

+ 3
- 3
content-site.php Zobrazit soubor

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


Načítá se…
Zrušit
Uložit