Thanks for your reply 🙂 I’ll wait for a new release, although it may exist as a “crutch” to resolve this issue now?
I expect to see it on the page displaying search results
or is it not possible?
If i insert in search page this code, see below, i see this result
Page3 > Page4
<div class='breadcrumb'>
<?php // if there is a parent, display the link
$parent_title = get_the_title($post->post_parent);
if ( $parent_title != the_title(' ', ' ', false) )
{echo '<a href=' . get_permalink($post->post_parent) . ' ' . 'title=' . $parent_title . '>' . $parent_title. '</a> » ';}
// then go on to the current page link
?>
<a href='<?php the_permalink() ?>'rel='bookmark' title='<?php the_title(); ?>'><?php the_title(); ?></a>»</div>