i have tried everything. enqueue functions in my functions.php file what am i doing wrong? i tried to use this code
ul class=”wd-nav wd-nav-mob-tab wd-style-underline<?php echo esc_attr( $tab_classes ); ?>”>
<li class=”mobile-tab-title mobile-pages-title <?php echo esc_attr( $pages_active ); ?>” data-menu=”pages”>
<span class=”nav-link-text”>
<?php echo esc_html( $primary_menu_title ); ?>
</span>
code to show one menu. and this
$logo_url = get_stylesheet_directory_uri() . ‘/uploads/mylogo.PNG’; to upload my logo. didnt work
This topic was modified 11 months, 3 weeks ago by thechickcentric.