We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5e1ab commit 9ee670aCopy full SHA for 9ee670a
1 file changed
inc/partials/entry/page-header.php
@@ -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