add cache blocks

This commit is contained in:
arlemp@selectel.ru
2021-11-03 00:08:16 +03:00
parent 2d174073fd
commit dfcd1458ab
8 changed files with 121 additions and 48 deletions

4
blocks/leftmenu.php Normal file
View File

@@ -0,0 +1,4 @@
<?php wp_nav_menu( array(
'menu_class'=>'menu_left',
'theme_location'=>'left'
));?>