Hi,
It is not possible by default now. You can try to search another plugin or I heard about the Yoast SEO plugin has the breadcrumbs functionality.
Thanks
Hi,
thank you,
Seo Yast is working!
I added this code after head section:
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘
<p id=”breadcrumbs”>’,'</p>
‘);
}
?>
so I created breadcrumbs but do you know how can I move them bit to the right to aligin Logo ?