- Timestamp:
- 05/14/2020 05:15:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/content.php
r46827 r47799 58 58 twentytwenty_the_post_meta( get_the_ID(), 'single-bottom' ); 59 59 60 if ( is_single() ) {60 if ( post_type_supports( get_post_type( get_the_ID() ), 'author' ) && is_single() ) { 61 61 62 62 get_template_part( 'template-parts/entry-author-bio' );
Note: See TracChangeset
for help on using the changeset viewer.