From 91aa9c33ce5e843c1126b1babbc5eb048ac9ba58 Mon Sep 17 00:00:00 2001 From: Dekart Deploy Bot Date: Sun, 30 Aug 2026 16:26:52 +0000 Subject: [PATCH] =?UTF-8?q?2026-08-30=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=81=D0=B5=D0=BA=D1=86=D0=B8=D0=B8=20hero?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/dekart/functions.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wp-content/themes/dekart/functions.php b/wp-content/themes/dekart/functions.php index 0e7a9cf..34c2799 100644 --- a/wp-content/themes/dekart/functions.php +++ b/wp-content/themes/dekart/functions.php @@ -2473,6 +2473,12 @@ function rand_color() add_theme_support('post-thumbnails'); +// Навигационные меню: возвращает пункт «Внешний вид → Меню» в админке +add_theme_support('menus'); +register_nav_menus(array( + 'top' => __('Основное меню (шапка/подвал)', 'dekart'), +)); + add_action('pre_get_posts', 'exclude_custom_taxonomy_posts'); function exclude_custom_taxonomy_posts($query) {