- 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-cover.php
r47122 r47799 147 147 twentytwenty_the_post_meta( get_the_ID(), 'single-bottom' ); 148 148 149 if ( is_single() ) {149 if ( post_type_supports( get_post_type( get_the_ID() ), 'author' ) && is_single() ) { 150 150 151 151 get_template_part( 'template-parts/entry-author-bio' );
Note: See TracChangeset
for help on using the changeset viewer.