Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion template-parts/content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<div class="col-xs-12">
<div class="post-box">
<div class="post-box__intro">
<h1 class="post-box__title"><?php echo esc_html( get_the_title() ); ?></h1>
<?php the_title( '<h1 class="post-box__title">', '</h1>' ); ?>
</div>
<?php if ( get_the_content() !== '' ) : ?>
Expand Down