add files

This commit is contained in:
2021-09-16 12:14:35 +03:00
commit 5a50fb1a94
34 changed files with 386 additions and 0 deletions

11
functions.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
# регистрируем меню
register_nav_menus(array(
'top' => 'Верхнее меню',
'bottom' => 'Нижнее меню',
'left' => 'Левое меню'
));
add_theme_support('post-thumbnails');