add leftmenu

This commit is contained in:
arlemp@selectel.ru
2021-11-16 01:46:43 +03:00
parent fc91944876
commit a129c2f92e
32 changed files with 356 additions and 9 deletions

View File

@@ -1,4 +1,7 @@
<div class="menu-left-block">
<?php wp_nav_menu( array(
'menu_class'=>'menu_left',
'theme_location'=>'left'
));?>
));?>
</div>