В файл funcion.php нужно добавить
|
1 2 3 4 |
//===Add menu if (function_exists('add_theme_support')) { add_theme_support('menus'); } |
В файл funcion.php нужно добавить
|
1 2 3 4 |
//===Add menu if (function_exists('add_theme_support')) { add_theme_support('menus'); } |