Loading page.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ get_header(); <main> <?php the_post(); get_template_part("components/article", array( get_template_part("components/article", null, array( "show_author" => false, "show_published_date" => false, "show_modified_date" => true Loading single.php +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ get_header(); <main> <?php the_post(); get_template_part("components/article", array( get_template_part("components/article", null, array( "show_author" => true, "show_published_date" => true, "show_modified_date" => true Loading Loading
page.php +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ get_header(); <main> <?php the_post(); get_template_part("components/article", array( get_template_part("components/article", null, array( "show_author" => false, "show_published_date" => false, "show_modified_date" => true Loading
single.php +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ get_header(); <main> <?php the_post(); get_template_part("components/article", array( get_template_part("components/article", null, array( "show_author" => true, "show_published_date" => true, "show_modified_date" => true Loading