add files
This commit is contained in:
11
functions.php
Normal file
11
functions.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
# регистрируем меню
|
||||
register_nav_menus(array(
|
||||
'top' => 'Верхнее меню',
|
||||
'bottom' => 'Нижнее меню',
|
||||
'left' => 'Левое меню'
|
||||
));
|
||||
|
||||
|
||||
add_theme_support('post-thumbnails');
|
||||
Reference in New Issue
Block a user