diff --git a/src/wp-content/themes/twentynineteen/inc/template-tags.php b/src/wp-content/themes/twentynineteen/inc/template-tags.php index 9ed434f97b3b3..52f69623bf37e 100644 --- a/src/wp-content/themes/twentynineteen/inc/template-tags.php +++ b/src/wp-content/themes/twentynineteen/inc/template-tags.php @@ -77,12 +77,6 @@ function twentynineteen_entry_footer() { // Hide author, post date, category and tag text for pages. if ( 'post' === get_post_type() ) { - // Posted by. - twentynineteen_posted_by(); - - // Posted on. - twentynineteen_posted_on(); - $categories_list = get_the_category_list( wp_get_list_item_separator() ); if ( $categories_list ) { printf(