PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
elementor_templates
<?php /** * Templates Name: Elementor * Widget: Post Grid */ $query = $this->query_posts(); if (!$query->found_posts) { return; } $this->settings_layout(); $this->add_render_attribute('item', 'class', 'item'); $style = $settings['style']; $configs = array( 'style', 'thumbnail_size_size', 'show_title', 'show_category', 'post_title_tag', 'show_excerpt', 'excerpt_length', 'show_read_more', 'read_more_text', 'show_author', 'show_date', 'show_comments', 'show_comments_text', ); foreach ($configs as $value) { set_query_var($value, $settings[$value]); } ?> <div <?php echo trim($this->get_render_attribute_string('wrapper')); ?>> <?php $this->render_element_heading(); ?> <div <?php echo trim($this->get_render_attribute_string('row')); ?>> <?php while ( $query->have_posts() ) : $query->the_post(); global $product; ?> <div <?php echo trim($this->get_render_attribute_string('item')); ?>> <?php get_template_part('page-templates/posts/item-'. $style); ?> </div> <?php endwhile; ?> </div> </div> <?php wp_reset_postdata(); ?>
[+]
..
[-] 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]