Also how to remove this rectangle, and display only number, and on hover to change it to blue?

Thanks
-
This reply was modified 7 years by
pbc.
Yes, this works, now it shows border on hovering author block.

How to fix that?
Thanks
I’ve created custom post type – ‘edi’. It has: Title,Content Editor,Featured Image,Excerpt.
I created single-edi.php, ant it display the data I enter like here:

Now I want to display it on home page, and I choose on block option post type:

And choose show excerpt:

Result:
Excerpt not shown, only post name, image. IF I fill excerpt field manually, for ‘edi’, it shown as expected.
So question is – how to make it work automatically, as usual posts in theme.
Thanks
Is there a way to post link in private?
Thanks
Hi, Simion.
In the guide you mentioned, they suggest to post this code:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
into header.php file, in child theme. I’ve added it, and nothing shown. What file do I need to post this into?
Thanks
+1
Any luck with this? Please post your solution, if it works.
I also need this badly. So many requests, and no solution. Is there anybody got this working? Please help.
I have 3 instances of Flex Block 5. ON two of them excerpt shown by default, as I use there usual posts. On third one, it’s not shown, as I have there custom post types “events”. My custom post type support Excerpt, I just want it to be filled automatically, same way as on default posts.
Got it, thanks
I understand, I’ll change on my own risk, Just point me to the right direction.
Thanks
How this can be done in the latest theme version?
Thanks