ソースを参照

Remove author bio

master
Adrian Short 9年前
コミット
3abe7982b0
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      content-site.php

+ 3
- 3
content-site.php ファイルの表示

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


読み込み中…
キャンセル
保存