Skip to content

Commit 9ee670a

Browse files
committed
add forgotten partial to the repo
1 parent af5e1ab commit 9ee670a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

inc/partials/entry/page-header.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<h2><?php the_title(); ?></h2>
2+
<?php
3+
if ( function_exists( 'yoast_breadcrumb' ) ) {
4+
yoast_breadcrumb( '<p id="breadcrumbs">', '</p>' );
5+
}
6+
?>

0 commit comments

Comments
 (0)