관리-도구
편집 파일: header-nav.php
<?php defined('ABSPATH') || die("Can't access directly"); ?> <nav id="top-nav" class="clear" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <div class="logo"> <?php if (function_exists('the_custom_logo')) the_custom_logo(); ?> </div> <?php wp_nav_menu(array( 'theme_location' => 'main', 'depth' => 1, 'menu_id' => 'mt', 'add_li_class' => 'btn btn-inline btn-color btn-green' )); ?> </nav> <?php arcade_top_categories(); ?>