Skip to content

Commit

Permalink
Update page.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Aug 26, 2024
1 parent 626f509 commit 5fb5955
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions page.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@
<?php get_template_part( 'template-parts/content/featured-image' ); ?>

<div id="content-padded">

<?php get_template_part( 'template-parts/content/breadcrumbs' ); ?>

<h1><?php the_title(); ?></h1>

<?php get_template_part( 'template-parts/content/title' ); ?>
<?php get_template_part( 'template-parts/content/loop' ); ?>

<?php get_template_part( 'template-parts/content/pagination' ); ?>

<?php get_template_part( 'template-parts/content/comments' ); ?>

<div class="clear"></div>
</div><!-- content-padded -->
</div><!-- content-wrapper -->
Expand Down

0 comments on commit 5fb5955

Please sign in to comment.