add a link on home logo
This commit is contained in:
parent
5cb23edf04
commit
d1f22dd5b9
|
@ -13,8 +13,9 @@
|
|||
<header id="masthead" class="byl-header byl-bloc">
|
||||
|
||||
|
||||
|
||||
<?php dynamic_sidebar( 'dyn-head-logo' ); ?>
|
||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
|
||||
<?php dynamic_sidebar( 'dyn-head-logo' ); ?>
|
||||
</a>
|
||||
<?php dynamic_sidebar( 'dyn-side-header' ); ?>
|
||||
<section class="headsearch">
|
||||
<form action="/" method="get">
|
||||
|
|
Loading…
Reference in New Issue