styling
This commit is contained in:
11
global-head.php
Normal file
11
global-head.php
Normal file
@ -0,0 +1,11 @@
|
||||
<header class="global-head">
|
||||
<a class="logo-banner" href="<?php echo home_url(); ?>">
|
||||
<img src="<?php header_image(); ?>" alt="<?php echo get_custom_header()->text; ?>">
|
||||
</a>
|
||||
|
||||
<?php ildi_nav(); ?>
|
||||
|
||||
<?php get_search_form() ?>
|
||||
|
||||
<?php ildi_nav('social-menu'); ?>
|
||||
</header>
|
Reference in New Issue
Block a user