Child theme’s header.php refuses NavXT code code
-
Hi,
I am trying to make the header.php of an Astra’s child theme installed on my website to accept the following code:
<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”>
<?php if(function_exists(‘bcn_display’))
{
bcn_display();
}?>
</div>It is refuses to accept the code.
See screenshot: https://postimg.cc/CZcWmTcDWhat is causing this and how can it be resolved?
Kind regards,
Yunis
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Child theme’s header.php refuses NavXT code code’ is closed to new replies.