PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
elementor_templates
<?php /** * Templates Name: Elementor * Widget: List Nav */ $available_menus = $this->get_available_menus(); if (!$available_menus) { return; } $settings = $this->get_active_settings(); extract( $settings ); $menuNav = wp_get_nav_menu_items($menu); $numItems = count($menuNav); $i = 0; $separator = $list_menu_separator; ?> <div <?php echo trim($this->get_render_attribute_string('wrapper')); ?>> <div class="list-menu-wrapper"> <?php foreach ( $menuNav as $navItem ) { if( ++$i === $numItems ) $separator = ''; echo '<a href="'. esc_url($navItem->url) .'" title="'. esc_attr($navItem->title) .'">'. trim($navItem->title) .'</a>'.$separator; } ?> </div> </div>
[+]
..
[-] products.php
[edit]
[-] woocommerce-tags.php
[edit]
[-] product-category.php
[edit]
[-] product-flash-sales.php
[edit]
[-] custom-image-list-categories.php
[edit]
[-] instagram.php
[edit]
[-] newsletter.php
[edit]
[-] features.php
[edit]
[-] brands.php
[edit]
[-] search-form.php
[edit]
[-] button.php
[edit]
[-] testimonials.php
[edit]
[-] custom-language.php
[edit]
[-] nav-menu.php
[edit]
[-] our-team.php
[edit]
[-] list-menu.php
[edit]
[-] list-categories-product.php
[edit]
[-] banner-close.php
[edit]
[-] product-tabs.php
[edit]
[-] site-logo.php
[edit]
[-] custom-image-list-tags.php
[edit]
[-] product-recently-viewed.php
[edit]
[-] product-count-down.php
[edit]
[-] .elementor_templates.php
[edit]
[-] heading.php
[edit]
[-] currency.php
[edit]
[-] posts-grid.php
[edit]
[-] product-categories-tabs.php
[edit]
[-] wishlist.php
[edit]
[-] compare.php
[edit]
[-] product-list-tags.php
[edit]
[-] banner.php
[edit]
[-] mini-cart.php
[edit]
[-] account.php
[edit]