For a block editor, you add the block. For classic themes, add below code into header.php.
<?php
if(function_exists('bcn_display'))
{
bcn_display();
}
?>
For a block editor, you add the block. For classic themes, add below code into header.php.
<?php
if(function_exists('bcn_display'))
{
bcn_display();
}
?>
Comment