Skip to content

Commit

Permalink
Fix: Remove duplicate author and date display in Twenty Nineteen sing…
Browse files Browse the repository at this point in the history
…le post view
  • Loading branch information
Sukhendu2002 committed Dec 10, 2024
1 parent 6106332 commit e4cb42d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/wp-content/themes/twentynineteen/inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e4cb42d

Please sign in to comment.