add search page template
This commit is contained in:
parent
3bc3b331c0
commit
b6a5c5792d
9 changed files with 100 additions and 95 deletions
|
|
@ -5,5 +5,6 @@
|
|||
'menu_class' => 'content-wrap',
|
||||
'depth' => 1
|
||||
) );
|
||||
|
||||
?>
|
||||
</section>
|
||||
|
|
|
|||
18
kit/template-parts/sidebar.php
Normal file
18
kit/template-parts/sidebar.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<aside id="c140">
|
||||
|
||||
<a href="<?php echo home_url(); ?>/search" class="aside-icon">
|
||||
<img src="<?php bloginfo('stylesheet_directory');?>/img/magnifier-white.svg" alt="Suche">
|
||||
<span>Suche</span>
|
||||
</a>
|
||||
|
||||
<a href="https://www.kit-ausbildung.de/de/faq" class="aside-icon">
|
||||
<img src="<?php bloginfo('stylesheet_directory');?>/img/faq-white.svg" alt="Zu den FAQ">
|
||||
<span>Zu den FAQ</span>
|
||||
</a>
|
||||
|
||||
<a href="mailto:info@ausbildung.kit.edu" class="aside-icon">
|
||||
<img src="<?php bloginfo('stylesheet_directory');?>/img/mail-white.svg" alt="Kontakt">
|
||||
<span>Kontakt</span>
|
||||
</a>
|
||||
|
||||
</aside>
|
||||
|
|
@ -3,11 +3,11 @@
|
|||
<?php
|
||||
|
||||
wp_nav_menu(array(
|
||||
'container' => 'false',
|
||||
'menu_class' => '',
|
||||
'theme_location'=>'primary',
|
||||
'walker' => new kit_custom_main_menu
|
||||
));
|
||||
'container' => 'false',
|
||||
'menu_class' => '',
|
||||
'theme_location'=>'primary',
|
||||
'walker' => new kit_custom_main_menu
|
||||
));
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue