From e4cb42d64dcf238a727e5a6f166d2449340520f7 Mon Sep 17 00:00:00 2001 From: Sukhendu Sekhar Guria Date: Tue, 10 Dec 2024 12:31:39 +0530 Subject: [PATCH] Fix: Remove duplicate author and date display in Twenty Nineteen single post view --- src/wp-content/themes/twentynineteen/inc/template-tags.php | 6 ------ 1 file changed, 6 deletions(-) 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(