Site logo

Archived topic

Breadcrumb inside post hero

7 replies · Started by Khaled on March 26, 2020

Viewing posts 1–8 of 8

Hi,
I would like to add breadcrumb inside post hero but using the following code inside post hero element doesn't work.
<?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
}
?>
Have a look at https://nexttotry.com/best-infuser-water-bottle-benefits/

Hi, i need to do the same.

Is possible to insert php code (php code of Yoast breadcrumbs) inside the post hero?

Now contain this code:
<h1>{{post_title}}</h1>
<p>By {{post_author}}</p>

How to do?

Do you mean this?

<?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
}
?>

Or there is any other shortcake that can be insert along with the code for post hero?

<h1>{{post_title}}</h1>
<p>By {{post_author}}</p>

thankyou :)

You're welcome

This archived topic is closed to new replies.